spec/dummy/log/test.log in pulitzer-0.14.2 vs spec/dummy/log/test.log in pulitzer-0.14.3

- old
+ new

@@ -209934,5 +209934,22774 @@ 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]] Rendering pages/welcome.html.erb within layouts/application Rendered pages/welcome.html.erb within layouts/application (0.3ms) Completed 200 OK in 20ms (Views: 10.5ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreatePulitzerCustomOption (20170526212313) +  (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "pulitzer_custom_options" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "custom_option_list_id" integer, "display" varchar, "value" varchar) + SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170526212313"]] +  (0.8ms) commit transaction +Migrating to CreatePulitzerCustomOptionList (20170526212330) +  (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "pulitzer_custom_option_lists" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar) + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170526212330"]] +  (0.9ms) commit transaction +Migrating to AddLayoutToContentElements (20170530145657) +  (0.1ms) begin transaction +  (0.2ms) CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "sort_order" integer, "kind" integer DEFAULT 0, "partial_id" integer) +  (0.5ms) INSERT INTO "apulitzer_content_elements" ("id","label","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at","text_editor","height","width","sort_order","kind","partial_id") + SELECT "id","label","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at","text_editor","height","width","sort_order","kind","partial_id" FROM "pulitzer_content_elements" +  (0.7ms) DROP TABLE "pulitzer_content_elements" +  (0.2ms) CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "sort_order" integer, "partial_id" integer) +  (0.1ms) INSERT INTO "pulitzer_content_elements" ("id","label","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at","text_editor","height","width","sort_order","partial_id") + SELECT "id","label","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at","text_editor","height","width","sort_order","partial_id" FROM "apulitzer_content_elements" +  (0.1ms) DROP TABLE "apulitzer_content_elements" +  (0.2ms) ALTER TABLE "pulitzer_content_elements" ADD "layout_id" integer +  (0.2ms) ALTER TABLE "pulitzer_content_elements" ADD "custom_option_id" integer + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170530145657"]] +  (0.8ms) commit transaction +Migrating to ConvertLayouts (20170530164044) +  (0.1ms) begin transaction +  (0.4ms) DROP TABLE "pulitzer_layouts" +  (0.2ms) CREATE TABLE "pulitzer_styles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_content_element_type_id" integer, "display_name" varchar, "css_class_name" varchar) + Pulitzer::ContentElementType Load (0.6ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 15:40:29 UTC], ["updated_at", 2017-06-05 15:40:29 UTC]] + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170530164044"]] +  (1.0ms) commit transaction +Migrating to CreatePostTypeCustomOptionList (20170531164349) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "pulitzer_post_type_content_element_type_custom_option_lists" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_content_element_type_id" integer, "custom_option_list_id" integer) + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170531164349"]] +  (0.8ms) commit transaction +Migrating to AddClickableTypeToPtcet (20170601195822) +  (0.1ms) begin transaction +  (0.4ms) ALTER TABLE "pulitzer_post_type_content_element_types" ADD "clickable_kind" varchar DEFAULT 'any' NOT NULL + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170601195822"]] +  (0.8ms) commit transaction +Migrating to AddStyleToContentElement (20170602204900) +  (0.0ms) begin transaction +  (0.2ms) CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "sort_order" integer, "partial_id" integer, "style_id" integer, "custom_option_id" integer) +  (0.2ms) INSERT INTO "apulitzer_content_elements" ("id","label","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at","text_editor","height","width","sort_order","partial_id","style_id","custom_option_id") + SELECT "id","label","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at","text_editor","height","width","sort_order","partial_id","layout_id","custom_option_id" FROM "pulitzer_content_elements" +  (0.4ms) DROP TABLE "pulitzer_content_elements" +  (0.1ms) CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "sort_order" integer, "partial_id" integer, "style_id" integer, "custom_option_id" integer) +  (0.1ms) INSERT INTO "pulitzer_content_elements" ("id","label","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at","text_editor","height","width","sort_order","partial_id","style_id","custom_option_id") + SELECT "id","label","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at","text_editor","height","width","sort_order","partial_id","style_id","custom_option_id" FROM "apulitzer_content_elements" +  (0.1ms) DROP TABLE "apulitzer_content_elements" + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170602204900"]] +  (0.8ms) commit transaction + ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2017-06-05 15:40:29 UTC], ["updated_at", 2017-06-05 15:40:29 UTC]] +  (0.7ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms)  SELECT sql + FROM sqlite_master + WHERE name='index_pulitzer_posts_on_slug' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_pulitzer_posts_on_slug' AND type='index' + +  (0.1ms)  SELECT sql + FROM sqlite_master + WHERE name='index_pulitzer_tags_on_hierarchical' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_pulitzer_tags_on_hierarchical' AND type='index' + +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (1.0ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.7ms) delete from ar_internal_metadata; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (0.7ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (0.8ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.8ms) delete from pulitzer_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.9ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_versions; +  (0.9ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (0.8ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.7ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.8ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (0.8ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.7ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.7ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.8ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.8ms) delete from pulitzer_justification_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.8ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (0.9ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (0.8ms) delete from pulitzer_custom_options; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (0.8ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (0.7ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.8ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.8ms) delete from pulitzer_content_elements; +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["plural", true]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.6ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.8ms) commit transaction +  (12.1ms) begin transaction + 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", 181]] + Pulitzer::FreeFormSectionType Load (0.2ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 181]] + 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", 181], ["content_element_type_id", 140], ["label", "Hero Title 1"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 1]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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", 181], ["content_element_type_id", 140], ["label", "Hero Title 2"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.9ms) 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", 181], ["content_element_type_id", 140], ["label", "Hero Title 3"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 3]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 181], ["content_element_type_id", 140], ["label", "Guest Title"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 4]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 181], ["content_element_type_id", 140], ["label", "Guest Text"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 5]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 181], ["content_element_type_id", 140], ["label", "Footer Title"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 6]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 181], ["content_element_type_id", 140], ["label", "Footer Text"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 7]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 181], ["content_element_type_id", 140], ["label", "Metadata title"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 8]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 181], ["content_element_type_id", 140], ["label", "Metadata description"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 9]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 181], ["content_element_type_id", 140], ["label", "Metadata keywords"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 10]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 181], ["content_element_type_id", 143], ["label", "Call to Action Button"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["sort_order", 11]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 181], ["name", "Main Content"], ["sort_order", 12]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 181], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 181], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["slug", "welcome"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 181], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.8ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", 226], ["post_type_content_element_type_id", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (1.0ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", 226], ["post_type_content_element_type_id", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.7ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", 226], ["post_type_content_element_type_id", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.9ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", 226], ["post_type_content_element_type_id", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.8ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", 226], ["post_type_content_element_type_id", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.8ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", "Footer Title"], ["version_id", 226], ["post_type_content_element_type_id", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.7ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", "Footer Text"], ["version_id", 226], ["post_type_content_element_type_id", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.8ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", 226], ["post_type_content_element_type_id", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (1.0ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", 226], ["post_type_content_element_type_id", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.9ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", 226], ["post_type_content_element_type_id", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (1.0ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 226], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (1.0ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 226], ["free_form_section_type_id", 91], ["name", "Main Content"]] +  (0.8ms) commit transaction + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 226], ["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Complete Guide to Breckenridge"], ["post_type_id", 182], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 182], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["plural", true]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 183], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["slug", "ski-jump-competition"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 183], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["plural", true]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 184], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 184], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.7ms) commit transaction + Pulitzer::Post Load (0.3ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 226]] +  (0.8ms) commit transaction + 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", 226], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]] +  (0.7ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 226], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f97430c58f0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/226>> +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 181], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 226]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 451], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 912]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 452], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 913]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 453], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 914]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 454], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 915]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 455], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 916]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 456], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 917]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 457], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 918]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 458], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 919]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 459], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 920]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 460], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 921]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 461], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 922]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::FreeFormSection Load (0.3ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 226]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 181]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 230], ["id", 183]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] 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", 182]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.4ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 230], ["id", 184]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 226]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] Performed Pulitzer::CloneVersionJob from Inline(default) in 145.67ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 07f8cbec-7eae-4a48-afab-5e217648ed3b) to Inline(default) with arguments: #<GlobalID:0x007f973ea705a8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/226>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] + 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", 226]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 901]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 902]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 903]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 904]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 905]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 906]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 907]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 908]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 909]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 910]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 911]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 1], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 1], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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", 181], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] + 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", 226], ["name", "Main Content"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with no display"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 181]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["free_form_section_id", 181], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/welcome/welcome" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by PagesController#welcome as HTML + Parameters: {"slug"=>"welcome"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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", 181], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] + Rendering pages/welcome.html.erb within layouts/application + Rendered pages/welcome.html.erb within layouts/application (0.3ms) +Completed 200 OK in 18ms (Views: 10.8ms | ActiveRecord: 0.3ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/new?arrangement_style%5Bpost_type_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::ArrangementStylesController#new as HTML + Parameters: {"arrangement_style"=>{"post_type_id"=>"185"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_new.html.erb (15.4ms) +Completed 200 OK in 28ms (Views: 18.7ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/arrangement_styles?arrangement_style%5Bdisplay_name%5D=Pretty+Arrangement&arrangement_style%5Bpost_type_id%5D=185&arrangement_style%5Bview_file_name%5D=pretty-arrangement" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::ArrangementStylesController#create as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"Pretty Arrangement", "post_type_id"=>"185", "view_file_name"=>"pretty-arrangement"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show_wrapper.html.erb (4.6ms) +Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.3ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/1/edit" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::ArrangementStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.3ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form.html.erb (6.7ms) +Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms) +  (0.4ms) rollback transaction +  (0.2ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/arrangement_styles/1?arrangement_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::ArrangementStylesController#update as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.0ms) +Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.2ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/arrangement_styles/1" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::ArrangementStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 1ms (ActiveRecord: 0.2ms) + Pulitzer::ArrangementStyle Load (0.0ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/new?background_style%5Bpost_type_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::BackgroundStylesController#new as HTML + Parameters: {"background_style"=>{"post_type_id"=>"185"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_new.html.erb (6.1ms) +Completed 200 OK in 24ms (Views: 10.3ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/background_styles?background_style%5Bcss_class_name%5D=pretty-class&background_style%5Bdisplay_name%5D=Pretty+Class&background_style%5Bpost_type_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::BackgroundStylesController#create as HTML + Parameters: {"background_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"185"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show_wrapper.html.erb (5.5ms) +Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 0.2ms) + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/1/edit" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::BackgroundStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.2ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form.html.erb (7.6ms) +Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/background_styles/1?background_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::BackgroundStylesController#update as HTML + Parameters: {"background_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.3ms) +Completed 200 OK in 7ms (Views: 4.6ms | ActiveRecord: 0.2ms) + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/background_styles/1" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::BackgroundStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.3ms) + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["content_element_type_id", 143], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "remove me"], ["updated_at", 2017-06-05 15:42:37 UTC], ["id", 911]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOption Load (0.1ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ? [["value", "contactMgmt"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Started PATCH "/pulitzer/content_elements/911?content_element%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F1&content_element%5Bcustom_option_id%5D=1" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::ContentElementsController#update as HTML + Parameters: {"content_element"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/1", "custom_option_id"=>"1"}, "id"=>"911"} + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 911], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["custom_option_id", 1], ["body", nil], ["updated_at", 2017-06-05 15:42:37 UTC], ["id", 911]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.4ms) 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", 461], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (16.0ms) +Completed 500 Internal Server Error in 26ms (ActiveRecord: 1.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/new?post_type_id=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#new as HTML + Parameters: {"post_type_id"=>"185"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_new.html.erb (6.4ms) +Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/free_form_section_types?free_form_section_type%5Bname%5D=test+sidebar&free_form_section_type%5Bpost_type_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#create as HTML + Parameters: {"free_form_section_type"=>{"name"=>"test sidebar", "post_type_id"=>"185"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 185]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "test sidebar"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.6ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 185]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show_wrapper.html.erb (4.6ms) +Completed 200 OK in 19ms (Views: 7.2ms | ActiveRecord: 1.1ms) + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 185]] + 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", 185]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "main content"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/93/edit" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#edit as HTML + Parameters: {"id"=>"93"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 93], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form.html.erb (12.2ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 185]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "main content"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/free_form_section_types/93?free_form_section_type%5Bname%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#update as HTML + Parameters: {"free_form_section_type"=>{"name"=>"edited name"}, "id"=>"93"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 93], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ? [["name", "edited name"], ["id", 93]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 185]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (2.9ms) +Completed 200 OK in 13ms (Views: 5.2ms | ActiveRecord: 0.5ms) + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 93], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 185]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "main content"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/free_form_section_types/93" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#destroy as HTML + Parameters: {"id"=>"93"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 93], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? [["id", 93]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 185]] +Completed 200 OK in 6ms (ActiveRecord: 0.4ms) + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 93], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/new?justification_style%5Bpost_type_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::JustificationStylesController#new as HTML + Parameters: {"justification_style"=>{"post_type_id"=>"185"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_new.html.erb (28.2ms) +Completed 200 OK in 44ms (Views: 31.2ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/justification_styles?justification_style%5Bcss_class_name%5D=pretty-class&justification_style%5Bdisplay_name%5D=Pretty+Class&justification_style%5Bpost_type_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::JustificationStylesController#create as HTML + Parameters: {"justification_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"185"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show_wrapper.html.erb (4.2ms) +Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.2ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/1/edit" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::JustificationStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form.html.erb (5.7ms) +Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/justification_styles/1?justification_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::JustificationStylesController#update as HTML + Parameters: {"justification_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::JustificationStyle Load (0.0ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (1.2ms) +Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.3ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/justification_styles/1" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::JustificationStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.3ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/new?partial%5Bfree_form_section_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::PartialsController#new as HTML + Parameters: {"partial"=>{"free_form_section_id"=>"185"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC [["kind", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? [["kind", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 185], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 185]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_new.html.erb (23.6ms) +Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 0.9ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "Grey"], ["css_class_name", "grey"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "Left"], ["css_class_name", "left"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "Image Right"], ["view_file_name", "image-right"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/partials?partial%5Barrangement_style_id%5D=1&partial%5Bbackground_style_id%5D=1&partial%5Bfree_form_section_id%5D=185&partial%5Bjustification_style_id%5D=1&partial%5Bpost_type_id%5D=185&partial%5Bsequence_flow_style_id%5D=1" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::PartialsController#create as HTML + Parameters: {"partial"=>{"arrangement_style_id"=>"1", "background_style_id"=>"1", "free_form_section_id"=>"185", "justification_style_id"=>"1", "post_type_id"=>"185", "sequence_flow_style_id"=>"1"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 185]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "background_style_id", "justification_style_id", "sequence_flow_style_id", "arrangement_style_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 185], ["free_form_section_id", 185], ["sort_order", 1], ["background_style_id", 1], ["justification_style_id", 1], ["sequence_flow_style_id", 1], ["arrangement_style_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + 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", 185]] + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::JustificationStyle Load (0.0ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms) + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (6.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (23.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show_wrapper.html.erb (26.4ms) +Completed 200 OK in 41ms (Views: 28.5ms | ActiveRecord: 1.0ms) + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] +  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 185]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 185], ["free_form_section_id", 185], ["sort_order", 1], ["label", "test partial"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/1/edit" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::PartialsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 185], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 185], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 185], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 185]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_form.html.erb (15.2ms) +Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.8ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Left Text White BG"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] +  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 185]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 1], ["label", "test partial"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/partials/1?partial%5Bpost_type_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::PartialsController#update as HTML + Parameters: {"partial"=>{"post_type_id"=>"185"}, "id"=>"1"} + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ? [["post_type_id", 185], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms) + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (2.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (9.9ms) +Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 0.4ms) + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.3ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Flock+of+birds&post_type%5Bplural%5D=1" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Flock of birds", "plural"=>"1"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Flock of birds"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.2ms) +Completed 200 OK in 10ms (Views: 6.9ms | ActiveRecord: 0.5ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Flock of birds"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 185], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Crow&post_type%5Bplural%5D=0" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Crow", "plural"=>"0"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Crow"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 185], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", "crow"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "crow"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Crow"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["slug", "crow"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 185]] + 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", 185]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 185], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.3ms) +Completed 200 OK in 22ms (Views: 7.4ms | ActiveRecord: 1.4ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Crow"], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 185], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/new?sequence_flow_style%5Bpost_type_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::SequenceFlowStylesController#new as HTML + Parameters: {"sequence_flow_style"=>{"post_type_id"=>"185"}} + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_new.html.erb (6.3ms) +Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/sequence_flow_styles?sequence_flow_style%5Bcss_class_name%5D=pretty-class&sequence_flow_style%5Bdisplay_name%5D=Pretty+Class&sequence_flow_style%5Bpost_type_id%5D=185" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::SequenceFlowStylesController#create as HTML + Parameters: {"sequence_flow_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"185"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show_wrapper.html.erb (4.7ms) +Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.2ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/1/edit" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::SequenceFlowStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.0ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form.html.erb (6.2ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.0ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/sequence_flow_styles/1?sequence_flow_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::SequenceFlowStylesController#update as HTML + Parameters: {"sequence_flow_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (1.1ms) +Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.3ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/sequence_flow_styles/1" for 127.0.0.1 at 2017-06-05 09:42:37 -0600 +Processing by Pulitzer::SequenceFlowStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.3ms) + Pulitzer::SequenceFlowStyle Load (0.0ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 226]] + SQL (0.3ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 901]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 902]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 903]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 904]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 905]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 906]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 907]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 908]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 909]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 910]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 911]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 226]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 181]] + SQL (0.0ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 182]] + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 226]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 226]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/230?status=abandoned" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"230"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 230]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 230], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 181]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 912]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 913]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 914]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 915]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 916]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 917]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 918]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 919]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 920]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 921]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 922]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 183]] + SQL (0.0ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 184]] + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 230]] + SQL (0.4ms) DELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? [["id", 181]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +Completed 200 OK in 34ms (Views: 0.3ms | ActiveRecord: 2.2ms) + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + 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", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230], ["required", true]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (183, 184) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 181]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 230]] + 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", 181]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 91]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 91]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 92]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 92]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 230]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 230], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 226]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f973e3a75a0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 181], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 451], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 923]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 452], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 924]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 453], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 925]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 454], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 926]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 455], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 927]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 456], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 928]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 457], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 929]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 458], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 930]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 459], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 931]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 460], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 932]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 461], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 933]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 183]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 185]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] 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", 184]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 186]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 231]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] Performed Pulitzer::CloneVersionJob from Inline(default) in 103.31ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: b41c4f95-f288-46ee-8edf-e8e45b8d5cc8) to Inline(default) with arguments: #<GlobalID:0x007f973e3d4b40 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 231], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/230?status=abandoned" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"230"} + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 230]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 230], ["label_type", "Pulitzer::Tag"]] + 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", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (2.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (6.3ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 231], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 231], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1.4ms) + 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", 231]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 231]] + 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", 451], ["LIMIT", 1]] + 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", 452], ["LIMIT", 1]] + 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", 453], ["LIMIT", 1]] + 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", 454], ["LIMIT", 1]] + 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", 455], ["LIMIT", 1]] + 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", 456], ["LIMIT", 1]] + 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", 457], ["LIMIT", 1]] + 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", 458], ["LIMIT", 1]] + 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", 459], ["LIMIT", 1]] + 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", 460], ["LIMIT", 1]] + 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", 461], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 91], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 92], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (11.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (74.4ms) +Completed 500 Internal Server Error in 84ms (ActiveRecord: 2.6ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + 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", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230], ["required", true]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (183, 184) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 181]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 230]] + 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", 181]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 91]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 91]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 92]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 92]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 230]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 230], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 226]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f97427a7d90 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 181], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 451], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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 1"], ["post_type_content_element_type_id", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 923]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 452], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 924]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.2ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 453], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 925]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 454], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 926]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 455], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 927]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 456], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 928]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 457], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 929]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 458], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 930]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 459], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 931]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 460], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 932]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 461], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 933]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 183]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 185]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] 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", 184]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 186]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 231]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] Performed Pulitzer::CloneVersionJob from Inline(default) in 107.89ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: c99079e9-e1d2-434b-bccc-4209128d25f9) to Inline(default) with arguments: #<GlobalID:0x007f97427c1fd8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 231], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/231?status=abandoned" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"231"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 231], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 231]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 231], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f97424aaed0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 181], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 451], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 934]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 452], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 935]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 453], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 936]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 454], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 937]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 455], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 938]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 456], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 939]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 457], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 940]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 458], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 941]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 459], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.2ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 942]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 460], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 943]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 461], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 944]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 183]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 232], ["id", 187]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] 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", 184]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 232], ["id", 188]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 232]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] Performed Pulitzer::CloneVersionJob from Inline(default) in 92.16ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: bc88b163-8771-49f9-9b71-9f3226b8e20c) to Inline(default) with arguments: #<GlobalID:0x007f973ea0aa50 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 230]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (15.4ms) +Completed 200 OK in 119ms (Views: 0.2ms | ActiveRecord: 8.6ms) + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 231], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 181]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 181]] + SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 181], ["content_element_type_id", 140], ["label", "test"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC], ["required", true], ["sort_order", 14]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 230], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 462 WHERE "pulitzer_content_elements"."id" = ? [["id", 912]] +Started PATCH "/pulitzer/versions/230?status=active" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"active", "id"=>"230"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230], ["required", true]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 181]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 230]] + 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", 181]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 91]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 91]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 92]] + Pulitzer::PartialType Load (0.2ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 92]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (2.7ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 230], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 230], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1.1ms) + 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", 230]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] + 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", 462], ["LIMIT", 1]] + 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", 452], ["LIMIT", 1]] + 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", 453], ["LIMIT", 1]] + 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", 454], ["LIMIT", 1]] + 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", 455], ["LIMIT", 1]] + 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", 456], ["LIMIT", 1]] + 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", 457], ["LIMIT", 1]] + 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", 458], ["LIMIT", 1]] + 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", 459], ["LIMIT", 1]] + 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", 460], ["LIMIT", 1]] + 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", 461], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 91], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 92], ["LIMIT", 1]] + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.6ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (8.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (61.9ms) +Completed 500 Internal Server Error in 81ms (ActiveRecord: 3.3ms) +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 1"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 1"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 2"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (6.5ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (9.8ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.7ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (16.7ms) +Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.5ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 3"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 3"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 4"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 4"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (2.6ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (4.6ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.3ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (10.0ms) +Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.2ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.4ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 5"], ["LIMIT", 1]] + SQL (0.7ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 5"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 6"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (3.3ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (6.2ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.3ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (11.4ms) +Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.4ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 7"], ["LIMIT", 1]] + SQL (1.0ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 7"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.2ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 8"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 8"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.4ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (4.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (11.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (14.9ms) +Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (5.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (7.3ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=false" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"false"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (8.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (10.4ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+9" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 9"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 9"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 9"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (6.4ms) +Completed 200 OK in 14ms (Views: 9.1ms | ActiveRecord: 0.8ms) +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+10" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 10"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 10"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 10"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (5.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (7.6ms) +Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.6ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (6.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (8.5ms) +Completed 409 Conflict in 13ms (Views: 10.8ms | ActiveRecord: 0.2ms) +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (7.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (10.0ms) +Completed 409 Conflict in 14ms (Views: 11.9ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 13"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 13"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.2ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 14"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 14"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 09:42:38 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.3ms) +Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 15"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 15"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+16" for 127.0.0.1 at 2017-06-05 09:42:39 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 16"}, "id"=>"1"} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.3ms) +Completed 409 Conflict in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 17"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 17"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+18" for 127.0.0.1 at 2017-06-05 09:42:39 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 18"}, "id"=>"1"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "The north 18"], ["id", 1], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ? [["name", "The north 18"], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.3ms) +Completed 200 OK in 10ms (Views: 6.2ms | ActiveRecord: 0.4ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 20"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 20"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 09:42:39 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (5.9ms) +Completed 409 Conflict in 10ms (Views: 7.7ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 22"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 22"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 09:42:39 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.5ms) +Completed 409 Conflict in 12ms (Views: 9.7ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 23"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 23"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 09:42:39 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +Completed 200 OK in 0ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 24"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 24"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 09:42:39 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["label_id", 1], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 5ms (ActiveRecord: 0.3ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 230]] +  (0.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 451], ["LIMIT", 1]] + SQL (0.1ms) 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 923]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 452], ["LIMIT", 1]] + SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 924]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 453], ["LIMIT", 1]] + SQL (0.1ms) 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 925]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 454], ["LIMIT", 1]] + SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 926]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (1.7ms) SAVEPOINT active_record_1 + 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", 455], ["LIMIT", 1]] + SQL (0.1ms) 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 927]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 456], ["LIMIT", 1]] + SQL (0.1ms) 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 928]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.2ms) SAVEPOINT active_record_1 + 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", 457], ["LIMIT", 1]] + 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 929]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 458], ["LIMIT", 1]] + 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 title"], ["post_type_content_element_type_id", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 930]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 459], ["LIMIT", 1]] + SQL (0.1ms) 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 931]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 460], ["LIMIT", 1]] + SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 932]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 461], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 933]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 183]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 185]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 184]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 186]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 231]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 231]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 451], ["LIMIT", 1]] + SQL (0.1ms) 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 923]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 452], ["LIMIT", 1]] + SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 924]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 453], ["LIMIT", 1]] + SQL (0.1ms) 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 925]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 454], ["LIMIT", 1]] + SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 926]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 455], ["LIMIT", 1]] + 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 Text"], ["post_type_content_element_type_id", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 927]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 456], ["LIMIT", 1]] + SQL (0.1ms) 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 928]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 457], ["LIMIT", 1]] + 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 929]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 458], ["LIMIT", 1]] + SQL (0.1ms) 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 930]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 459], ["LIMIT", 1]] + SQL (0.1ms) 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 931]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 460], ["LIMIT", 1]] + SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 932]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 461], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 933]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 183]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 185]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 184]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 186]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 231]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 231], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "Winterfell news 1"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 93], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 186]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-1"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-1"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 1"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["slug", "winterfell-news-1"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Winterfell news 1"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 231], ["LIMIT", 1]] + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 185]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 231], ["name", "Winterfell news 1"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 1], ["label", "King's Landing news 1"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 186], ["LIMIT", 1]] + 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", 186]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 231], ["LIMIT", 1]] + Pulitzer::Partial Load (0.5ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ? [["free_form_section_id", 185], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 1"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + 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", 185]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + 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", 185], ["content_element_type_id", 144], ["label", "Slide 1 content element 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 2"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + 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", 185]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + SQL (0.1ms) 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", 185], ["content_element_type_id", 145], ["label", "Slide 1 content element 2"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 3"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 3"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + 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", 185]] + 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", 185]] + SQL (0.1ms) 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", 185], ["content_element_type_id", 146], ["label", "Slide 1 content element 3"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["sort_order", 3]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ? [["id", 185]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 185]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 185]] + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["free_form_section_id", 185], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? [["partial_id", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + 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", 185]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 144], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["post_type_content_element_type_id", 462], ["content_element_type_id", 144], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 145], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["post_type_content_element_type_id", 463], ["content_element_type_id", 145], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 146], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["post_type_content_element_type_id", 464], ["content_element_type_id", 146], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["partial_id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 4"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 4"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 185]] + 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", 185]] + SQL (0.1ms) 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", 185], ["content_element_type_id", 144], ["label", "Slide 1 content element 4"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 5"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 5"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + 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", 185]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + SQL (0.1ms) 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", 185], ["content_element_type_id", 145], ["label", "Slide 1 content element 5"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 6"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 185], ["LIMIT", 1]] + 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", 185]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + SQL (0.1ms) 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", 185], ["content_element_type_id", 146], ["label", "Slide 1 content element 6"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 185]] +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-2"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 2"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["slug", "winterfell-news-2"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 231]] + 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", 185]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 144], ["LIMIT", 1]] + 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", "Slide 1 content element 4"], ["version_id", 231], ["post_type_content_element_type_id", 462], ["content_element_type_id", 144], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 145], ["LIMIT", 1]] + 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", "Slide 1 content element 5"], ["version_id", 231], ["post_type_content_element_type_id", 463], ["content_element_type_id", 145], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 146], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["version_id", 231], ["post_type_content_element_type_id", 464], ["content_element_type_id", 146], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 231]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 185]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "Main Body"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "Side Bar"], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "Footer List"], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "test"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "test"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "test"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["slug", "test"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 231]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Main Body"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 231], ["free_form_section_type_id", 94], ["name", "Side Bar"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 231], ["free_form_section_type_id", 95], ["name", "Footer List"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 231]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "Winterfell news 2"], ["sort_order", 2]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 93], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 186]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-3"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-3"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 3"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["slug", "winterfell-news-3"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Winterfell news 2"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 231], ["LIMIT", 1]] + 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", 185]] + 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", 185], ["status", 0], ["LIMIT", 1]] + 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", 185], ["status", 0], ["LIMIT", 1]] + 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", 231], ["name", "Winterfell news 2"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 2], ["label", "King's Landing news 2"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 186], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 186]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 231], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 185]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 231], ["name", "Winterfell news 2"], ["LIMIT", 1]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ? [["free_form_section_id", 185], ["label", "King's Landing news 2"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 231], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 185]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 181]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 181]] + 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", 181], ["content_element_type_id", 140], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", "Hero Title 1"], ["version_id", 230], ["post_type_content_element_type_id", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + SQL (0.1ms) 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", 230], ["post_type_content_element_type_id", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + SQL (0.1ms) 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", 230], ["post_type_content_element_type_id", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + SQL (0.1ms) 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", 230], ["post_type_content_element_type_id", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + SQL (0.1ms) 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", 230], ["post_type_content_element_type_id", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + SQL (0.1ms) 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", 230], ["post_type_content_element_type_id", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + SQL (0.1ms) 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", 230], ["post_type_content_element_type_id", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + SQL (0.1ms) 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", 230], ["post_type_content_element_type_id", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + SQL (0.1ms) 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", 230], ["post_type_content_element_type_id", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + SQL (0.1ms) 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", 230], ["post_type_content_element_type_id", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["version_id", 230], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] + 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", "A New Field for this Post Type"], ["version_id", 230], ["post_type_content_element_type_id", 462], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 230], ["free_form_section_type_id", 91], ["name", "Main Content"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 230], ["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 462]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 181]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230], ["label", "A New Field for this Post Type"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 934]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 181], ["status", 0]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 230]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ? [["id", 230]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 181]] + 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", 181]] + 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", 181], ["content_element_type_id", 140], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 181]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 181], ["status", 4]] + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 181], ["status", 0]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 230]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 230], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 226]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f97420584e0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 181], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.4ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 451], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 923]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 452], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 924]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 453], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 925]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 454], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 926]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 455], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 927]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 456], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 928]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 457], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 929]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 458], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 930]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 459], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 931]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 460], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 932]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 461], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 933]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 183]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 185]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] 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", 184]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 186]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 231]] +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] Performed Pulitzer::CloneVersionJob from Inline(default) in 99.22ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 7ca93bc0-d46b-4be7-bd37-d571fd44a3bb) to Inline(default) with arguments: #<GlobalID:0x007f974206bce8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 231], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + 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", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 231]] +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 230]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 230], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 226]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f9744067c68 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 181], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 451], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 923]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 452], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 924]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 453], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (1.6ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 925]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 454], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 926]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.3ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.4ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 455], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 927]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 456], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 928]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 457], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 929]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 458], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 930]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 459], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 931]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 460], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 932]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 461], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 933]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 183]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 185]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] 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", 184]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 186]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 231]] +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] Performed Pulitzer::CloneVersionJob from Inline(default) in 111.87ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 25ac89d2-a344-4a89-9d49-aa963085c3aa) to Inline(default) with arguments: #<GlobalID:0x007f9744076560 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 231], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 231]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 231], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f97425afad8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 181], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 451], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 934]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 452], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 935]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 453], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 936]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 454], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 937]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 455], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 938]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 456], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 939]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 457], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 940]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 458], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 941]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 459], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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 description"], ["post_type_content_element_type_id", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 942]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 460], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 943]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 461], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 944]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 183]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 232], ["id", 187]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] 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", 184]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 232], ["id", 188]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 232]] +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] Performed Pulitzer::CloneVersionJob from Inline(default) in 91.81ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 5ffffd49-f648-482f-8793-ac706f058dab) to Inline(default) with arguments: #<GlobalID:0x007f97425be808 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 231], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 232]] +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 230]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 230], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 226]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (7.9ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f9743628720 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 181], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 451], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.6ms) 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.2ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 923]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 452], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (1.7ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 924]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::PostTypeContentElementType Load (0.5ms) 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", 453], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 925]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 454], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 926]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 455], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 927]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 456], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 928]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.2ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 457], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 929]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 458], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 930]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 459], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 931]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 460], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 932]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 461], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 933]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 183]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 185]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] 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", 184]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 186]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 231]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] Performed Pulitzer::CloneVersionJob from Inline(default) in 114.84ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 4a756342-0b0f-4a6c-b003-eea90eb90cf9) to Inline(default) with arguments: #<GlobalID:0x007f973e07d370 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 231], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 230]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 230], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] + 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", 181], ["status", 0], ["LIMIT", 1]] + 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", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 231]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The North Remembers"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The North Remembers"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 181], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 230], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The South Forgets"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The South Forgets"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 230], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 230], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 181], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 230]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 226]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f97420682a0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 181], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (1.7ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 451], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 451], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 923]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (1.5ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 452], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 452], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 924]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 453], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 453], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 925]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 454], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 454], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.2ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 926]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 455], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 455], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 927]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 456], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 456], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 928]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 457], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 457], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 929]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 458], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 458], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 930]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::PostTypeContentElementType Load (0.5ms) 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", 459], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 459], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 931]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.7ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::PostTypeContentElementType Load (0.5ms) 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", 460], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) 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", 460], ["content_element_type_id", 140], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 932]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 143], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 461], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 461], ["content_element_type_id", 143], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 933]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 91], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 183]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 185]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] 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", 184]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.4ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 231], ["id", 186]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 230]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 231], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 231], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 231]] +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] Performed Pulitzer::CloneVersionJob from Inline(default) in 144.69ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 14367894-1727-4b82-9197-171e6a451f6f) to Inline(default) with arguments: #<GlobalID:0x007f974208bd40 @uri=#<URI::GID gid://dummy/Pulitzer::Version/230>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 231], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.5ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 142], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 901]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (1.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 142], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 901]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.7ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 901], ["LIMIT", 1]] + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["image", "sam_and_snow.jpg"], ["content_element_type_id", 141], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 901]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 141], ["LIMIT", 1]] +  (1.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", "winterfell-news-4"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-4"], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "32fbdcea-e5cb-45a9-9fab-76078137a53a"], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-5"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-5"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 5"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["slug", "winterfell-news-5"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 185], ["status", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-6"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 6"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["slug", "winterfell-news-6"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 185], ["status", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-7"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-7"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 7"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["slug", "winterfell-news-7"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 185], ["status", 0], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ? [["id", 231]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 185], ["status", 4]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-8"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-8"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 8"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["slug", "winterfell-news-8"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 231]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 231]] + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 231]] + SQL (0.2ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 231]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 185], ["status", 4]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) SAVEPOINT active_record_1 + 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", "winterfell-news-9"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-9"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 9"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["slug", "winterfell-news-9"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-10"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-10"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 10"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["slug", "winterfell-news-10"]] + SQL (0.4ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 185) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ? [["slug", "the-new-king-in-the-north"], ["id", 185], ["LIMIT", 1]] + SQL (0.2ms) UPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ? [["title", "The new King in the North"], ["updated_at", 2017-06-05 15:42:40 UTC], ["slug", "the-new-king-in-the-north"], ["id", 185]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 25"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 25"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.4ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-11"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-11"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 11"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["slug", "winterfell-news-11"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] +  (0.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 181], ["LIMIT", 1]] + 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", 181]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 181]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 181], ["content_element_type_id", 140], ["label", "Test Element"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 26"], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "a"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "a"], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.5ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "A"], ["LIMIT", 1]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 27"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 27"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 28"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 28"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-12"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-12"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 12"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["slug", "winterfell-news-12"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 29"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 29"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 232], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" INNER JOIN "pulitzer_versions" ON "pulitzer_posts"."id" = "pulitzer_versions"."post_id" INNER JOIN "pulitzer_post_tags" ON "pulitzer_versions"."id" = "pulitzer_post_tags"."version_id" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? AND "pulitzer_posts"."id" = ? LIMIT ? [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 185], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 30"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 30"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 31"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 31"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 32"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 32"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 33"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 33"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.119879' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 34"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 34"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.122808' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 2], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 3], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 35"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 35"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 36"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 36"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 37"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 37"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.134829' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 38"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 38"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 39"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 39"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 40"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 40"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.148182' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 41"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 41"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 42"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 42"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 43"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 43"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.158666' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-13"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-13"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 13"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["slug", "winterfell-news-13"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 44"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 44"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-14"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-14"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 14"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["slug", "winterfell-news-14"]] + SQL (0.6ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 232], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 232]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "Winterfell news 3"], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 93], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 186]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-15"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-15"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 15"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["slug", "winterfell-news-15"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-16"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-16"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 16"], ["post_type_id", 187], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["slug", "winterfell-news-16"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 186], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 187]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "Winterfell news 4"], ["sort_order", 4]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 93], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 186]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-17"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-17"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 17"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["slug", "winterfell-news-17"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 185]] + 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", 185], ["status", 0], ["LIMIT", 1]] + 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", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Winterfell news 4"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 231], ["name", "Winterfell news 4"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 4], ["label", "King's Landing news 4"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 186], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 186]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = 'Winterfell news 4' [["version_id", 231]] + 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", 185]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 93]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 93]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 185], ["post_type_id", 186]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 185], ["name", "Winterfell news 5"], ["sort_order", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 93], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 186]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-18"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-18"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 18"], ["post_type_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["slug", "winterfell-news-18"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 185]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Winterfell news 5"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 231], ["name", "Winterfell news 5"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 5], ["label", "King's Landing news 5"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 186], ["LIMIT", 1]] + 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", 186]] + 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", 185], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 231], ["LIMIT", 1]] + 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 LIMIT ? [["free_form_section_id", 185], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.0ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 185]] + 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" = 'Winterfell news 5' [["version_id", 231]] + 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", 185]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 93]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 93]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 185], ["post_type_id", 186]] +  (0.5ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (1.6ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.8ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (0.7ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.7ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (0.8ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (0.8ms) delete from pulitzer_custom_options; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (0.8ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.9ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.8ms) delete from pulitzer_justification_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.9ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.8ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (0.7ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.9ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.9ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.9ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (0.8ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.7ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (0.8ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.8ms) delete from pulitzer_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_versions; +  (0.8ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (0.8ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.8ms) delete from ar_internal_metadata; +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.7ms) commit transaction +  (12.2ms) begin transaction + 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", 1]] + 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", 1]] + 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", 1], ["content_element_type_id", 1], ["label", "Hero Title 1"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 1]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + 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", 1], ["content_element_type_id", 1], ["label", "Hero Title 2"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 1], ["content_element_type_id", 1], ["label", "Hero Title 3"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 3]] +  (0.8ms) commit transaction +  (0.2ms) begin transaction + 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", 1], ["content_element_type_id", 1], ["label", "Guest Title"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 4]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 1], ["content_element_type_id", 1], ["label", "Guest Text"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 5]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 1], ["content_element_type_id", 1], ["label", "Footer Title"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 6]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 1], ["content_element_type_id", 1], ["label", "Footer Text"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 7]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 1], ["content_element_type_id", 1], ["label", "Metadata title"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 8]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 1], ["content_element_type_id", 1], ["label", "Metadata description"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 9]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 1], ["content_element_type_id", 1], ["label", "Metadata keywords"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 10]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 1], ["content_element_type_id", 4], ["label", "Call to Action Button"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["sort_order", 11]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 1], ["name", "Main Content"], ["sort_order", 12]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 1], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["slug", "welcome"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (1.4ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.9ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.7ms) commit transaction + Pulitzer::Version Load (0.3ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (1.1ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.7ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.8ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.8ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.7ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.8ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.9ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + 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", 1], ["post_type_content_element_type_id", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.8ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 1], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.7ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.5ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 1], ["free_form_section_type_id", 1], ["name", "Main Content"]] +  (1.4ms) commit transaction + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 1], ["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 2], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 2], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (1.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.6ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["plural", true]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 3], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["slug", "ski-jump-competition"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 3], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.9ms) commit transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 1]] +  (0.8ms) commit transaction + 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", 1], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]] +  (0.8ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb9a4297060 @uri=#<URI::GID gid://dummy/Pulitzer::Version/1>> +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 1], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 2], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 13]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 3], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 14]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 7], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 18]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 19]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", "Metadata description"], ["post_type_content_element_type_id", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 22]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 5], ["id", 3]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] 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", 2]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 5], ["id", 4]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] Performed Pulitzer::CloneVersionJob from Inline(default) in 151.19ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: e7cfd0dd-aa08-423d-8946-c6fc64a65aad) to Inline(default) with arguments: #<GlobalID:0x007fb9a42bd170 @uri=#<URI::GID gid://dummy/Pulitzer::Version/1>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] + 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", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 1]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 2]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 3]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 4]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 5]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 6]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 7]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 8]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 9]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 10]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 11]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.9ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 1], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 1], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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", 1], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] + 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", 1], ["name", "Main Content"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with no display"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["free_form_section_id", 1], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/welcome/welcome" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by PagesController#welcome as HTML + Parameters: {"slug"=>"welcome"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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", 1], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] + Rendering pages/welcome.html.erb within layouts/application + Rendered pages/welcome.html.erb within layouts/application (1.7ms) +Completed 200 OK in 22ms (Views: 14.0ms | ActiveRecord: 0.3ms) +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/new?arrangement_style%5Bpost_type_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::ArrangementStylesController#new as HTML + Parameters: {"arrangement_style"=>{"post_type_id"=>"5"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_new.html.erb (14.5ms) +Completed 200 OK in 31ms (Views: 17.2ms | ActiveRecord: 0.5ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/arrangement_styles?arrangement_style%5Bdisplay_name%5D=Pretty+Arrangement&arrangement_style%5Bpost_type_id%5D=5&arrangement_style%5Bview_file_name%5D=pretty-arrangement" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::ArrangementStylesController#create as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"Pretty Arrangement", "post_type_id"=>"5", "view_file_name"=>"pretty-arrangement"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show_wrapper.html.erb (3.3ms) +Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.3ms) + Pulitzer::ArrangementStyle Load (0.2ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["view_file_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/1/edit" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::ArrangementStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form.html.erb (6.2ms) +Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["view_file_name", "white"]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/arrangement_styles/1?arrangement_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::ArrangementStylesController#update as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.2ms) +Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.4ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["view_file_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/arrangement_styles/1" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::ArrangementStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.3ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/new?background_style%5Bpost_type_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::BackgroundStylesController#new as HTML + Parameters: {"background_style"=>{"post_type_id"=>"5"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_new.html.erb (5.7ms) +Completed 200 OK in 26ms (Views: 8.2ms | ActiveRecord: 0.5ms) +  (0.5ms) rollback transaction +  (0.3ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/background_styles?background_style%5Bcss_class_name%5D=pretty-class&background_style%5Bdisplay_name%5D=Pretty+Class&background_style%5Bpost_type_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::BackgroundStylesController#create as HTML + Parameters: {"background_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"5"}} +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show_wrapper.html.erb (5.2ms) +Completed 200 OK in 11ms (Views: 8.2ms | ActiveRecord: 0.5ms) + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/1/edit" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::BackgroundStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.2ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form.html.erb (7.6ms) +Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/background_styles/1?background_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::BackgroundStylesController#update as HTML + Parameters: {"background_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.2ms) +Completed 200 OK in 6ms (Views: 3.6ms | ActiveRecord: 0.2ms) + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/background_styles/1" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::BackgroundStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.2ms) + Pulitzer::BackgroundStyle Load (0.0ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["content_element_type_id", 4], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "remove me"], ["updated_at", 2017-06-05 15:57:46 UTC], ["id", 11]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOption Load (0.4ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ? [["value", "contactMgmt"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.2ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Started PATCH "/pulitzer/content_elements/11?content_element%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F1&content_element%5Bcustom_option_id%5D=1" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::ContentElementsController#update as HTML + Parameters: {"content_element"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/1", "custom_option_id"=>"1"}, "id"=>"11"} + Pulitzer::ContentElement Load (0.4ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 11], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["custom_option_id", 1], ["body", nil], ["updated_at", 2017-06-05 15:57:46 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 11], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Pulitzer::CustomOption Load (0.1ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (15.4ms) +Completed 200 OK in 25ms (Views: 18.8ms | ActiveRecord: 1.0ms) + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.3ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/new?post_type_id=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#new as HTML + Parameters: {"post_type_id"=>"5"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_new.html.erb (5.4ms) +Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/free_form_section_types?free_form_section_type%5Bname%5D=test+sidebar&free_form_section_type%5Bpost_type_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#create as HTML + Parameters: {"free_form_section_type"=>{"name"=>"test sidebar", "post_type_id"=>"5"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "test sidebar"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show_wrapper.html.erb (4.1ms) +Completed 200 OK in 17ms (Views: 6.7ms | ActiveRecord: 0.7ms) + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "main content"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/3/edit" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#edit as HTML + Parameters: {"id"=>"3"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form.html.erb (6.4ms) +Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "main content"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/free_form_section_types/3?free_form_section_type%5Bname%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#update as HTML + Parameters: {"free_form_section_type"=>{"name"=>"edited name"}, "id"=>"3"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ? [["name", "edited name"], ["id", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (1.2ms) +Completed 200 OK in 12ms (Views: 3.3ms | ActiveRecord: 0.6ms) + Pulitzer::FreeFormSectionType Load (0.3ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "main content"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/free_form_section_types/3" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#destroy as HTML + Parameters: {"id"=>"3"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? [["id", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] +Completed 200 OK in 6ms (ActiveRecord: 0.3ms) + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/new?justification_style%5Bpost_type_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::JustificationStylesController#new as HTML + Parameters: {"justification_style"=>{"post_type_id"=>"5"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_new.html.erb (6.2ms) +Completed 200 OK in 25ms (Views: 10.4ms | ActiveRecord: 0.5ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/justification_styles?justification_style%5Bcss_class_name%5D=pretty-class&justification_style%5Bdisplay_name%5D=Pretty+Class&justification_style%5Bpost_type_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::JustificationStylesController#create as HTML + Parameters: {"justification_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"5"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show_wrapper.html.erb (3.9ms) +Completed 200 OK in 10ms (Views: 6.0ms | ActiveRecord: 0.3ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/1/edit" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::JustificationStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.2ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form.html.erb (9.4ms) +Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.3ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/justification_styles/1?justification_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::JustificationStylesController#update as HTML + Parameters: {"justification_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (1.4ms) +Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.2ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/justification_styles/1" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::JustificationStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 22ms (ActiveRecord: 0.3ms) + Pulitzer::JustificationStyle Load (0.0ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/new?partial%5Bfree_form_section_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::PartialsController#new as HTML + Parameters: {"partial"=>{"free_form_section_id"=>"5"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC [["kind", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? [["kind", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 5]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_new.html.erb (21.0ms) +Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.9ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "Grey"], ["css_class_name", "grey"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "Left"], ["css_class_name", "left"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "Image Right"], ["view_file_name", "image-right"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/partials?partial%5Barrangement_style_id%5D=1&partial%5Bbackground_style_id%5D=1&partial%5Bfree_form_section_id%5D=5&partial%5Bjustification_style_id%5D=1&partial%5Bpost_type_id%5D=5&partial%5Bsequence_flow_style_id%5D=1" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::PartialsController#create as HTML + Parameters: {"partial"=>{"arrangement_style_id"=>"1", "background_style_id"=>"1", "free_form_section_id"=>"5", "justification_style_id"=>"1", "post_type_id"=>"5", "sequence_flow_style_id"=>"1"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 5]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "background_style_id", "justification_style_id", "sequence_flow_style_id", "arrangement_style_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 5], ["free_form_section_id", 5], ["sort_order", 1], ["background_style_id", 1], ["justification_style_id", 1], ["sequence_flow_style_id", 1], ["arrangement_style_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 5]] + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms) + Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (6.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (21.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show_wrapper.html.erb (24.0ms) +Completed 200 OK in 37ms (Views: 25.6ms | ActiveRecord: 1.1ms) + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 5]] + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 5], ["free_form_section_id", 5], ["sort_order", 1], ["label", "test partial"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/1/edit" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::PartialsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 5]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_form.html.erb (15.6ms) +Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.7ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Left Text White BG"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.2ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 5]] + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 1], ["label", "test partial"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/partials/1?partial%5Bpost_type_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::PartialsController#update as HTML + Parameters: {"partial"=>{"post_type_id"=>"5"}, "id"=>"1"} + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ? [["post_type_id", 5], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms) + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (2.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (10.4ms) +Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 0.5ms) + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.2ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Flock+of+birds&post_type%5Bplural%5D=1" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Flock of birds", "plural"=>"1"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Flock of birds"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.8ms) +Completed 200 OK in 12ms (Views: 8.4ms | ActiveRecord: 0.5ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Flock of birds"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Crow&post_type%5Bplural%5D=0" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Crow", "plural"=>"0"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Crow"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.4ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", "crow"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "crow"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Crow"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["slug", "crow"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.4ms) +Completed 200 OK in 29ms (Views: 7.2ms | ActiveRecord: 2.2ms) + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Crow"], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/new?sequence_flow_style%5Bpost_type_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::SequenceFlowStylesController#new as HTML + Parameters: {"sequence_flow_style"=>{"post_type_id"=>"5"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_new.html.erb (4.8ms) +Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/sequence_flow_styles?sequence_flow_style%5Bcss_class_name%5D=pretty-class&sequence_flow_style%5Bdisplay_name%5D=Pretty+Class&sequence_flow_style%5Bpost_type_id%5D=5" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::SequenceFlowStylesController#create as HTML + Parameters: {"sequence_flow_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"5"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show_wrapper.html.erb (3.9ms) +Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.2ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/1/edit" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::SequenceFlowStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form.html.erb (7.8ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/sequence_flow_styles/1?sequence_flow_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::SequenceFlowStylesController#update as HTML + Parameters: {"sequence_flow_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (1.1ms) +Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.4ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/sequence_flow_styles/1" for 127.0.0.1 at 2017-06-05 09:57:46 -0600 +Processing by Pulitzer::SequenceFlowStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.0ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.2ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]] + SQL (0.3ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 2]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 3]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 4]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 5]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 6]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 7]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 8]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 9]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 10]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 11]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 1]] + SQL (0.2ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 2]] + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 1], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/5?status=abandoned" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"5"} + Pulitzer::Version Load (1.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]] + 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", 5]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 12]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 13]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 14]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 15]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 16]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 17]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 18]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 19]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 20]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 21]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 22]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 3]] + SQL (0.0ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 4]] + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 5]] + SQL (0.1ms) DELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 200 OK in 36ms (Views: 0.2ms | ActiveRecord: 3.0ms) + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5], ["required", true]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (3, 4) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 5]] + 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", 1]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 1]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 1]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 2]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 2]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 5]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 5], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb9a2fc6558 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 1], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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 1"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 23]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 2], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 24]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 3], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 25]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 27]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 28]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 7], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 29]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 30]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 32]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 33]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 3]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] 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", 4]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] Performed Pulitzer::CloneVersionJob from Inline(default) in 102.01ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 8337a481-1bf7-45da-a87c-87d235151b1b) to Inline(default) with arguments: #<GlobalID:0x007fb9a2fdf508 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/5?status=abandoned" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"5"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["label_type", "Pulitzer::Tag"]] + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (2.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (5.4ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1.3ms) + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 6]] + 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", 1], ["LIMIT", 1]] + 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", 2], ["LIMIT", 1]] + 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", 3], ["LIMIT", 1]] + 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", 4], ["LIMIT", 1]] + 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", 5], ["LIMIT", 1]] + 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", 6], ["LIMIT", 1]] + 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", 7], ["LIMIT", 1]] + 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", 8], ["LIMIT", 1]] + 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", 9], ["LIMIT", 1]] + 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", 10], ["LIMIT", 1]] + 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", 11], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.7ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + 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", 5]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (3.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (7.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (10.4ms) + 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", 6]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (1.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (2.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (81.9ms) +Completed 200 OK in 93ms (Views: 0.8ms | ActiveRecord: 3.1ms) + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5], ["required", true]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (3, 4) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 5]] + 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", 1]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 1]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 1]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 2]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 2]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb9a6a43d70 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 1], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) 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", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 23]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 2], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 24]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 3], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 25]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 27]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 28]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 7], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 29]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 30]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 32]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 33]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 3]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] 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", 4]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] Performed Pulitzer::CloneVersionJob from Inline(default) in 95.91ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 23cfc17f-a3f1-4104-85e0-187257479ef7) to Inline(default) with arguments: #<GlobalID:0x007fb9a4e91668 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/6?status=abandoned" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"6"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 6], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb9a68d2130 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 1], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 34]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 2], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 35]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 3], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 36]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 37]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 38]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 39]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 7], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 40]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 41]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 42]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 43]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 44]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 3]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 7], ["id", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] 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", 4]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 7], ["id", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] Performed Pulitzer::CloneVersionJob from Inline(default) in 89.28ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: d42f11d3-b65f-4a7f-bf56-2cec950f6de3) to Inline(default) with arguments: #<GlobalID:0x007fb9a68ddee0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 5]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (6.2ms) +Completed 200 OK in 110ms (Views: 0.3ms | ActiveRecord: 8.6ms) + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 1], ["content_element_type_id", 1], ["label", "test"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC], ["required", true], ["sort_order", 14]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 5], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 12 WHERE "pulitzer_content_elements"."id" = ? [["id", 12]] +Started PATCH "/pulitzer/versions/5?status=active" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"active", "id"=>"5"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5], ["required", true]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 5]] + 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", 1]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 1]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 1]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 2]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 2]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (4.4ms) + Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (12.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (14.7ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1.5ms) + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] + 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", 12], ["LIMIT", 1]] + 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", 2], ["LIMIT", 1]] + 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", 3], ["LIMIT", 1]] + 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", 4], ["LIMIT", 1]] + 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", 5], ["LIMIT", 1]] + 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", 6], ["LIMIT", 1]] + 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", 7], ["LIMIT", 1]] + 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", 8], ["LIMIT", 1]] + 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", 9], ["LIMIT", 1]] + 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", 10], ["LIMIT", 1]] + 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", 11], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + 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", 3]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (2.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (4.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (7.1ms) + 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", 4]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (1.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (2.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (80.3ms) +Completed 409 Conflict in 102ms (Views: 0.9ms | ActiveRecord: 3.5ms) +  (1.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 1"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 1"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 2"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (6.1ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (10.1ms) + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (2.4ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (2.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (17.2ms) +Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.6ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 3"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 3"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 4"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 4"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (2.3ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (4.5ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.3ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (9.8ms) +Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.4ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 5"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 5"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 6"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (3.6ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (6.2ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.5ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (13.4ms) +Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.6ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 7"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 7"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.3ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 8"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 8"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.6ms) +Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (3.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (11.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (15.7ms) +Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (2.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (11.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (13.3ms) +Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=false" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"false"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (6.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (8.6ms) +Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+9" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 9"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 9"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 9"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (3.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (6.3ms) +Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.6ms) +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+10" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 10"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 10"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 10"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (7.0ms) +Completed 200 OK in 13ms (Views: 9.1ms | ActiveRecord: 0.6ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (6.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (8.8ms) +Completed 409 Conflict in 14ms (Views: 10.8ms | ActiveRecord: 0.3ms) +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (6.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (8.9ms) +Completed 409 Conflict in 14ms (Views: 11.5ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 13"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 13"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.1ms) +Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 14"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 14"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.8ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 15"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 15"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+16" for 127.0.0.1 at 2017-06-05 09:57:47 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 16"}, "id"=>"1"} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.8ms) +Completed 409 Conflict in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 17"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 17"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+18" for 127.0.0.1 at 2017-06-05 09:57:48 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 18"}, "id"=>"1"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "The north 18"], ["id", 1], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ? [["name", "The north 18"], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (6.1ms) +Completed 200 OK in 12ms (Views: 8.3ms | ActiveRecord: 0.5ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 20"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 20"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 09:57:48 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.6ms) +Completed 409 Conflict in 11ms (Views: 8.7ms | ActiveRecord: 0.3ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 22"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 22"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 09:57:48 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.6ms) +Completed 409 Conflict in 14ms (Views: 9.9ms | ActiveRecord: 0.3ms) +  (0.5ms) rollback transaction +  (0.4ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 23"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 23"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 09:57:48 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +Completed 200 OK in 0ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 24"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 24"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 09:57:48 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["label_id", 1], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 6ms (ActiveRecord: 0.4ms) +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 5]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + 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", 1], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 1], ["LIMIT", 1]] + 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 1"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 23]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 2], ["LIMIT", 1]] + SQL (0.1ms) 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 24]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 3], ["LIMIT", 1]] + SQL (0.1ms) 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 25]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 4], ["LIMIT", 1]] + 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 26]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 27]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 6], ["LIMIT", 1]] + SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 28]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 7], ["LIMIT", 1]] + SQL (0.1ms) 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 29]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 8], ["LIMIT", 1]] + SQL (0.1ms) 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 30]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 31]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 10], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 32]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +  (0.3ms) SAVEPOINT active_record_1 + 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", 11], ["LIMIT", 1]] + 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", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 33]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 3]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 4]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 6]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 6]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]] + Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 23]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 2], ["LIMIT", 1]] + SQL (0.1ms) 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 24]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 3], ["LIMIT", 1]] + SQL (0.1ms) 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 25]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 4], ["LIMIT", 1]] + SQL (0.1ms) 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 26]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 27]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 6], ["LIMIT", 1]] + SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 28]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 7], ["LIMIT", 1]] + SQL (0.1ms) 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 29]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 8], ["LIMIT", 1]] + SQL (0.1ms) 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 30]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 31]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 10], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 32]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 11], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 33]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 3]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 4]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 6], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Winterfell news 1"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 3], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-1"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-1"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 1"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["slug", "winterfell-news-1"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Winterfell news 1"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 6], ["LIMIT", 1]] + 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", 5]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 6], ["name", "Winterfell news 1"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 1], ["label", "King's Landing news 1"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + 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", 6]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 6], ["LIMIT", 1]] + 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 LIMIT ? [["free_form_section_id", 5], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 1"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + 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", 5], ["content_element_type_id", 5], ["label", "Slide 1 content element 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 2"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + SQL (0.1ms) 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", 5], ["content_element_type_id", 6], ["label", "Slide 1 content element 2"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 3"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 3"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 5]] + 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", 5]] + SQL (0.1ms) 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", 5], ["content_element_type_id", 7], ["label", "Slide 1 content element 3"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ? [["id", 5]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 5]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["free_form_section_id", 5], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? [["partial_id", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 5]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["post_type_content_element_type_id", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["partial_id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["post_type_content_element_type_id", 13], ["content_element_type_id", 6], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["post_type_content_element_type_id", 14], ["content_element_type_id", 7], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["partial_id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 4"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 4"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + 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", 5], ["content_element_type_id", 5], ["label", "Slide 1 content element 4"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 5"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 5"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + SQL (0.1ms) 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", 5], ["content_element_type_id", 6], ["label", "Slide 1 content element 5"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 6"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 5]] + 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", 5]] + SQL (0.1ms) 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", 5], ["content_element_type_id", 7], ["label", "Slide 1 content element 6"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["sort_order", 3]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-2"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 2"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["slug", "winterfell-news-2"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 6]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 5]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["version_id", 6], ["post_type_content_element_type_id", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 5"], ["version_id", 6], ["post_type_content_element_type_id", 13], ["content_element_type_id", 6], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["version_id", 6], ["post_type_content_element_type_id", 14], ["content_element_type_id", 7], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 6]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Main Body"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Side Bar"], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Footer List"], ["sort_order", 3]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "test"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "test"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "test"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["slug", "test"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 6]] + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Main Body"]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 6], ["free_form_section_type_id", 4], ["name", "Side Bar"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 6], ["free_form_section_type_id", 5], ["name", "Footer List"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 6]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Winterfell news 2"], ["sort_order", 2]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 3], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.6ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-3"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-3"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 3"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["slug", "winterfell-news-3"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Winterfell news 2"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 6], ["LIMIT", 1]] + 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", 5]] + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 6], ["name", "Winterfell news 2"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 2], ["label", "King's Landing news 2"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 6]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 6], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 5]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 6], ["name", "Winterfell news 2"], ["LIMIT", 1]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ? [["free_form_section_id", 5], ["label", "King's Landing news 2"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 6], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 5]] +  (0.7ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 1]] + 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", 1]] + 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", 1], ["content_element_type_id", 1], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) 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", 5], ["post_type_content_element_type_id", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 5], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "A New Field for this Post Type"], ["version_id", 5], ["post_type_content_element_type_id", 12], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 5], ["free_form_section_type_id", 1], ["name", "Main Content"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 5], ["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 12]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5], ["label", "A New Field for this Post Type"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 34]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 1], ["status", 0]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 5]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ? [["id", 5]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]] + 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", 1], ["content_element_type_id", 1], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["sort_order", 14]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 1], ["status", 4]] + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 1], ["status", 0]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 5]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 5], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb9a2fdeb30 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 1], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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 1"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 23]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 2], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 24]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.7ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 3], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 25]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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 Text"], ["post_type_content_element_type_id", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 27]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 28]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 7], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 29]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 30]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 32]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 33]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 3]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] 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", 4]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] Performed Pulitzer::CloneVersionJob from Inline(default) in 110.69ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 72df5fa2-1664-4061-bc92-e88c8a00774b) to Inline(default) with arguments: #<GlobalID:0x007fb9a3785550 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 6]] +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb9a4f3e228 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 1], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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 1"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 23]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 2], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 24]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 3], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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 3"], ["post_type_content_element_type_id", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.2ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 25]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.2ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 27]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 28]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 7], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 29]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 30]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 32]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 33]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 3]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.5ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] 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", 4]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] Performed Pulitzer::CloneVersionJob from Inline(default) in 127.64ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 3fb5e693-393f-4728-9458-c4dd7e1654a1) to Inline(default) with arguments: #<GlobalID:0x007fb9a704bc68 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 6], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb9a4e62ed0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 1], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 34]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 2], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 35]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 3], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 36]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 37]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 38]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.2ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 39]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 7], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 40]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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 title"], ["post_type_content_element_type_id", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 41]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 42]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.2ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 43]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 44]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 3]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 7], ["id", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.3ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] 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", 4]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 7], ["id", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] Performed Pulitzer::CloneVersionJob from Inline(default) in 103.5ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: aa3f7b39-a067-45e3-8fdc-32746f7a6979) to Inline(default) with arguments: #<GlobalID:0x007fb9a71ace40 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 7]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb9a4bd1a18 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 1], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) 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", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 23]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 2], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 24]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 3], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.7ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 25]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.3ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.4ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 27]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 28]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 7], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 29]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 30]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 32]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 33]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 3]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] 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", 4]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] Performed Pulitzer::CloneVersionJob from Inline(default) in 121.45ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 9f18b212-f29c-40b1-9608-8aa03f677e84) to Inline(default) with arguments: #<GlobalID:0x007fb9a4c06218 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 5], ["label_type", "Pulitzer::Tag"]] + 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", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 6]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The North Remembers"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The North Remembers"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 1], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 5], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The South Forgets"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The South Forgets"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 5], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 1], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb9a6ae6b10 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 1], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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 1"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 23]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.2ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 2], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) 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", 2], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 24]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 3], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) 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", 3], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 25]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) 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", 4], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) 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", 5], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 27]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) 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", 6], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 28]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 7], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) 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", 7], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 29]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) 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", 8], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 30]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) 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", 9], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) 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", 10], ["content_element_type_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 32]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 11], ["content_element_type_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 33]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 1], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 3]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] 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", 4]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 6], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 6], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 6], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] Performed Pulitzer::CloneVersionJob from Inline(default) in 109.3ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: bd0a5316-ebe9-448b-bf47-17ec103ada53) to Inline(default) with arguments: #<GlobalID:0x007fb9a6ae94c8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/5>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 3], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.3ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 3], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]] +  (0.3ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["image", "sam_and_snow.jpg"], ["content_element_type_id", 2], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", "winterfell-news-4"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-4"], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "e78be625-e35d-442f-ac44-0b1c3a714957"], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-5"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-5"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 5"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["slug", "winterfell-news-5"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-6"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-6"], ["LIMIT", 1]] + SQL (0.9ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 6"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["slug", "winterfell-news-6"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-7"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-7"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 7"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["slug", "winterfell-news-7"]] + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.4ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ? [["id", 6]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 5], ["status", 4]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-8"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-8"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 8"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["slug", "winterfell-news-8"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 6]] + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 6]] + SQL (0.2ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 6]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 5], ["status", 4]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-9"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-9"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 9"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["slug", "winterfell-news-9"]] + SQL (0.7ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-10"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-10"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 10"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["slug", "winterfell-news-10"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 5) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ? [["slug", "the-new-king-in-the-north"], ["id", 5], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ? [["title", "The new King in the North"], ["updated_at", 2017-06-05 15:57:49 UTC], ["slug", "the-new-king-in-the-north"], ["id", 5]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 25"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 25"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-11"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-11"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 11"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["slug", "winterfell-news-11"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.3ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 1], ["LIMIT", 1]] + 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", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 1], ["content_element_type_id", 1], ["label", "Test Element"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.2ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 26"], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "a"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.5ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "a"], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "A"], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.2ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 27"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 27"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 28"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 28"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-12"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-12"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 12"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["slug", "winterfell-news-12"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 29"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 29"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 7], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" INNER JOIN "pulitzer_versions" ON "pulitzer_posts"."id" = "pulitzer_versions"."post_id" INNER JOIN "pulitzer_post_tags" ON "pulitzer_versions"."id" = "pulitzer_post_tags"."version_id" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? AND "pulitzer_posts"."id" = ? LIMIT ? [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 5], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 30"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 30"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 31"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 31"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 32"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 32"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 33"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 33"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.079581' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 34"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 34"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.084024' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 2], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 3], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 35"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 35"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 36"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 36"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 37"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 37"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.102971' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (1.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 38"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 38"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 39"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 39"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 40"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 40"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.7ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.118308' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 41"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 41"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 42"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 42"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 43"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 43"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.131260' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-13"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-13"], ["LIMIT", 1]] + SQL (0.6ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 13"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["slug", "winterfell-news-13"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.5ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 44"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 44"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-14"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-14"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 14"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["slug", "winterfell-news-14"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 7], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 7]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Winterfell news 3"], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 3], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-15"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-15"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 15"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["slug", "winterfell-news-15"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-16"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-16"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 16"], ["post_type_id", 7], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["slug", "winterfell-news-16"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 6], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 7]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Winterfell news 4"], ["sort_order", 4]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 3], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) SAVEPOINT active_record_1 + 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", "winterfell-news-17"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-17"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 17"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["slug", "winterfell-news-17"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::Version Load (0.5ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Winterfell news 4"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.4ms) 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", 6], ["name", "Winterfell news 4"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 4], ["label", "King's Landing news 4"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + 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", 6]] + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + 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" = 'Winterfell news 4' [["version_id", 6]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 5], ["post_type_id", 6]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Winterfell news 5"], ["sort_order", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 3], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-18"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-18"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 18"], ["post_type_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["slug", "winterfell-news-18"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] + 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", 5], ["status", 0], ["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Winterfell news 5"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 6], ["name", "Winterfell news 5"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 5], ["label", "King's Landing news 5"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + 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", 6]] + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 6], ["LIMIT", 1]] + 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 LIMIT ? [["free_form_section_id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + 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" = 'Winterfell news 5' [["version_id", 6]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 5], ["post_type_id", 6]] +  (0.5ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (1.7ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.8ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (0.8ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.8ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (0.8ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (1.0ms) delete from pulitzer_custom_options; +  (0.2ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (0.9ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.8ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.7ms) delete from pulitzer_justification_styles; +  (0.2ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.9ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.8ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (0.8ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.8ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.8ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.9ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (0.8ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.7ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (0.7ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.7ms) delete from pulitzer_tags; +  (0.2ms) TRUNCATE TABLE pulitzer_versions; +  (0.9ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (0.8ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.8ms) delete from ar_internal_metadata; +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", true]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.5ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + SQL (0.7ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (1.2ms) commit transaction +  (0.2ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + 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", 5]] + 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", 5]] + 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", 5], ["content_element_type_id", 5], ["label", "Hero Title 1"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 1]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 5], ["content_element_type_id", 5], ["label", "Hero Title 2"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 5], ["content_element_type_id", 5], ["label", "Hero Title 3"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 3]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 5], ["content_element_type_id", 5], ["label", "Guest Title"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 4]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 5], ["content_element_type_id", 5], ["label", "Guest Text"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 5]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + 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", 5], ["content_element_type_id", 5], ["label", "Footer Title"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 6]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 5], ["content_element_type_id", 5], ["label", "Footer Text"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 7]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 5], ["content_element_type_id", 5], ["label", "Metadata title"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 8]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 5], ["content_element_type_id", 5], ["label", "Metadata description"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 9]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 5], ["content_element_type_id", 5], ["label", "Metadata keywords"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 10]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 5], ["content_element_type_id", 8], ["label", "Call to Action Button"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["sort_order", 11]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Main Content"], ["sort_order", 12]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 5], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["slug", "welcome"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (1.4ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 6], ["post_type_content_element_type_id", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.8ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 6], ["post_type_content_element_type_id", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.6ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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 3"], ["version_id", 6], ["post_type_content_element_type_id", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.8ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 6], ["post_type_content_element_type_id", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.7ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 6], ["post_type_content_element_type_id", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.8ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 6], ["post_type_content_element_type_id", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.9ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 6], ["post_type_content_element_type_id", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.8ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 6], ["post_type_content_element_type_id", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (1.0ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 6], ["post_type_content_element_type_id", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.8ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", 6], ["post_type_content_element_type_id", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.8ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 6], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.7ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Main Content"]] +  (0.8ms) commit transaction + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 6], ["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", true]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 6], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 6], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 7], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["slug", "ski-jump-competition"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 7], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", "why-visit-breckenridge"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.8ms) commit transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 6]] +  (0.8ms) commit transaction + 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", 6], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]] +  (0.7ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fe3f4f70aa0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/6>> +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 5], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 34]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 35]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 14], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 36]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 37]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 38]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 39]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 18], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 40]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 19], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 41]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 42]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 43]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 22], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 44]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 5]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 10], ["id", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] 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", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 10], ["id", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 6]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] Performed Pulitzer::CloneVersionJob from Inline(default) in 145.42ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 38829b4c-054e-4bc4-8ae0-dd51855c68d8) to Inline(default) with arguments: #<GlobalID:0x007fe3f66ceaf8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/6>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] + 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", 6]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 23]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 24]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 25]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 26]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 27]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 28]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 29]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 30]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 31]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 32]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 33]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 2], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 2], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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", 5], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.2ms) 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", 6], ["name", "Main Content"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with no display"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 5]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["free_form_section_id", 5], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/welcome/welcome" for 127.0.0.1 at 2017-06-05 10:04:50 -0600 +Processing by PagesController#welcome as HTML + Parameters: {"slug"=>"welcome"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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", 5], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] + Rendering pages/welcome.html.erb within layouts/application + Rendered pages/welcome.html.erb within layouts/application (0.3ms) +Completed 200 OK in 14ms (Views: 8.3ms | ActiveRecord: 0.3ms) +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/new?arrangement_style%5Bpost_type_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:50 -0600 +Processing by Pulitzer::ArrangementStylesController#new as HTML + Parameters: {"arrangement_style"=>{"post_type_id"=>"9"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_new.html.erb (14.1ms) +Completed 200 OK in 27ms (Views: 16.9ms | ActiveRecord: 0.6ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/arrangement_styles?arrangement_style%5Bdisplay_name%5D=Pretty+Arrangement&arrangement_style%5Bpost_type_id%5D=9&arrangement_style%5Bview_file_name%5D=pretty-arrangement" for 127.0.0.1 at 2017-06-05 10:04:50 -0600 +Processing by Pulitzer::ArrangementStylesController#create as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"Pretty Arrangement", "post_type_id"=>"9", "view_file_name"=>"pretty-arrangement"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show_wrapper.html.erb (3.7ms) +Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 0.4ms) + Pulitzer::ArrangementStyle Load (0.2ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:04:50 -0600 +Processing by Pulitzer::ArrangementStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form.html.erb (8.4ms) +Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/arrangement_styles/1?arrangement_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:04:50 -0600 +Processing by Pulitzer::ArrangementStylesController#update as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.0ms) +Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.3ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["view_file_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/arrangement_styles/1" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::ArrangementStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.2ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/new?background_style%5Bpost_type_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::BackgroundStylesController#new as HTML + Parameters: {"background_style"=>{"post_type_id"=>"9"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_new.html.erb (5.3ms) +Completed 200 OK in 21ms (Views: 7.6ms | ActiveRecord: 0.4ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/background_styles?background_style%5Bcss_class_name%5D=pretty-class&background_style%5Bdisplay_name%5D=Pretty+Class&background_style%5Bpost_type_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::BackgroundStylesController#create as HTML + Parameters: {"background_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"9"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show_wrapper.html.erb (3.8ms) +Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 0.2ms) + Pulitzer::BackgroundStyle Load (0.2ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::BackgroundStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form.html.erb (7.4ms) +Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]] +  (0.4ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/background_styles/1?background_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::BackgroundStylesController#update as HTML + Parameters: {"background_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.1ms) +Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.3ms) + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.3ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/background_styles/1" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::BackgroundStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.2ms) + Pulitzer::BackgroundStyle Load (0.0ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.4ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["content_element_type_id", 8], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "remove me"], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 33]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOption Load (0.1ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ? [["value", "contactMgmt"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] +Started PATCH "/pulitzer/content_elements/33?content_element%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F2&content_element%5Bcustom_option_id%5D=3" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::ContentElementsController#update as HTML + Parameters: {"content_element"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/2", "custom_option_id"=>"3"}, "id"=>"33"} + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 33], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["custom_option_id", 3], ["body", nil], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 33]] +  (0.3ms) RELEASE SAVEPOINT active_record_1 + 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", 22], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Pulitzer::CustomOption Load (0.1ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (12.2ms) +Completed 200 OK in 20ms (Views: 14.1ms | ActiveRecord: 1.0ms) + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/new?post_type_id=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#new as HTML + Parameters: {"post_type_id"=>"9"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_new.html.erb (6.3ms) +Completed 200 OK in 13ms (Views: 8.8ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/free_form_section_types?free_form_section_type%5Bname%5D=test+sidebar&free_form_section_type%5Bpost_type_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#create as HTML + Parameters: {"free_form_section_type"=>{"name"=>"test sidebar", "post_type_id"=>"9"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "test sidebar"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show_wrapper.html.erb (3.6ms) +Completed 200 OK in 17ms (Views: 5.7ms | ActiveRecord: 0.7ms) + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 9]] + 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", 9]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "main content"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/5/edit" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#edit as HTML + Parameters: {"id"=>"5"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form.html.erb (6.8ms) +Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "main content"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/free_form_section_types/5?free_form_section_type%5Bname%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#update as HTML + Parameters: {"free_form_section_type"=>{"name"=>"edited name"}, "id"=>"5"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ? [["name", "edited name"], ["id", 5]] +  (0.3ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (1.2ms) +Completed 200 OK in 12ms (Views: 3.3ms | ActiveRecord: 0.6ms) + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "main content"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/free_form_section_types/5" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#destroy as HTML + Parameters: {"id"=>"5"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? [["id", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] +Completed 200 OK in 5ms (ActiveRecord: 0.3ms) + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/new?justification_style%5Bpost_type_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::JustificationStylesController#new as HTML + Parameters: {"justification_style"=>{"post_type_id"=>"9"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_new.html.erb (4.7ms) +Completed 200 OK in 20ms (Views: 7.3ms | ActiveRecord: 0.5ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.4ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/justification_styles?justification_style%5Bcss_class_name%5D=pretty-class&justification_style%5Bdisplay_name%5D=Pretty+Class&justification_style%5Bpost_type_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::JustificationStylesController#create as HTML + Parameters: {"justification_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"9"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show_wrapper.html.erb (4.5ms) +Completed 200 OK in 10ms (Views: 6.8ms | ActiveRecord: 0.3ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::JustificationStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.2ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form.html.erb (9.8ms) +Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/justification_styles/1?justification_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::JustificationStylesController#update as HTML + Parameters: {"justification_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (1.2ms) +Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.3ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/justification_styles/1" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::JustificationStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? [["id", 1]] +  (21.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 23ms (ActiveRecord: 21.2ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/new?partial%5Bfree_form_section_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::PartialsController#new as HTML + Parameters: {"partial"=>{"free_form_section_id"=>"9"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC [["kind", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? [["kind", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 9]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_new.html.erb (21.1ms) +Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.9ms) +  (0.5ms) rollback transaction +  (0.2ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "Grey"], ["css_class_name", "grey"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "Left"], ["css_class_name", "left"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "Image Right"], ["view_file_name", "image-right"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/partials?partial%5Barrangement_style_id%5D=1&partial%5Bbackground_style_id%5D=1&partial%5Bfree_form_section_id%5D=9&partial%5Bjustification_style_id%5D=1&partial%5Bpost_type_id%5D=9&partial%5Bsequence_flow_style_id%5D=1" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::PartialsController#create as HTML + Parameters: {"partial"=>{"arrangement_style_id"=>"1", "background_style_id"=>"1", "free_form_section_id"=>"9", "justification_style_id"=>"1", "post_type_id"=>"9", "sequence_flow_style_id"=>"1"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 9]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "background_style_id", "justification_style_id", "sequence_flow_style_id", "arrangement_style_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 9], ["free_form_section_id", 9], ["sort_order", 1], ["background_style_id", 1], ["justification_style_id", 1], ["sequence_flow_style_id", 1], ["arrangement_style_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 9]] + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms) + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (4.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (21.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show_wrapper.html.erb (23.8ms) +Completed 200 OK in 37ms (Views: 25.3ms | ActiveRecord: 1.1ms) + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 9]] + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 9], ["free_form_section_id", 9], ["sort_order", 1], ["label", "test partial"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/1/edit" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::PartialsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 9]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_form.html.erb (15.4ms) +Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.7ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Left Text White BG"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.2ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 9]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 1], ["label", "test partial"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/partials/1?partial%5Bpost_type_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::PartialsController#update as HTML + Parameters: {"partial"=>{"post_type_id"=>"9"}, "id"=>"1"} + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ? [["post_type_id", 9], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms) + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (3.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (11.1ms) +Completed 200 OK in 16ms (Views: 12.9ms | ActiveRecord: 0.5ms) + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Flock+of+birds&post_type%5Bplural%5D=1" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Flock of birds", "plural"=>"1"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Flock of birds"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.5ms) +Completed 200 OK in 11ms (Views: 7.5ms | ActiveRecord: 0.5ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Flock of birds"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Crow&post_type%5Bplural%5D=0" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Crow", "plural"=>"0"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Crow"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", "crow"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "crow"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Crow"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["slug", "crow"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.1ms) +Completed 200 OK in 21ms (Views: 9.6ms | ActiveRecord: 1.3ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Crow"], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/new?sequence_flow_style%5Bpost_type_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::SequenceFlowStylesController#new as HTML + Parameters: {"sequence_flow_style"=>{"post_type_id"=>"9"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_new.html.erb (4.5ms) +Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/sequence_flow_styles?sequence_flow_style%5Bcss_class_name%5D=pretty-class&sequence_flow_style%5Bdisplay_name%5D=Pretty+Class&sequence_flow_style%5Bpost_type_id%5D=9" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::SequenceFlowStylesController#create as HTML + Parameters: {"sequence_flow_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"9"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show_wrapper.html.erb (4.4ms) +Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.3ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::SequenceFlowStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.2ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form.html.erb (5.9ms) +Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.2ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/sequence_flow_styles/1?sequence_flow_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::SequenceFlowStylesController#update as HTML + Parameters: {"sequence_flow_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (0.9ms) +Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.3ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/sequence_flow_styles/1" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::SequenceFlowStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.4ms) + Pulitzer::SequenceFlowStyle Load (0.0ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]] + SQL (0.4ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 23]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 24]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 25]] + SQL (0.2ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 26]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 27]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 28]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 29]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 30]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 31]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 32]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 33]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 6]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 5]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 6]] + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 6]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/10?status=abandoned" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"10"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 10], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 5]] + 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", 10]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 34]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 35]] + SQL (0.2ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 36]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 37]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 38]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 39]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 40]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 41]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 42]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 43]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 44]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 7]] + SQL (0.0ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 8]] + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 10]] + SQL (0.1ms) DELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? [["id", 5]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +Completed 200 OK in 35ms (Views: 0.2ms | ActiveRecord: 2.3ms) + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 10], ["required", true]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (7, 8) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 10]] + 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", 5]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 4]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 4]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 10], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fe3f4d018a0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 5], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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 1"], ["post_type_content_element_type_id", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 45]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 46]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 14], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 47]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 48]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 49]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 50]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 18], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 51]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 19], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) 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", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 52]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 53]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 54]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 22], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 55]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 9]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] 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", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] Performed Pulitzer::CloneVersionJob from Inline(default) in 99.74ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 2c29592e-b17b-4b84-b8ca-1b118c8fdfe2) to Inline(default) with arguments: #<GlobalID:0x007fe3f80a1f98 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/10?status=abandoned" for 127.0.0.1 at 2017-06-05 10:04:51 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"10"} + Pulitzer::Version Load (9.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 10], ["label_type", "Pulitzer::Tag"]] + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (3.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (6.5ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 11], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 11], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1.3ms) + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 11]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 11]] + 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", 12], ["LIMIT", 1]] + 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", 13], ["LIMIT", 1]] + 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", 14], ["LIMIT", 1]] + 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", 15], ["LIMIT", 1]] + 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", 16], ["LIMIT", 1]] + 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", 17], ["LIMIT", 1]] + 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", 18], ["LIMIT", 1]] + 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", 19], ["LIMIT", 1]] + 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", 20], ["LIMIT", 1]] + 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", 21], ["LIMIT", 1]] + 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", 22], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms) + 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", 9]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (2.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (5.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (8.1ms) + 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", 10]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (1.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (2.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (2.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (80.6ms) +Completed 200 OK in 101ms (Views: 0.9ms | ActiveRecord: 12.2ms) + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 10], ["required", true]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (7, 8) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 10]] + 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", 5]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 4]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 4]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 10], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fe3f831fc70 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 5], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 45]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 46]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 14], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 47]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 48]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 49]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 50]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 18], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 51]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 19], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 52]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 53]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 54]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 22], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 55]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 9]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] 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", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] Performed Pulitzer::CloneVersionJob from Inline(default) in 105.66ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: b0206bd6-807a-4cad-bd1d-b0023ca33238) to Inline(default) with arguments: #<GlobalID:0x007fe3f832d7d0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/11?status=abandoned" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"11"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 11], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fe3f4f15498 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 5], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) 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", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 56]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 57]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 14], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 58]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 59]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 60]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 61]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 18], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 62]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 19], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) 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", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 63]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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 description"], ["post_type_content_element_type_id", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 64]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 65]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 22], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 66]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 12], ["id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] 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", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 12], ["id", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] Performed Pulitzer::CloneVersionJob from Inline(default) in 92.4ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: ac419de3-f9a1-4f00-95d5-f396848a66dc) to Inline(default) with arguments: #<GlobalID:0x007fe3f4f34410 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 10]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (8.1ms) +Completed 200 OK in 113ms (Views: 0.3ms | ActiveRecord: 8.7ms) + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 5]] + 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", 5]] + SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 5], ["content_element_type_id", 5], ["label", "test"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC], ["required", true], ["sort_order", 14]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 10], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 23 WHERE "pulitzer_content_elements"."id" = ? [["id", 34]] +Started PATCH "/pulitzer/versions/10?status=active" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"active", "id"=>"10"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 10], ["required", true]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 10]] + 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", 5]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] + Pulitzer::PartialType Load (0.2ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 3]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 4]] + Pulitzer::PartialType Load (0.2ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 4]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (2.8ms) + Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 10], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms) + Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 10], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.0ms) + 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", 10]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] + 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", 23], ["LIMIT", 1]] + 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", 13], ["LIMIT", 1]] + 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", 14], ["LIMIT", 1]] + 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", 15], ["LIMIT", 1]] + 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", 16], ["LIMIT", 1]] + 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", 17], ["LIMIT", 1]] + 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", 18], ["LIMIT", 1]] + 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", 19], ["LIMIT", 1]] + 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", 20], ["LIMIT", 1]] + 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", 21], ["LIMIT", 1]] + 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", 22], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.8ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + 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", 7]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (3.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (4.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (7.0ms) + 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", 8]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (1.9ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.6ms) + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (83.0ms) +Completed 409 Conflict in 110ms (Views: 1.0ms | ActiveRecord: 4.3ms) +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 1"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 1"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 2"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.9ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (7.7ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.4ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (13.3ms) +Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.4ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 3"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 3"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 4"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 4"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC], ["hierarchical", true]] +  (0.3ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (3.2ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (5.9ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.4ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (12.2ms) +Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 5"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 5"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 6"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.5ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (7.3ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.5ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (14.7ms) +Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.5ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 7"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 7"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.6ms) +Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 8"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 8"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (5.2ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (3.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (10.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (13.4ms) +Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (6.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (10.0ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=false" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"false"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (7.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (9.7ms) +Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+9" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 9"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 9"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 9"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (6.2ms) +Completed 200 OK in 11ms (Views: 8.0ms | ActiveRecord: 0.6ms) +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+10" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 10"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 10"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 10"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (5.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (8.1ms) +Completed 200 OK in 14ms (Views: 10.9ms | ActiveRecord: 0.8ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (6.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (8.5ms) +Completed 409 Conflict in 13ms (Views: 10.5ms | ActiveRecord: 0.2ms) +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (8.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (11.5ms) +Completed 409 Conflict in 16ms (Views: 13.6ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 13"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 13"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.5ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 14"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 14"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.8ms) +Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 15"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 15"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+16" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 16"}, "id"=>"1"} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.8ms) +Completed 409 Conflict in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 17"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 17"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+18" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 18"}, "id"=>"1"} +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "The north 18"], ["id", 1], ["LIMIT", 1]] + SQL (0.2ms) UPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ? [["name", "The north 18"], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (5.4ms) +Completed 200 OK in 13ms (Views: 8.2ms | ActiveRecord: 0.5ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 20"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 20"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.1ms) +Completed 409 Conflict in 11ms (Views: 8.1ms | ActiveRecord: 0.2ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 22"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 22"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.4ms) +Completed 409 Conflict in 15ms (Views: 11.0ms | ActiveRecord: 0.3ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 23"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 23"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +Completed 200 OK in 1ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 24"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 24"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:04:52 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["label_id", 1], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 5ms (ActiveRecord: 0.3ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 10]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 10]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 12], ["LIMIT", 1]] + 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 1"], ["post_type_content_element_type_id", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 45]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 46]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 14], ["LIMIT", 1]] + SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 47]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 15], ["LIMIT", 1]] + 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 48]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 16], ["LIMIT", 1]] + SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 49]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 17], ["LIMIT", 1]] + SQL (0.1ms) 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 50]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 18], ["LIMIT", 1]] + SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 51]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 19], ["LIMIT", 1]] + 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 title"], ["post_type_content_element_type_id", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 52]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 20], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 53]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 21], ["LIMIT", 1]] + SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 54]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 22], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 55]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 7]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 9]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 8]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 10]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 11]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 10]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 12], ["LIMIT", 1]] + SQL (0.1ms) 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", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 45]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 46]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 14], ["LIMIT", 1]] + SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 47]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 15], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 48]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 16], ["LIMIT", 1]] + SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 49]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 17], ["LIMIT", 1]] + 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 50]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 18], ["LIMIT", 1]] + SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 51]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 19], ["LIMIT", 1]] + 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 title"], ["post_type_content_element_type_id", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 52]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 20], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 53]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 21], ["LIMIT", 1]] + SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 54]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 22], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 55]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 7]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 9]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 8]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 11]] +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 10]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 12], ["LIMIT", 1]] + SQL (0.1ms) 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", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 45]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 46]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 14], ["LIMIT", 1]] + SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 47]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 15], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 48]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 16], ["LIMIT", 1]] + 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 Text"], ["post_type_content_element_type_id", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 49]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 17], ["LIMIT", 1]] + 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", "Footer Title"], ["post_type_content_element_type_id", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 50]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 18], ["LIMIT", 1]] + SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 51]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 19], ["LIMIT", 1]] + SQL (0.1ms) 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", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 52]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 20], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 53]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 21], ["LIMIT", 1]] + SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 54]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 22], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 55]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 7]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 9]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 8]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 11], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Winterfell news 1"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 5], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-1"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-1"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 1"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["slug", "winterfell-news-1"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Winterfell news 1"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 11], ["LIMIT", 1]] + 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", 9]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 11], ["name", "Winterfell news 1"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 1], ["label", "King's Landing news 1"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + 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", 10]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 11], ["LIMIT", 1]] + 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 LIMIT ? [["free_form_section_id", 9], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 1"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + SQL (0.1ms) 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", 9], ["content_element_type_id", 9], ["label", "Slide 1 content element 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 2"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 9]] + 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", 9]] + SQL (0.1ms) 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", 9], ["content_element_type_id", 10], ["label", "Slide 1 content element 2"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 3"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 3"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + SQL (0.1ms) 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", 9], ["content_element_type_id", 11], ["label", "Slide 1 content element 3"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ? [["id", 9]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 9]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.2ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 9]] + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["free_form_section_id", 9], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? [["partial_id", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 9]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["post_type_content_element_type_id", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["partial_id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["post_type_content_element_type_id", 24], ["content_element_type_id", 10], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["post_type_content_element_type_id", 25], ["content_element_type_id", 11], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["partial_id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 4"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 4"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 9]] + 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", 9]] + SQL (0.1ms) 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", 9], ["content_element_type_id", 9], ["label", "Slide 1 content element 4"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 5"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 5"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + SQL (0.1ms) 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", 9], ["content_element_type_id", 10], ["label", "Slide 1 content element 5"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 6"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + SQL (0.1ms) 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", 9], ["content_element_type_id", 11], ["label", "Slide 1 content element 6"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 9]] +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-2"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 2"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["slug", "winterfell-news-2"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 11]] + 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", 9]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["version_id", 11], ["post_type_content_element_type_id", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + 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", "Slide 1 content element 5"], ["version_id", 11], ["post_type_content_element_type_id", 24], ["content_element_type_id", 10], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["version_id", 11], ["post_type_content_element_type_id", 25], ["content_element_type_id", 11], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 11]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 9]] + 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", 9]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Main Body"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Side Bar"], ["sort_order", 2]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Footer List"], ["sort_order", 3]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "test"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "test"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "test"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["slug", "test"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 11]] + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Main Body"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 11], ["free_form_section_type_id", 6], ["name", "Side Bar"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 11], ["free_form_section_type_id", 7], ["name", "Footer List"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 11]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Winterfell news 2"], ["sort_order", 2]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 5], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 10]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-3"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-3"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 3"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["slug", "winterfell-news-3"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Winterfell news 2"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 11], ["LIMIT", 1]] + 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", 9]] + 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", 9], ["status", 0], ["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + 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", 11], ["name", "Winterfell news 2"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 2], ["label", "King's Landing news 2"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 10]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 11], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 9]] + 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", 9], ["status", 0], ["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + 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", 11], ["name", "Winterfell news 2"], ["LIMIT", 1]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ? [["free_form_section_id", 9], ["label", "King's Landing news 2"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 11], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 9]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + 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", 5], ["content_element_type_id", 5], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["post_type_content_element_type_id", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["post_type_content_element_type_id", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["post_type_content_element_type_id", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["post_type_content_element_type_id", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", "Guest Text"], ["version_id", 10], ["post_type_content_element_type_id", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + 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", "Footer Title"], ["version_id", 10], ["post_type_content_element_type_id", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["post_type_content_element_type_id", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["post_type_content_element_type_id", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["post_type_content_element_type_id", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) 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", 10], ["post_type_content_element_type_id", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["version_id", 10], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "A New Field for this Post Type"], ["version_id", 10], ["post_type_content_element_type_id", 23], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 10], ["free_form_section_type_id", 3], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 10], ["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 10]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 23]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 10], ["label", "A New Field for this Post Type"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 56]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 5], ["status", 0]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + 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", 10]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + SQL (0.4ms) UPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ? [["id", 10]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 5]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 5]] + 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", 5], ["content_element_type_id", 5], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 5], ["status", 4]] + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 5], ["status", 0]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 10], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fe3f5244290 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 5], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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 1"], ["post_type_content_element_type_id", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 45]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 46]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 14], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 47]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 48]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 49]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 50]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 18], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 51]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 19], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) 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", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 52]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 53]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 54]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 22], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 55]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 9]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] 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", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] Performed Pulitzer::CloneVersionJob from Inline(default) in 110.39ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: b9346e3b-a2eb-45b9-a5c2-2e0775090545) to Inline(default) with arguments: #<GlobalID:0x007fe3f4cd0688 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 11]] +  (63.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 10]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 10], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fe3f858c2b0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 5], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) 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", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 45]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 46]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 14], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 47]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 48]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 49]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 50]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 18], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 51]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 19], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) 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", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 52]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 53]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 54]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 22], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 55]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 9]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] 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", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] Performed Pulitzer::CloneVersionJob from Inline(default) in 94.71ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: c0b426a1-d158-4607-8b6c-42e3a4c37a0a) to Inline(default) with arguments: #<GlobalID:0x007fe3f859da10 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 11], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fe3f9869270 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 5], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) 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", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 56]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 57]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 14], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 58]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 59]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 60]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 61]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 18], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 62]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 19], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) 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", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 63]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 64]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 65]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 22], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 66]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 12], ["id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] 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", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 12], ["id", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] Performed Pulitzer::CloneVersionJob from Inline(default) in 97.41ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 66d76cdd-1c4e-47ab-821d-1918566753b9) to Inline(default) with arguments: #<GlobalID:0x007fe3f98785b8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 12]] +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 10], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fe3f63790d8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 5], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) 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", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 45]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 46]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 14], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 47]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 48]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 49]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 50]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 18], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 51]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 19], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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 title"], ["post_type_content_element_type_id", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 52]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 53]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 54]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 22], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 55]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 9]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] 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", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] Performed Pulitzer::CloneVersionJob from Inline(default) in 104.75ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e) to Inline(default) with arguments: #<GlobalID:0x007fe3f63f8068 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 10], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] + 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", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 11]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The North Remembers"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The North Remembers"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 5], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 10], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The South Forgets"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The South Forgets"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 10], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 10], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 5], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 6]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fe3fa0916f0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 5], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) 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", 12], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 45]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) 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", 13], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 46]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 14], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) 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", 14], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 47]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) 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", 15], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 48]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) 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", 16], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 49]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 17], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 50]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 18], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) 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", 18], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 51]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 19], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) 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", 19], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 52]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) 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", 20], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 53]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) 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", 21], ["content_element_type_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 54]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 22], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 22], ["content_element_type_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 55]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 3], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 7]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 9]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] 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", 8]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 11], ["id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 11], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 11], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] Performed Pulitzer::CloneVersionJob from Inline(default) in 105.14ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: dd87f20c-b567-43a3-b964-eefc29397206) to Inline(default) with arguments: #<GlobalID:0x007fe3f9c922c0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/10>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 7], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 23]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 7], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 23]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 23], ["LIMIT", 1]] + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["image", "sam_and_snow.jpg"], ["content_element_type_id", 6], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 23]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", "winterfell-news-4"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-4"], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "bf4f77d3-913f-4ff0-a304-7fdcb3beaafd"], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-5"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-5"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 5"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-5"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-6"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-6"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 6"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-6"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-7"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-7"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 7"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-7"]] + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 9], ["status", 0], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ? [["id", 11]] + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 9], ["status", 4]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-8"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-8"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 8"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-8"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.4ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 11]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 11]] + Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 11]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 11]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 9], ["status", 4]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.3ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + 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", "winterfell-news-9"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-9"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 9"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-9"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.2ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-10"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-10"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 10"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-10"]] + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 9) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ? [["slug", "the-new-king-in-the-north"], ["id", 9], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ? [["title", "The new King in the North"], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "the-new-king-in-the-north"], ["id", 9]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 25"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 25"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-11"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-11"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 11"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-11"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 5], ["LIMIT", 1]] + 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", 5]] + 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", 5]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 5], ["content_element_type_id", 5], ["label", "Test Element"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 26"], ["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::Tag Load (0.3ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "a"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "a"], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "A"], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 27"], ["LIMIT", 1]] + SQL (0.6ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 27"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 28"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 28"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-12"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-12"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 12"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-12"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 29"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 29"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 12], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" INNER JOIN "pulitzer_versions" ON "pulitzer_posts"."id" = "pulitzer_versions"."post_id" INNER JOIN "pulitzer_post_tags" ON "pulitzer_versions"."id" = "pulitzer_post_tags"."version_id" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? AND "pulitzer_posts"."id" = ? LIMIT ? [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 9], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 30"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 30"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 31"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 31"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 32"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 32"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 33"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 33"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.785574' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 34"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 34"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.789413' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 2], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 3], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 35"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 35"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 36"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 36"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 37"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 37"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.804749' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 38"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 38"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 39"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 39"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 40"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 40"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.819622' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 41"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 41"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 42"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 42"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 43"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 43"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.831445' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-13"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-13"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 13"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-13"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 44"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 44"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-14"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-14"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 14"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-14"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 12], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 12]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Winterfell news 3"], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 5], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 10]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-15"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-15"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 15"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-15"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-16"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-16"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 16"], ["post_type_id", 11], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-16"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 10], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 11]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Winterfell news 4"], ["sort_order", 4]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 5], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-17"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-17"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 17"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-17"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Winterfell news 4"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 9], ["status", 0], ["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + 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", 11], ["name", "Winterfell news 4"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 4], ["label", "King's Landing news 4"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 10]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + 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" = 'Winterfell news 4' [["version_id", 11]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 9], ["post_type_id", 10]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Winterfell news 5"], ["sort_order", 5]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 5], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 10]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-18"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-18"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 18"], ["post_type_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["slug", "winterfell-news-18"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Winterfell news 5"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + 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", 11], ["name", "Winterfell news 5"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 5], ["label", "King's Landing news 5"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 10]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 11], ["LIMIT", 1]] + 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 LIMIT ? [["free_form_section_id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.2ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + 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" = 'Winterfell news 5' [["version_id", 11]] + 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", 9]] +  (0.2ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 9], ["post_type_id", 10]] +  (0.4ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (1.5ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.8ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (0.8ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.9ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (1.2ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (2.1ms) delete from pulitzer_custom_options; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (1.0ms) delete from pulitzer_free_form_section_types; +  (0.2ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.8ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.8ms) delete from pulitzer_justification_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.8ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (1.0ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (1.0ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.8ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.7ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.7ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (0.9ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.8ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (0.6ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.6ms) delete from pulitzer_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_versions; +  (0.6ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (0.8ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.8ms) delete from ar_internal_metadata; +  (0.1ms) begin transaction + SQL (1.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 9]] + 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", 9]] + 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", 9], ["content_element_type_id", 9], ["label", "Hero Title 1"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 1]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 9], ["content_element_type_id", 9], ["label", "Hero Title 2"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 9], ["content_element_type_id", 9], ["label", "Hero Title 3"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 3]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 9], ["content_element_type_id", 9], ["label", "Guest Title"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 4]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 9], ["content_element_type_id", 9], ["label", "Guest Text"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 5]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 9], ["content_element_type_id", 9], ["label", "Footer Title"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 6]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 9], ["content_element_type_id", 9], ["label", "Footer Text"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 7]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 9], ["content_element_type_id", 9], ["label", "Metadata title"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 8]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + 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", 9], ["content_element_type_id", 9], ["label", "Metadata description"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 9]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + 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", 9], ["content_element_type_id", 9], ["label", "Metadata keywords"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 10]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 9], ["content_element_type_id", 12], ["label", "Call to Action Button"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["sort_order", 11]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Main Content"], ["sort_order", 12]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 9], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (1.5ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["slug", "welcome"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]] +  (1.3ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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 1"], ["version_id", 11], ["post_type_content_element_type_id", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]] +  (0.6ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", "Hero Title 2"], ["version_id", 11], ["post_type_content_element_type_id", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]] +  (0.7ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 11], ["post_type_content_element_type_id", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]] +  (0.6ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 11], ["post_type_content_element_type_id", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (1.1ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 11], ["post_type_content_element_type_id", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (1.0ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 11], ["post_type_content_element_type_id", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (0.8ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", "Footer Text"], ["version_id", 11], ["post_type_content_element_type_id", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (1.5ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 11], ["post_type_content_element_type_id", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (0.7ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 11], ["post_type_content_element_type_id", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (0.7ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.2ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 11], ["post_type_content_element_type_id", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (0.6ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 11], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (0.7ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Main Content"]] +  (0.7ms) commit transaction + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 11], ["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 10], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 10], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 11], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["slug", "ski-jump-competition"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 11], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", "why-visit-breckenridge"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.6ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (0.7ms) commit transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 11]] +  (0.7ms) commit transaction + Pulitzer::Tag Load (0.4ms) 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", 11], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]] +  (0.6ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffddf69a728 @uri=#<URI::GID gid://dummy/Pulitzer::Version/11>> +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 9], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 23], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 56]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 57]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 58]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 59]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 27], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 60]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 61]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 62]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 30], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", "Metadata title"], ["post_type_content_element_type_id", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 63]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (1.1ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 64]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 65]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.6ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 66]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.4ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] 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", 9]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 15], ["id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::Partial Load (0.3ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 10]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (14.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 15], ["id", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Pulitzer::PostTag Load (0.3ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] Performed Pulitzer::CloneVersionJob from Inline(default) in 171.01ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 03ce2650-471c-4323-beed-a5abe590da4f) to Inline(default) with arguments: #<GlobalID:0x007ffddf6c1210 @uri=#<URI::GID gid://dummy/Pulitzer::Version/11>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] + 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", 11]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 45]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 46]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 47]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 48]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 49]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 50]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 51]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 52]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 53]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 54]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 3], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 3], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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", 9], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] + 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", 11], ["name", "Main Content"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with no display"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 9]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["free_form_section_id", 9], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/welcome/welcome" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by PagesController#welcome as HTML + Parameters: {"slug"=>"welcome"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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", 9], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] + Rendering pages/welcome.html.erb within layouts/application + Rendered pages/welcome.html.erb within layouts/application (0.3ms) +Completed 200 OK in 16ms (Views: 9.0ms | ActiveRecord: 0.3ms) +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/new?arrangement_style%5Bpost_type_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::ArrangementStylesController#new as HTML + Parameters: {"arrangement_style"=>{"post_type_id"=>"13"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_new.html.erb (13.3ms) +Completed 200 OK in 29ms (Views: 17.5ms | ActiveRecord: 0.5ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/arrangement_styles?arrangement_style%5Bdisplay_name%5D=Pretty+Arrangement&arrangement_style%5Bpost_type_id%5D=13&arrangement_style%5Bview_file_name%5D=pretty-arrangement" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::ArrangementStylesController#create as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"Pretty Arrangement", "post_type_id"=>"13", "view_file_name"=>"pretty-arrangement"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show_wrapper.html.erb (3.6ms) +Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.3ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::ArrangementStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form.html.erb (8.6ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/arrangement_styles/1?arrangement_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::ArrangementStylesController#update as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.2ms) +Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.3ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/arrangement_styles/1" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::ArrangementStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.2ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/new?background_style%5Bpost_type_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::BackgroundStylesController#new as HTML + Parameters: {"background_style"=>{"post_type_id"=>"13"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_new.html.erb (5.0ms) +Completed 200 OK in 20ms (Views: 7.4ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/background_styles?background_style%5Bcss_class_name%5D=pretty-class&background_style%5Bdisplay_name%5D=Pretty+Class&background_style%5Bpost_type_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::BackgroundStylesController#create as HTML + Parameters: {"background_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"13"}} +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show_wrapper.html.erb (6.1ms) +Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.4ms) + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::BackgroundStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form.html.erb (9.6ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/background_styles/1?background_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::BackgroundStylesController#update as HTML + Parameters: {"background_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.4ms) +Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.2ms) + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/background_styles/1" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::BackgroundStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.2ms) + Pulitzer::BackgroundStyle Load (0.0ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["content_element_type_id", 12], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "remove me"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOption Load (0.1ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ? [["value", "contactMgmt"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +Started PATCH "/pulitzer/content_elements/55?content_element%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F3&content_element%5Bcustom_option_id%5D=5" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::ContentElementsController#update as HTML + Parameters: {"content_element"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/3", "custom_option_id"=>"5"}, "id"=>"55"} + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 55], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["custom_option_id", 5], ["body", nil], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 33], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] + Pulitzer::CustomOption Load (0.1ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (11.8ms) +Completed 200 OK in 20ms (Views: 13.9ms | ActiveRecord: 1.1ms) + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ? [["id", 55], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.0ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["content_element_type_id", 12], ["LIMIT", 1]] + Pulitzer::CustomOption Load (0.0ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ? [["value", "contactMgmt"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["custom_option_id", 5], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/content_elements/55?content_element%5Bbody%5D=http%3A%2F%2Fgoogle.com&content_element%5Bclickable_kind%5D=url" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::ContentElementsController#update as HTML + Parameters: {"content_element"=>{"body"=>"http://google.com", "clickable_kind"=>"url"}, "id"=>"55"} + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 55], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "custom_option_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "http://google.com"], ["custom_option_id", nil], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 33], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.2ms) +Completed 200 OK in 12ms (Views: 6.9ms | ActiveRecord: 0.5ms) + Pulitzer::ContentElement Load (0.0ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ? [["id", 55], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/new?post_type_id=13" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#new as HTML + Parameters: {"post_type_id"=>"13"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_new.html.erb (6.8ms) +Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/free_form_section_types?free_form_section_type%5Bname%5D=test+sidebar&free_form_section_type%5Bpost_type_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#create as HTML + Parameters: {"free_form_section_type"=>{"name"=>"test sidebar", "post_type_id"=>"13"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "test sidebar"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show_wrapper.html.erb (3.5ms) +Completed 200 OK in 18ms (Views: 5.5ms | ActiveRecord: 0.7ms) + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "main content"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/7/edit" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#edit as HTML + Parameters: {"id"=>"7"} + Pulitzer::FreeFormSectionType Load (0.2ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form.html.erb (7.6ms) +Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.2ms) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "main content"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/free_form_section_types/7?free_form_section_type%5Bname%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#update as HTML + Parameters: {"free_form_section_type"=>{"name"=>"edited name"}, "id"=>"7"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ? [["name", "edited name"], ["id", 7]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (1.2ms) +Completed 200 OK in 9ms (Views: 3.1ms | ActiveRecord: 0.4ms) + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "main content"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/free_form_section_types/7" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#destroy as HTML + Parameters: {"id"=>"7"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? [["id", 7]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] +Completed 200 OK in 7ms (ActiveRecord: 0.7ms) + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/new?justification_style%5Bpost_type_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::JustificationStylesController#new as HTML + Parameters: {"justification_style"=>{"post_type_id"=>"13"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_new.html.erb (5.1ms) +Completed 200 OK in 21ms (Views: 7.2ms | ActiveRecord: 0.5ms) +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/justification_styles?justification_style%5Bcss_class_name%5D=pretty-class&justification_style%5Bdisplay_name%5D=Pretty+Class&justification_style%5Bpost_type_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:03 -0600 +Processing by Pulitzer::JustificationStylesController#create as HTML + Parameters: {"justification_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"13"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show_wrapper.html.erb (3.3ms) +Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.2ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.2ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::JustificationStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.2ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form.html.erb (8.1ms) +Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/justification_styles/1?justification_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::JustificationStylesController#update as HTML + Parameters: {"justification_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (1.1ms) +Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.3ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/justification_styles/1" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::JustificationStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.2ms) + Pulitzer::JustificationStyle Load (0.0ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/new?partial%5Bfree_form_section_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::PartialsController#new as HTML + Parameters: {"partial"=>{"free_form_section_id"=>"13"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC [["kind", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? [["kind", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 13]] + Pulitzer::JustificationStyle Load (0.3ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 13]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 13]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_new.html.erb (21.4ms) +Completed 200 OK in 25ms (Views: 22.1ms | ActiveRecord: 1.3ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "Grey"], ["css_class_name", "grey"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "Left"], ["css_class_name", "left"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "Image Right"], ["view_file_name", "image-right"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/partials?partial%5Barrangement_style_id%5D=1&partial%5Bbackground_style_id%5D=1&partial%5Bfree_form_section_id%5D=13&partial%5Bjustification_style_id%5D=1&partial%5Bpost_type_id%5D=13&partial%5Bsequence_flow_style_id%5D=1" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::PartialsController#create as HTML + Parameters: {"partial"=>{"arrangement_style_id"=>"1", "background_style_id"=>"1", "free_form_section_id"=>"13", "justification_style_id"=>"1", "post_type_id"=>"13", "sequence_flow_style_id"=>"1"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 13]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "background_style_id", "justification_style_id", "sequence_flow_style_id", "arrangement_style_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 13], ["free_form_section_id", 13], ["sort_order", 1], ["background_style_id", 1], ["justification_style_id", 1], ["sequence_flow_style_id", 1], ["arrangement_style_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC [["post_type_id", 13]] + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms) + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (5.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (25.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show_wrapper.html.erb (27.8ms) +Completed 200 OK in 44ms (Views: 30.8ms | ActiveRecord: 1.3ms) + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 13]] + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 13], ["free_form_section_id", 13], ["sort_order", 1], ["label", "test partial"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/1/edit" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::PartialsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.2ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 13]] + Pulitzer::JustificationStyle Load (0.2ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 13]] + Pulitzer::SequenceFlowStyle Load (0.2ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 13]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_form.html.erb (20.1ms) +Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 1.3ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Left Text White BG"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", true], ["kind", 1]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 13]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 1], ["label", "test partial"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/partials/1?partial%5Bpost_type_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::PartialsController#update as HTML + Parameters: {"partial"=>{"post_type_id"=>"13"}, "id"=>"1"} + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ? [["post_type_id", 13], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms) + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (3.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (10.2ms) +Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.5ms) + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Flock+of+birds&post_type%5Bplural%5D=1" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Flock of birds", "plural"=>"1"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Flock of birds"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.2ms) +Completed 200 OK in 11ms (Views: 7.7ms | ActiveRecord: 0.5ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Flock of birds"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Crow&post_type%5Bplural%5D=0" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Crow", "plural"=>"0"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Crow"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", "crow"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "crow"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Crow"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["slug", "crow"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 13]] + 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", 13]] + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.2ms) +Completed 200 OK in 23ms (Views: 8.5ms | ActiveRecord: 1.5ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Crow"], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/new?sequence_flow_style%5Bpost_type_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::SequenceFlowStylesController#new as HTML + Parameters: {"sequence_flow_style"=>{"post_type_id"=>"13"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_new.html.erb (4.8ms) +Completed 200 OK in 11ms (Views: 7.7ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/sequence_flow_styles?sequence_flow_style%5Bcss_class_name%5D=pretty-class&sequence_flow_style%5Bdisplay_name%5D=Pretty+Class&sequence_flow_style%5Bpost_type_id%5D=13" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::SequenceFlowStylesController#create as HTML + Parameters: {"sequence_flow_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"13"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show_wrapper.html.erb (3.8ms) +Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.4ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (1.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::SequenceFlowStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form.html.erb (6.2ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/sequence_flow_styles/1?sequence_flow_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::SequenceFlowStylesController#update as HTML + Parameters: {"sequence_flow_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (1.2ms) +Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.3ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/sequence_flow_styles/1" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::SequenceFlowStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.0ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.2ms) + Pulitzer::SequenceFlowStyle Load (0.0ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 11]] + SQL (0.2ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 45]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 46]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 47]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 48]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 49]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 50]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 51]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 52]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 53]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 54]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 55]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 11]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 9]] + SQL (0.0ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 10]] + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 11]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/15?status=abandoned" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"15"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 15]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 15], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 9]] + 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", 15]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 56]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 57]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 58]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 59]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 60]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 61]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 62]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 63]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 64]] + SQL (0.3ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 65]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 66]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 11]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 12]] + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 15]] + SQL (0.1ms) DELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? [["id", 9]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +Completed 200 OK in 33ms (Views: 0.2ms | ActiveRecord: 2.2ms) + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15], ["required", true]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (11, 12) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 15]] + 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", 9]] +  (0.2ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 6]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 6]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 15]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 15], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.3ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffdded28280 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 9], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 23], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) 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", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 67]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 68]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 69]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 70]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 27], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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 Text"], ["post_type_content_element_type_id", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 71]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 72]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 73]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 30], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 74]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 75]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 76]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 77]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (10.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 13]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] 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", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 14]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] Performed Pulitzer::CloneVersionJob from Inline(default) in 108.33ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6) to Inline(default) with arguments: #<GlobalID:0x007ffdded40e98 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/15?status=abandoned" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"15"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 15]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 15], ["label_type", "Pulitzer::Tag"]] + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (2.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (4.7ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 16], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.1ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 16], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1.4ms) + 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", 16]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 16]] + 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", 23], ["LIMIT", 1]] + 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", 24], ["LIMIT", 1]] + 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", 25], ["LIMIT", 1]] + 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", 26], ["LIMIT", 1]] + 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", 27], ["LIMIT", 1]] + 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", 28], ["LIMIT", 1]] + 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", 29], ["LIMIT", 1]] + 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", 30], ["LIMIT", 1]] + 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", 31], ["LIMIT", 1]] + 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", 32], ["LIMIT", 1]] + 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", 33], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.1ms) + 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", 13]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (3.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (5.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (8.2ms) + 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", 14]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (1.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (78.3ms) +Completed 200 OK in 88ms (Views: 0.8ms | ActiveRecord: 3.1ms) + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15], ["required", true]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (11, 12) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 15]] + 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", 9]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 6]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 6]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 15]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 15], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffde38d7b90 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 9], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 23], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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 1"], ["post_type_content_element_type_id", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 67]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 68]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 69]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 70]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 27], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 71]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 72]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 73]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 30], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 74]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 75]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 76]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 77]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 13]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] 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", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 14]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] Performed Pulitzer::CloneVersionJob from Inline(default) in 98.04ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: d97eae00-8206-4829-9b91-ec1cdbbf5d2d) to Inline(default) with arguments: #<GlobalID:0x007ffde38e6cf8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/16?status=abandoned" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"16"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 16]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 16], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffddf660960 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 9], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 23], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 78]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 79]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 80]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 81]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 27], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 82]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 83]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 84]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 30], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 85]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 86]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 87]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 88]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 17], ["id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] 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", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 17], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] Performed Pulitzer::CloneVersionJob from Inline(default) in 94.82ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 1416a772-b65a-461e-ac01-ee42450b29cf) to Inline(default) with arguments: #<GlobalID:0x007ffddf669a60 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 15]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (6.2ms) +Completed 200 OK in 114ms (Views: 0.3ms | ActiveRecord: 9.0ms) + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 9], ["content_element_type_id", 9], ["label", "test"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["required", true], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 15], ["LIMIT", 1]] + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 34 WHERE "pulitzer_content_elements"."id" = ? [["id", 56]] +Started PATCH "/pulitzer/versions/15?status=active" for 127.0.0.1 at 2017-06-05 10:07:04 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"active", "id"=>"15"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15], ["required", true]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 15]] + 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", 9]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 5]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 6]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 6]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (3.3ms) + Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 15], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 15], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1.6ms) + 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", 15]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] + 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", 34], ["LIMIT", 1]] + 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", 24], ["LIMIT", 1]] + 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", 25], ["LIMIT", 1]] + 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", 26], ["LIMIT", 1]] + 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", 27], ["LIMIT", 1]] + 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", 28], ["LIMIT", 1]] + 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", 29], ["LIMIT", 1]] + 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", 30], ["LIMIT", 1]] + 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", 31], ["LIMIT", 1]] + 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", 32], ["LIMIT", 1]] + 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", 33], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.7ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.7ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.9ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.6ms) + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + 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", 11]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (2.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (4.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (6.9ms) + 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", 12]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (1.9ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (76.8ms) +Completed 409 Conflict in 106ms (Views: 0.8ms | ActiveRecord: 3.9ms) +  (1.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 1"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 2"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.8ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (8.0ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.5ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (13.6ms) +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.5ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 3"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 3"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 4"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 4"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["hierarchical", true]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (2.5ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (4.5ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.4ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (9.9ms) +Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 5"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 5"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 6"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (2.7ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (5.2ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.5ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (11.4ms) +Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 7"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 7"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.9ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 8"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 8"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.9ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (3.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (8.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (10.5ms) +Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (7.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (9.6ms) +Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=false" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"false"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (2.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (11.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (13.7ms) +Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+9" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 9"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 9"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 9"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (5.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (7.9ms) +Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 0.6ms) +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.4ms) rollback transaction +  (0.3ms) begin transaction +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+10" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 10"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 10"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 10"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (6.8ms) +Completed 200 OK in 12ms (Views: 8.8ms | ActiveRecord: 0.6ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (7.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (9.7ms) +Completed 409 Conflict in 14ms (Views: 12.1ms | ActiveRecord: 0.2ms) +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (6.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (8.4ms) +Completed 409 Conflict in 14ms (Views: 10.5ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 13"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 13"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (8.8ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 14"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 14"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.9ms) +Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 15"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 15"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+16" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 16"}, "id"=>"1"} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.3ms) +Completed 409 Conflict in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 17"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 17"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+18" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 18"}, "id"=>"1"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "The north 18"], ["id", 1], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ? [["name", "The north 18"], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.1ms) +Completed 200 OK in 9ms (Views: 6.0ms | ActiveRecord: 0.4ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 20"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 20"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (10.0ms) +Completed 409 Conflict in 15ms (Views: 11.9ms | ActiveRecord: 0.3ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 22"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 22"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.3ms) +Completed 409 Conflict in 12ms (Views: 9.6ms | ActiveRecord: 0.3ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 23"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 23"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +Completed 200 OK in 1ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 24"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 24"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:07:05 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["label_id", 1], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 7ms (ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 15]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 23], ["LIMIT", 1]] + SQL (0.1ms) 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", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 67]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 24], ["LIMIT", 1]] + SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 68]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 25], ["LIMIT", 1]] + SQL (0.1ms) 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 69]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 26], ["LIMIT", 1]] + 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 70]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 27], ["LIMIT", 1]] + SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 71]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 28], ["LIMIT", 1]] + SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 72]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 29], ["LIMIT", 1]] + SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 73]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 30], ["LIMIT", 1]] + SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 74]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 31], ["LIMIT", 1]] + SQL (0.1ms) 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 75]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 32], ["LIMIT", 1]] + SQL (0.1ms) 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 76]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 33], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 77]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 11]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 13]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 12]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 16]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 16]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + 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", 9], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 23], ["LIMIT", 1]] + 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 1"], ["post_type_content_element_type_id", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 67]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 24], ["LIMIT", 1]] + SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 68]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 25], ["LIMIT", 1]] + SQL (0.1ms) 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 69]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 26], ["LIMIT", 1]] + SQL (0.1ms) 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 70]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 27], ["LIMIT", 1]] + SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 71]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 28], ["LIMIT", 1]] + SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 72]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 29], ["LIMIT", 1]] + SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 73]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 30], ["LIMIT", 1]] + SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 74]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 31], ["LIMIT", 1]] + 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 description"], ["post_type_content_element_type_id", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 75]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 32], ["LIMIT", 1]] + SQL (0.1ms) 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 76]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 33], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 77]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 11]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 13]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 12]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 16]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 16]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 23], ["LIMIT", 1]] + 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 1"], ["post_type_content_element_type_id", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 67]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 24], ["LIMIT", 1]] + SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 68]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 25], ["LIMIT", 1]] + SQL (0.1ms) 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 69]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 26], ["LIMIT", 1]] + 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 70]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 27], ["LIMIT", 1]] + SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 71]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 28], ["LIMIT", 1]] + SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 72]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 29], ["LIMIT", 1]] + SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 73]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 30], ["LIMIT", 1]] + SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 74]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 31], ["LIMIT", 1]] + SQL (0.1ms) 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 75]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 32], ["LIMIT", 1]] + SQL (0.1ms) 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 76]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 33], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 77]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 11]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 13]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 12]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 16]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 16], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Winterfell news 1"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 7], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-1"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-1"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 1"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["slug", "winterfell-news-1"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Winterfell news 1"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 16], ["LIMIT", 1]] + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 13]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 16], ["name", "Winterfell news 1"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 1], ["label", "King's Landing news 1"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] + 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", 14]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 16], ["LIMIT", 1]] + 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 LIMIT ? [["free_form_section_id", 13], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.4ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 1"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + 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", 13], ["content_element_type_id", 13], ["label", "Slide 1 content element 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 2"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + SQL (0.1ms) 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", 13], ["content_element_type_id", 14], ["label", "Slide 1 content element 2"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["sort_order", 2]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 3"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 3"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + SQL (0.1ms) 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", 13], ["content_element_type_id", 15], ["label", "Slide 1 content element 3"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ? [["id", 13]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 13]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 13]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["free_form_section_id", 13], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? [["partial_id", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 13]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["post_type_content_element_type_id", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["post_type_content_element_type_id", 35], ["content_element_type_id", 14], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["post_type_content_element_type_id", 36], ["content_element_type_id", 15], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 4"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 4"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + 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", 13], ["content_element_type_id", 13], ["label", "Slide 1 content element 4"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 5"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 5"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + SQL (0.1ms) 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", 13], ["content_element_type_id", 14], ["label", "Slide 1 content element 5"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 6"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 13]] + 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", 13]] + SQL (0.1ms) 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", 13], ["content_element_type_id", 15], ["label", "Slide 1 content element 6"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 13]] +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-2"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 2"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["slug", "winterfell-news-2"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 16]] + 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", 13]] + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", "Slide 1 content element 4"], ["version_id", 16], ["post_type_content_element_type_id", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 5"], ["version_id", 16], ["post_type_content_element_type_id", 35], ["content_element_type_id", 14], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + 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", "Slide 1 content element 6"], ["version_id", 16], ["post_type_content_element_type_id", 36], ["content_element_type_id", 15], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13]] + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 16]] +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", 13]] + 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", 13]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Main Body"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Side Bar"], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Footer List"], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "test"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "test"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "test"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC], ["slug", "test"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 16]] + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Main Body"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 16], ["free_form_section_type_id", 8], ["name", "Side Bar"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 16], ["free_form_section_type_id", 9], ["name", "Footer List"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 16]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Winterfell news 2"], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 7], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-3"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-3"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 3"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC], ["slug", "winterfell-news-3"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] + 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", 13], ["status", 0], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Winterfell news 2"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 16], ["LIMIT", 1]] + 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", 13]] + 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", 13], ["status", 0], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + 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", 16], ["name", "Winterfell news 2"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 2], ["label", "King's Landing news 2"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] + 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", 14]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 16], ["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 13]] + 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", 13], ["status", 0], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + 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", 16], ["name", "Winterfell news 2"], ["LIMIT", 1]] + Pulitzer::Partial Load (0.5ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ? [["free_form_section_id", 13], ["label", "King's Landing news 2"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 16], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 13]] +  (2.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 9]] + 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", 9]] + 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", 9], ["content_element_type_id", 9], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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 1"], ["version_id", 15], ["post_type_content_element_type_id", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["post_type_content_element_type_id", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["post_type_content_element_type_id", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["post_type_content_element_type_id", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["post_type_content_element_type_id", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["post_type_content_element_type_id", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["post_type_content_element_type_id", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["post_type_content_element_type_id", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["post_type_content_element_type_id", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) 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", 15], ["post_type_content_element_type_id", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 15], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "A New Field for this Post Type"], ["version_id", 15], ["post_type_content_element_type_id", 34], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 15], ["free_form_section_type_id", 5], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 9], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 15], ["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 34]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15], ["label", "A New Field for this Post Type"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 78]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 9], ["status", 0]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ? [["id", 15]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + 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", 9], ["content_element_type_id", 9], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 9], ["status", 4]] + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 9], ["status", 0]] +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 15], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 11]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffde04ced80 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 9], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 23], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) 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", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 67]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 68]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 69]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 70]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 27], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 71]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 72]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 73]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 30], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 74]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 75]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 76]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 77]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 13]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] 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", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 14]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] Performed Pulitzer::CloneVersionJob from Inline(default) in 110.94ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: af872b1b-0fae-4af6-a969-636071d93eca) to Inline(default) with arguments: #<GlobalID:0x007ffddfbf0bc8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 16]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 15], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffde3acd0f8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 9], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 23], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) 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", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 67]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 68]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 69]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 70]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 27], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 71]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 72]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 73]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 30], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 74]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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 description"], ["post_type_content_element_type_id", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 75]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 76]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 77]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 13]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] 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", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 14]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] Performed Pulitzer::CloneVersionJob from Inline(default) in 98.13ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 1faae933-95fa-4294-8c2a-e8ad499c0a8a) to Inline(default) with arguments: #<GlobalID:0x007ffde3add728 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 16], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffde07c4670 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 9], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 23], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) 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", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 78]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 79]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 80]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 81]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 27], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 82]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 83]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 84]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 30], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 85]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 86]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 87]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 88]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 17], ["id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] 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", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 17], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] Performed Pulitzer::CloneVersionJob from Inline(default) in 101.7ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 84745deb-f023-41c9-ba59-a52e4255ede5) to Inline(default) with arguments: #<GlobalID:0x007ffde07cf1b0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 17]] +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 15], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffddedca3a0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 9], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 23], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) 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", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 67]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 68]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 69]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 70]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 27], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 71]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 72]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 73]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 30], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 74]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 75]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 76]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 77]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 13]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] 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", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 14]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] Performed Pulitzer::CloneVersionJob from Inline(default) in 106.78ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 3f38cc1b-03d1-48b2-9e1f-776805751006) to Inline(default) with arguments: #<GlobalID:0x007ffddedf3f98 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 15], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 16]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The North Remembers"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The North Remembers"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 9], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 15], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The South Forgets"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The South Forgets"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 15], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 15], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 9], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 11]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffddff7c6e8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 9], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 23], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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 1"], ["post_type_content_element_type_id", 23], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 67]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) 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", 24], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 68]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 25], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 69]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) 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", 26], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 70]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 27], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) 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", 27], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 71]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) 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", 28], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 72]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) 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", 29], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 73]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 30], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) 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", 30], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 74]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) 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", 31], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 75]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) 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", 32], ["content_element_type_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 76]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 33], ["content_element_type_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 77]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 5], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 11]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 13]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] 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", 12]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 16], ["id", 14]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 16], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 16], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] Performed Pulitzer::CloneVersionJob from Inline(default) in 104.86ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 4bb556c7-5267-45a6-8587-8525b55a61e6) to Inline(default) with arguments: #<GlobalID:0x007ffddff87390 @uri=#<URI::GID gid://dummy/Pulitzer::Version/15>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 11], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 45]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 11], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 45]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 45], ["LIMIT", 1]] + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["image", "sam_and_snow.jpg"], ["content_element_type_id", 10], ["updated_at", 2017-06-05 16:07:07 UTC], ["id", 45]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +  (0.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", "winterfell-news-4"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-4"], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.2ms) begin transaction + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "c06bd42a-6a87-4ab9-a7e7-a5fad048b256"], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-5"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-5"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 5"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-5"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-6"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-6"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 6"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-6"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-7"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-7"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 7"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-7"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ? [["id", 16]] + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 13], ["status", 4]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-8"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-8"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 8"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-8"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 16]] + Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 16]] + Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 16]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 16]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 13], ["status", 4]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-9"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-9"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 9"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-9"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-10"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-10"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 10"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-10"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 13) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ? [["slug", "the-new-king-in-the-north"], ["id", 13], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ? [["title", "The new King in the North"], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "the-new-king-in-the-north"], ["id", 13]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 25"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 25"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-11"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-11"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 11"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-11"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.2ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 9], ["LIMIT", 1]] + 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", 9]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 9]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 9], ["content_element_type_id", 9], ["label", "Test Element"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["sort_order", 14]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 26"], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "a"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "a"], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "A"], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 27"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 27"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 28"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 28"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-12"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-12"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 12"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-12"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 29"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 29"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 17], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" INNER JOIN "pulitzer_versions" ON "pulitzer_posts"."id" = "pulitzer_versions"."post_id" INNER JOIN "pulitzer_post_tags" ON "pulitzer_versions"."id" = "pulitzer_post_tags"."version_id" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? AND "pulitzer_posts"."id" = ? LIMIT ? [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 13], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 30"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 30"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 31"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 31"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] +  (0.5ms) rollback transaction +  (0.2ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 32"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 32"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 33"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 33"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.382775' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 34"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 34"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.385932' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 2], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 3], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 35"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 35"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 36"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 36"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 37"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 37"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.398930' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 38"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 38"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 39"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 39"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 40"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 40"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.409569' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 41"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 41"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 42"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 42"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 43"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 43"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.419676' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.2ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-13"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-13"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 13"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-13"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 44"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 44"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-14"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-14"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 14"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-14"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 17], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 17]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Winterfell news 3"], ["sort_order", 3]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 7], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.4ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-15"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-15"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 15"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-15"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-16"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-16"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 16"], ["post_type_id", 15], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-16"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 14], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 15]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Winterfell news 4"], ["sort_order", 4]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 7], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 14]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-17"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-17"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 17"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-17"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Winterfell news 4"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + 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", 16], ["name", "Winterfell news 4"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 4], ["label", "King's Landing news 4"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] + 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", 14]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + 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" = 'Winterfell news 4' [["version_id", 16]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] +  (0.3ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 13], ["post_type_id", 14]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Winterfell news 5"], ["sort_order", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 7], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-18"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-18"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 18"], ["post_type_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["slug", "winterfell-news-18"]] + SQL (0.5ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Winterfell news 5"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + 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", 16], ["name", "Winterfell news 5"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 5], ["label", "King's Landing news 5"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] + 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", 14]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 16], ["LIMIT", 1]] + 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 LIMIT ? [["free_form_section_id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + 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" = 'Winterfell news 5' [["version_id", 16]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 13], ["post_type_id", 14]] +  (0.5ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (1.7ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.8ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (0.8ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.7ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (0.8ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (0.8ms) delete from pulitzer_custom_options; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (0.9ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (1.0ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (1.1ms) delete from pulitzer_justification_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_partial_types; +  (1.1ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.9ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (0.9ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.8ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.8ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.7ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (0.8ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.7ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (0.7ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.8ms) delete from pulitzer_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_versions; +  (0.7ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (0.7ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.7ms) delete from ar_internal_metadata; +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 13]] + 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", 13]] + 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", 13], ["content_element_type_id", 13], ["label", "Hero Title 1"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 1]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 13], ["content_element_type_id", 13], ["label", "Hero Title 2"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 13], ["content_element_type_id", 13], ["label", "Hero Title 3"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 3]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + 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", 13], ["content_element_type_id", 13], ["label", "Guest Title"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 4]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 13], ["content_element_type_id", 13], ["label", "Guest Text"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 5]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 13], ["content_element_type_id", 13], ["label", "Footer Title"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 6]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 13], ["content_element_type_id", 13], ["label", "Footer Text"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 7]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 13], ["content_element_type_id", 13], ["label", "Metadata title"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 8]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 13], ["content_element_type_id", 13], ["label", "Metadata description"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 9]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 13], ["content_element_type_id", 13], ["label", "Metadata keywords"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 10]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + 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", 13], ["content_element_type_id", 16], ["label", "Call to Action Button"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["sort_order", 11]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Main Content"], ["sort_order", 12]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 13], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["slug", "welcome"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (1.7ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.7ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.7ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.7ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.8ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.8ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.9ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.9ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (1.0ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.8ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", 16], ["post_type_content_element_type_id", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (1.0ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 16], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (1.0ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Main Content"]] +  (0.9ms) commit transaction + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 16], ["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 14], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 14], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 15], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["slug", "ski-jump-competition"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 15], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.8ms) commit transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 16]] +  (0.7ms) commit transaction + 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", 16], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]] +  (0.8ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fbd71940580 @uri=#<URI::GID gid://dummy/Pulitzer::Version/16>> +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 13], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 34], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 78]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 35], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 79]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 80]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 81]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 38], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 82]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 39], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 83]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 84]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", "Metadata title"], ["post_type_content_element_type_id", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 85]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 42], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 86]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 43], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 87]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 88]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 13]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 20], ["id", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] 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", 14]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 20], ["id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] Performed Pulitzer::CloneVersionJob from Inline(default) in 139.44ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: ff88a6ac-efc5-478b-9ead-0dd8ebbbba48) to Inline(default) with arguments: #<GlobalID:0x007fbd71962f68 @uri=#<URI::GID gid://dummy/Pulitzer::Version/16>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] + 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", 16]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 67]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 68]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 69]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 70]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 71]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 72]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 73]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 74]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 75]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 76]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 77]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 4], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 4], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ? [["post_type_id", 13], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] + 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", 16], ["name", "Main Content"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with no display"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 13]] + SQL (0.2ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["free_form_section_id", 13], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/welcome/welcome" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by PagesController#welcome as HTML + Parameters: {"slug"=>"welcome"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ? [["post_type_id", 13], ["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] + Rendering pages/welcome.html.erb within layouts/application + Rendered pages/welcome.html.erb within layouts/application (0.2ms) +Completed 200 OK in 14ms (Views: 8.4ms | ActiveRecord: 0.3ms) +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/new?arrangement_style%5Bpost_type_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by Pulitzer::ArrangementStylesController#new as HTML + Parameters: {"arrangement_style"=>{"post_type_id"=>"17"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_new.html.erb (13.3ms) +Completed 200 OK in 26ms (Views: 16.3ms | ActiveRecord: 0.5ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/arrangement_styles?arrangement_style%5Bdisplay_name%5D=Pretty+Arrangement&arrangement_style%5Bpost_type_id%5D=17&arrangement_style%5Bview_file_name%5D=pretty-arrangement" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by Pulitzer::ArrangementStylesController#create as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"Pretty Arrangement", "post_type_id"=>"17", "view_file_name"=>"pretty-arrangement"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show_wrapper.html.erb (3.5ms) +Completed 200 OK in 8ms (Views: 5.5ms | ActiveRecord: 0.3ms) + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["view_file_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/arrangement_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by Pulitzer::ArrangementStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.2ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_form.html.erb (8.2ms) +Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.3ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/arrangement_styles/1?arrangement_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by Pulitzer::ArrangementStylesController#update as HTML + Parameters: {"arrangement_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/arrangement_styles/_show.html.erb (1.2ms) +Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.3ms) + Pulitzer::ArrangementStyle Load (0.2ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["view_file_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/arrangement_styles/1" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by Pulitzer::ArrangementStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.3ms) + Pulitzer::ArrangementStyle Load (0.0ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/new?background_style%5Bpost_type_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by Pulitzer::BackgroundStylesController#new as HTML + Parameters: {"background_style"=>{"post_type_id"=>"17"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_new.html.erb (6.8ms) +Completed 200 OK in 21ms (Views: 9.2ms | ActiveRecord: 0.5ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/background_styles?background_style%5Bcss_class_name%5D=pretty-class&background_style%5Bdisplay_name%5D=Pretty+Class&background_style%5Bpost_type_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by Pulitzer::BackgroundStylesController#create as HTML + Parameters: {"background_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"17"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show_wrapper.html.erb (3.5ms) +Completed 200 OK in 9ms (Views: 6.0ms | ActiveRecord: 0.3ms) + Pulitzer::BackgroundStyle Load (0.3ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/background_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by Pulitzer::BackgroundStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.2ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_form.html.erb (7.1ms) +Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.2ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/background_styles/1?background_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:19:33 -0600 +Processing by Pulitzer::BackgroundStylesController#update as HTML + Parameters: {"background_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/background_styles/_show.html.erb (1.7ms) +Completed 200 OK in 7ms (Views: 4.1ms | ActiveRecord: 0.4ms) + Pulitzer::BackgroundStyle Load (0.2ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/background_styles/1" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::BackgroundStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::BackgroundStyle Load (0.0ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.4ms) + Pulitzer::BackgroundStyle Load (0.0ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.5ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["content_element_type_id", 16], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "remove me"], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 77]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOption Load (0.1ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ? [["value", "contactMgmt"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +Started PATCH "/pulitzer/content_elements/77?content_element%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F4&content_element%5Bcustom_option_id%5D=7" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::ContentElementsController#update as HTML + Parameters: {"content_element"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/4", "custom_option_id"=>"7"}, "id"=>"77"} + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 77], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["custom_option_id", 7], ["body", nil], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 77]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 44], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Pulitzer::CustomOption Load (0.1ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (11.7ms) +Completed 200 OK in 22ms (Views: 13.9ms | ActiveRecord: 0.8ms) + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ? [["id", 77], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.0ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["content_element_type_id", 16], ["LIMIT", 1]] + Pulitzer::CustomOption Load (0.0ms) SELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ? [["value", "contactMgmt"], ["LIMIT", 1]] +  (0.3ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["custom_option_id", 7], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 77]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/content_elements/77?content_element%5Bbody%5D=http%3A%2F%2Fgoogle.com&content_element%5Bclickable_kind%5D=url" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::ContentElementsController#update as HTML + Parameters: {"content_element"=>{"body"=>"http://google.com", "clickable_kind"=>"url"}, "id"=>"77"} + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 77], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "custom_option_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "http://google.com"], ["custom_option_id", nil], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 77]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.4ms) 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", 44], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.2ms) +Completed 200 OK in 12ms (Views: 6.9ms | ActiveRecord: 1.1ms) + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ? [["id", 77], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true]] +  (0.3ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/new?post_type_id=17" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#new as HTML + Parameters: {"post_type_id"=>"17"} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_new.html.erb (6.2ms) +Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.2ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/free_form_section_types?free_form_section_type%5Bname%5D=test+sidebar&free_form_section_type%5Bpost_type_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#create as HTML + Parameters: {"free_form_section_type"=>{"name"=>"test sidebar", "post_type_id"=>"17"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "test sidebar"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 17]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show_wrapper.html.erb (3.7ms) +Completed 200 OK in 16ms (Views: 5.8ms | ActiveRecord: 0.6ms) + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "main content"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/free_form_section_types/9/edit" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#edit as HTML + Parameters: {"id"=>"9"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form.html.erb (7.1ms) +Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.6ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "main content"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/free_form_section_types/9?free_form_section_type%5Bname%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#update as HTML + Parameters: {"free_form_section_type"=>{"name"=>"edited name"}, "id"=>"9"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ? [["name", "edited name"], ["id", 9]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 17]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (1.2ms) +Completed 200 OK in 10ms (Views: 3.2ms | ActiveRecord: 0.4ms) + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) SAVEPOINT active_record_1 + 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", 17]] + 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", 17]] + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "main content"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/free_form_section_types/9" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::FreeFormSectionTypesController#destroy as HTML + Parameters: {"id"=>"9"} + Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? [["id", 9]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 17]] +Completed 200 OK in 6ms (ActiveRecord: 0.5ms) + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.3ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/new?justification_style%5Bpost_type_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::JustificationStylesController#new as HTML + Parameters: {"justification_style"=>{"post_type_id"=>"17"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_new.html.erb (4.9ms) +Completed 200 OK in 18ms (Views: 7.2ms | ActiveRecord: 0.6ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/justification_styles?justification_style%5Bcss_class_name%5D=pretty-class&justification_style%5Bdisplay_name%5D=Pretty+Class&justification_style%5Bpost_type_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::JustificationStylesController#create as HTML + Parameters: {"justification_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"17"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show_wrapper.html.erb (3.4ms) +Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.3ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/justification_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::JustificationStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_form.html.erb (8.0ms) +Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/justification_styles/1?justification_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::JustificationStylesController#update as HTML + Parameters: {"justification_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/justification_styles/_show.html.erb (1.4ms) +Completed 200 OK in 7ms (Views: 3.7ms | ActiveRecord: 0.5ms) + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/justification_styles/1" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::JustificationStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.3ms) + Pulitzer::JustificationStyle Load (0.0ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/new?partial%5Bfree_form_section_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::PartialsController#new as HTML + Parameters: {"partial"=>{"free_form_section_id"=>"17"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC [["kind", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? [["kind", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 17], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 17]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 17]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 17]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_new.html.erb (24.1ms) +Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 1.0ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "Grey"], ["css_class_name", "grey"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "Left"], ["css_class_name", "left"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "Image Right"], ["view_file_name", "image-right"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/partials?partial%5Barrangement_style_id%5D=1&partial%5Bbackground_style_id%5D=1&partial%5Bfree_form_section_id%5D=17&partial%5Bjustification_style_id%5D=1&partial%5Bpost_type_id%5D=17&partial%5Bsequence_flow_style_id%5D=1" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::PartialsController#create as HTML + Parameters: {"partial"=>{"arrangement_style_id"=>"1", "background_style_id"=>"1", "free_form_section_id"=>"17", "justification_style_id"=>"1", "post_type_id"=>"17", "sequence_flow_style_id"=>"1"}} + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 17]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "background_style_id", "justification_style_id", "sequence_flow_style_id", "arrangement_style_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 17], ["free_form_section_id", 17], ["sort_order", 1], ["background_style_id", 1], ["justification_style_id", 1], ["sequence_flow_style_id", 1], ["arrangement_style_id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 17]] + Pulitzer::ArrangementStyle Load (0.1ms) SELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::JustificationStyle Load (0.0ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms) + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (4.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (19.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show_wrapper.html.erb (22.7ms) +Completed 200 OK in 36ms (Views: 24.3ms | ActiveRecord: 1.0ms) + Pulitzer::Partial Load (0.3ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 17]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 17], ["free_form_section_id", 17], ["sort_order", 1], ["label", "test partial"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/partials/1/edit" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::PartialsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 17], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 17], ["LIMIT", 1]] + Pulitzer::ArrangementStyle Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ? [["post_type_id", 17], ["LIMIT", 1]] + Pulitzer::BackgroundStyle Load (0.1ms) SELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ? [["post_type_id", 17]] + Pulitzer::JustificationStyle Load (0.1ms) SELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ? [["post_type_id", 17]] + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ? [["post_type_id", 17]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_form.html.erb (13.1ms) +Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.6ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Left Text White BG"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 17]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 1], ["label", "test partial"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/partials/1?partial%5Bpost_type_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::PartialsController#update as HTML + Parameters: {"partial"=>{"post_type_id"=>"17"}, "id"=>"1"} + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ? [["post_type_id", 17], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms) + Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (2.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (9.9ms) +Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.5ms) + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Flock+of+birds&post_type%5Bplural%5D=1" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Flock of birds", "plural"=>"1"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Flock of birds"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.5ms) +Completed 200 OK in 11ms (Views: 7.8ms | ActiveRecord: 0.4ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Flock of birds"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 17], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/post_types?post_type%5Bkind%5D=template&post_type%5Bname%5D=Crow&post_type%5Bplural%5D=0" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::PostTypesController#create as HTML + Parameters: {"post_type"=>{"kind"=>"template", "name"=>"Crow", "plural"=>"0"}} +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Crow"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ? [["post_type_id", 17], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", "crow"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "crow"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Crow"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["slug", "crow"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 17], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.9ms) +Completed 200 OK in 21ms (Views: 8.4ms | ActiveRecord: 1.3ms) + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Crow"], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 17]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 17], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/new?sequence_flow_style%5Bpost_type_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::SequenceFlowStylesController#new as HTML + Parameters: {"sequence_flow_style"=>{"post_type_id"=>"17"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_new.html.erb (4.6ms) +Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/sequence_flow_styles?sequence_flow_style%5Bcss_class_name%5D=pretty-class&sequence_flow_style%5Bdisplay_name%5D=Pretty+Class&sequence_flow_style%5Bpost_type_id%5D=17" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::SequenceFlowStylesController#create as HTML + Parameters: {"sequence_flow_style"=>{"css_class_name"=>"pretty-class", "display_name"=>"Pretty Class", "post_type_id"=>"17"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show_wrapper.html.erb (3.7ms) +Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms) + Pulitzer::SequenceFlowStyle Load (0.2ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/sequence_flow_styles/1/edit" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::SequenceFlowStylesController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form_fields.html.erb (0.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_form.html.erb (6.9ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/sequence_flow_styles/1?sequence_flow_style%5Bdisplay_name%5D=edited+name" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::SequenceFlowStylesController#update as HTML + Parameters: {"sequence_flow_style"=>{"display_name"=>"edited name"}, "id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ? [["display_name", "edited name"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/sequence_flow_styles/_show.html.erb (1.1ms) +Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.2ms) + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with various layout styles"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?) [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/sequence_flow_styles/1" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::SequenceFlowStylesController#destroy as HTML + Parameters: {"id"=>"1"} + Pulitzer::SequenceFlowStyle Load (0.1ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 2ms (ActiveRecord: 0.2ms) + Pulitzer::SequenceFlowStyle Load (0.0ms) SELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 16]] + SQL (0.3ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 67]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 68]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 69]] + SQL (0.2ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 70]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 71]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 72]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 73]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 74]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 75]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 76]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 77]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 16]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 13]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 14]] + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 16]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 16]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/20?status=abandoned" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"20"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 20]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 20], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 13]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 78]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 79]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 80]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 81]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 82]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 83]] + SQL (0.1ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 84]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 85]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 86]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 87]] + SQL (0.0ms) DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 88]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] + SQL (0.0ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 15]] + SQL (0.1ms) DELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? [["id", 16]] + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 20]] + SQL (0.1ms) DELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? [["id", 13]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +Completed 200 OK in 29ms (Views: 0.2ms | ActiveRecord: 1.7ms) + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20], ["required", true]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (15, 16) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 20]] + 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", 13]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 8]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 8]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 20]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 20], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 16]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fbd6e4ed058 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 13], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 34], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 89]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 35], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 90]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 91]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 92]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 38], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 93]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 39], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 94]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 95]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 96]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 42], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 97]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 43], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 98]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 99]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] 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", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 18]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] Performed Pulitzer::CloneVersionJob from Inline(default) in 110.26ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 3243a0ab-ab66-4ce1-b8eb-0bde882f2c84) to Inline(default) with arguments: #<GlobalID:0x007fbd6f608018 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/20?status=abandoned" for 127.0.0.1 at 2017-06-05 10:19:34 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"20"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 20]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 20], ["label_type", "Pulitzer::Tag"]] + 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", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (2.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (4.8ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 21], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 21], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1.6ms) + 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", 21]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 21]] + 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", 34], ["LIMIT", 1]] + 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", 35], ["LIMIT", 1]] + 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", 36], ["LIMIT", 1]] + 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", 37], ["LIMIT", 1]] + 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", 38], ["LIMIT", 1]] + 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", 39], ["LIMIT", 1]] + 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", 40], ["LIMIT", 1]] + 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", 41], ["LIMIT", 1]] + 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", 42], ["LIMIT", 1]] + 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", 43], ["LIMIT", 1]] + 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", 44], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.0ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.6ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.1ms) + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + 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", 17]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (2.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (5.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (8.2ms) + 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", 18]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (2.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (78.5ms) +Completed 200 OK in 90ms (Views: 1.0ms | ActiveRecord: 3.2ms) + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20], ["required", true]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (15, 16) ORDER BY "pulitzer_partials"."sort_order" ASC +  (0.0ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 20]] + Pulitzer::FreeFormSectionType Load (0.2ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 8]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 8]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 20]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 20], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 16]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fbd6e7ad298 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 13], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 34], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 89]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 35], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 90]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 91]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 92]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 38], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 93]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 39], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 94]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 95]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 96]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 42], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 97]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 43], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 98]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 99]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] 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", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 18]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] Performed Pulitzer::CloneVersionJob from Inline(default) in 96.26ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 2e4da0fd-893b-4c9d-92a6-2d2f54b52804) to Inline(default) with arguments: #<GlobalID:0x007fbd6e7b7f40 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +Started PATCH "/pulitzer/versions/21?status=abandoned" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"abandoned", "id"=>"21"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 21]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 21], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fbd6e604ce8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 13], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 34], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 100]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 35], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 101]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 102]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 103]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 38], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 104]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 39], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 105]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 106]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 107]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 42], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 108]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 43], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 109]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 110]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 22], ["id", 19]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] 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", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 22], ["id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 22]] +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] Performed Pulitzer::CloneVersionJob from Inline(default) in 93.3ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 67c58e2c-cc41-4d8a-b797-ce73fdeefdae) to Inline(default) with arguments: #<GlobalID:0x007fbd6e612370 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 20]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (6.4ms) +Completed 200 OK in 112ms (Views: 0.2ms | ActiveRecord: 8.8ms) + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 13], ["content_element_type_id", 13], ["label", "test"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC], ["required", true], ["sort_order", 14]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 20], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 45 WHERE "pulitzer_content_elements"."id" = ? [["id", 78]] +Started PATCH "/pulitzer/versions/20?status=active" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::VersionsController#update as HTML + Parameters: {"status"=>"active", "id"=>"20"} + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" INNER JOIN "pulitzer_post_type_content_element_types" ON "pulitzer_post_type_content_element_types"."id" = "pulitzer_content_elements"."post_type_content_element_type_id" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_post_type_content_element_types"."required" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20], ["required", true]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + 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" IN ('Main Content', 'Handpicked Homes') [["version_id", 20]] + 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", 13]] +  (0.1ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 7]] +  (0.2ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 8]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 8]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_slug.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_slug_wrapper.html.erb (3.0ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 20], ["label_type", "Pulitzer::Tag"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms) + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 20], ["label_type", "SearchLocation"]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1.6ms) + 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", 20]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] + 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", 45], ["LIMIT", 1]] + 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", 35], ["LIMIT", 1]] + 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", 36], ["LIMIT", 1]] + 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", 37], ["LIMIT", 1]] + 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", 38], ["LIMIT", 1]] + 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", 39], ["LIMIT", 1]] + 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", 40], ["LIMIT", 1]] + 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", 41], ["LIMIT", 1]] + 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", 42], ["LIMIT", 1]] + 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", 43], ["LIMIT", 1]] + 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", 44], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.3ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.2ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.7ms) + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.5ms) + 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", 15]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (2.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (4.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (6.9ms) + 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", 16]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_index.html.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show.html.erb (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_sections/_show_wrapper.html.erb (2.0ms) + CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.4ms) + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/versions/_edit.html.erb (72.2ms) +Completed 409 Conflict in 102ms (Views: 1.1ms | ActiveRecord: 3.8ms) +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 1"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 1"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 2"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (5.8ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (8.5ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.3ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (13.7ms) +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 3"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 3"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 4"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 4"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (2.7ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (5.2ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.6ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (11.8ms) +Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 5"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 5"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 6"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#index as HTML + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL [["hierarchical", true]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 2]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (2.7ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (5.1ms) + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (1.4ms) + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [1 times] (1.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_index.html.erb (10.7ms) +Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.4ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 7"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 7"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (5.3ms) +Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 8"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 8"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#show as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (5.8ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (3.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (8.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (10.6ms) +Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=true" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"true"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (8.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_hierarchical.html.erb (10.9ms) +Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +Started GET "/pulitzer/tags/new?tag%5Bhierarchical%5D=false" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#new as HTML + Parameters: {"tag"=>{"hierarchical"=>"false"}} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (2.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (10.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (13.1ms) +Completed 200 OK in 15ms (Views: 15.0ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+9" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 9"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 9"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 9"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (5.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (7.7ms) +Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 0.6ms) +  (0.2ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +Started POST "/pulitzer/tags?tag%5Bname%5D=The+north+10" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"The north 10"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 10"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 10"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb (7.1ms) +Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 0.7ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (7.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (10.0ms) +Completed 409 Conflict in 14ms (Views: 12.1ms | ActiveRecord: 0.2ms) +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_tags" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "awesomesauce"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/tags?tag%5Bname%5D=awesomesauce" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#create as HTML + Parameters: {"tag"=>{"name"=>"awesomesauce"}} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "awesomesauce"], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new.html.erb (5.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_new_flat.html.erb (7.8ms) +Completed 409 Conflict in 12ms (Views: 10.0ms | ActiveRecord: 0.2ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 13"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 13"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.5ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 14"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 14"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/tags/1/edit" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#edit as HTML + Parameters: {"id"=>"1"} + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.8ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 15"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 15"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+16" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 16"}, "id"=>"1"} + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (7.5ms) +Completed 409 Conflict in 11ms (Views: 9.9ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 17"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 17"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/1?tag%5Bname%5D=The+north+18" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"The north 18"}, "id"=>"1"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "The north 18"], ["id", 1], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ? [["name", "The north 18"], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + Rendered collection of /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show_wrapper.html.erb [0 times] (0.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_show.html.erb (4.4ms) +Completed 200 OK in 10ms (Views: 6.3ms | ActiveRecord: 0.4ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 20"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 20"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (1.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (8.8ms) +Completed 409 Conflict in 14ms (Views: 11.1ms | ActiveRecord: 0.2ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "sadpanda"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadpanda"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 22"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 22"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/tags/2?tag%5Bname%5D=sadpanda" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#update as HTML + Parameters: {"tag"=>{"name"=>"sadpanda"}, "id"=>"2"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ? [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]] +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form_fields.html.erb (0.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/tags/_form.html.erb (6.1ms) +Completed 409 Conflict in 11ms (Views: 8.2ms | ActiveRecord: 0.3ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 23"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 23"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +Completed 200 OK in 0ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 24"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 24"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/tags/1" for 127.0.0.1 at 2017-06-05 10:19:35 -0600 +Processing by Pulitzer::TagsController#destroy as HTML + Parameters: {"id"=>"1"} +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["label_id", 1], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? [["parent_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Completed 200 OK in 8ms (ActiveRecord: 0.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 20]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 34], ["LIMIT", 1]] + SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 89]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 35], ["LIMIT", 1]] + SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 90]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 36], ["LIMIT", 1]] + SQL (0.1ms) 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 91]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 37], ["LIMIT", 1]] + SQL (0.1ms) 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 92]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 38], ["LIMIT", 1]] + SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 93]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 39], ["LIMIT", 1]] + SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 94]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 40], ["LIMIT", 1]] + SQL (0.1ms) 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 95]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 41], ["LIMIT", 1]] + SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 96]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 42], ["LIMIT", 1]] + SQL (0.1ms) 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 97]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 43], ["LIMIT", 1]] + SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 98]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 44], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 99]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 15]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 17]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 16]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 18]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 21]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 21]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 34], ["LIMIT", 1]] + SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 89]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 35], ["LIMIT", 1]] + SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 90]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 36], ["LIMIT", 1]] + SQL (0.1ms) 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 91]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 37], ["LIMIT", 1]] + SQL (0.1ms) 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 92]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 38], ["LIMIT", 1]] + SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 93]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 39], ["LIMIT", 1]] + SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 94]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 40], ["LIMIT", 1]] + 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 95]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 41], ["LIMIT", 1]] + SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 96]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 42], ["LIMIT", 1]] + SQL (0.1ms) 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 97]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 43], ["LIMIT", 1]] + SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 98]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 44], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 99]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 15]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 17]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 16]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 18]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 21]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 21]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Pulitzer::CloneVersion !!! +/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 4], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 34], ["LIMIT", 1]] + SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 89]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 35], ["LIMIT", 1]] + SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 90]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 36], ["LIMIT", 1]] + SQL (0.1ms) 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 91]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 37], ["LIMIT", 1]] + 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 92]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 38], ["LIMIT", 1]] + SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 93]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 39], ["LIMIT", 1]] + SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 94]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 40], ["LIMIT", 1]] + 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 95]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 41], ["LIMIT", 1]] + 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 title"], ["post_type_content_element_type_id", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 96]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 42], ["LIMIT", 1]] + 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 description"], ["post_type_content_element_type_id", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 97]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 43], ["LIMIT", 1]] + SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 98]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 44], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 99]] +  (0.7ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 15]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 17]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 16]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 18]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["version_id", 21], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Winterfell news 1"], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 9], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 18]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-1"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-1"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 1"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["slug", "winterfell-news-1"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 17]] + 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", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Winterfell news 1"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 21], ["LIMIT", 1]] + 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", 17]] + 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", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + 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", 21], ["name", "Winterfell news 1"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.9ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 1], ["label", "King's Landing news 1"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 18]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 21], ["LIMIT", 1]] + 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 LIMIT ? [["free_form_section_id", 17], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 1"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + 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", 17], ["content_element_type_id", 17], ["label", "Slide 1 content element 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 2"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 2"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + SQL (0.1ms) 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", 17], ["content_element_type_id", 18], ["label", "Slide 1 content element 2"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 3"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 3"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + SQL (0.1ms) 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", 17], ["content_element_type_id", 19], ["label", "Slide 1 content element 3"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ? [["id", 17]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 17]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 17]] + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["free_form_section_id", 17], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? [["partial_id", 1]] + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 17]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["post_type_content_element_type_id", 45], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["post_type_content_element_type_id", 46], ["content_element_type_id", 18], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["post_type_content_element_type_id", 47], ["content_element_type_id", 19], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["partial_id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 4"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 4"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + 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", 17], ["content_element_type_id", 17], ["label", "Slide 1 content element 4"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 5"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 5"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + SQL (0.1ms) 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", 17], ["content_element_type_id", 18], ["label", "Slide 1 content element 5"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text 6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 6"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + SQL (0.1ms) 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", 17], ["content_element_type_id", 19], ["label", "Slide 1 content element 6"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 17]] +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-2"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-2"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 2"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["slug", "winterfell-news-2"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 21]] + 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", 17]] + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["version_id", 21], ["post_type_content_element_type_id", 45], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 5"], ["version_id", 21], ["post_type_content_element_type_id", 46], ["content_element_type_id", 18], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["version_id", 21], ["post_type_content_element_type_id", 47], ["content_element_type_id", 19], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 21]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 17]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Main Body"], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Side Bar"], ["sort_order", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Footer List"], ["sort_order", 3]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "test"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "test"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "test"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["slug", "test"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 21]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Main Body"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 21], ["free_form_section_type_id", 10], ["name", "Side Bar"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 21], ["free_form_section_type_id", 11], ["name", "Footer List"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 21]] +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Winterfell news 2"], ["sort_order", 2]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 9], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 18]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-3"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-3"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 3"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["slug", "winterfell-news-3"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 17]] + 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", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Winterfell news 2"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 21], ["LIMIT", 1]] + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 17]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 21], ["name", "Winterfell news 2"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 2], ["label", "King's Landing news 2"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] + 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", 18]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 21], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 17]] + 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", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 21], ["name", "Winterfell news 2"], ["LIMIT", 1]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ? [["free_form_section_id", 17], ["label", "King's Landing news 2"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 21], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 17]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 13]] + 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", 13]] + 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", 13], ["content_element_type_id", 13], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["sort_order", 14]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", "Hero Title 1"], ["version_id", 20], ["post_type_content_element_type_id", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["post_type_content_element_type_id", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["post_type_content_element_type_id", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + 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", "Guest Title"], ["version_id", 20], ["post_type_content_element_type_id", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["post_type_content_element_type_id", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["post_type_content_element_type_id", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["post_type_content_element_type_id", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["post_type_content_element_type_id", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["post_type_content_element_type_id", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) 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", 20], ["post_type_content_element_type_id", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["version_id", 20], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "A New Field for this Post Type"], ["version_id", 20], ["post_type_content_element_type_id", 45], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 20], ["free_form_section_type_id", 7], ["name", "Main Content"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 20], ["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 13], ["status", 0], ["LIMIT", 1]] + 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", 20]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 45]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] + 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", 13], ["status", 0], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20], ["label", "A New Field for this Post Type"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["label", "A changed label"], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 100]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 13], ["status", 0]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + 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", 20]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ? [["id", 20]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 13]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 13]] + 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", 13], ["content_element_type_id", 13], ["label", "A New Field for this Post Type"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 13]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 13], ["status", 4]] + Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 13], ["status", 0]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", 20], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 16]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fbd6e430458 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 13], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 34], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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 1"], ["post_type_content_element_type_id", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.2ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 89]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 35], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 90]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 91]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 92]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 38], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 93]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 39], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 94]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 95]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 96]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 42], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 97]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 43], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 98]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 99]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] 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", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 18]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] Performed Pulitzer::CloneVersionJob from Inline(default) in 109.08ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 72110973-727d-4f1f-9638-c45bb225598a) to Inline(default) with arguments: #<GlobalID:0x007fbd6e442608 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 21]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 20], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 16]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fbd73a0d6a0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 13], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 34], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 89]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 35], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 90]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::PostTypeContentElementType Load (0.7ms) 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", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 91]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 92]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 38], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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 Text"], ["post_type_content_element_type_id", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 93]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 39], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 94]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 95]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 96]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 42], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 97]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 43], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 98]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 99]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] 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", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 18]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] Performed Pulitzer::CloneVersionJob from Inline(default) in 99.7ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 9f2427b2-ea15-4b32-bb1b-86fb9f564207) to Inline(default) with arguments: #<GlobalID:0x007fbd71d1be48 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 21], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fbd6fc88320 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 13], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 34], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 100]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 35], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 101]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 102]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 103]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 38], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 104]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 39], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 105]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 106]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 107]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 42], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 108]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 43], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 109]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 110]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 22], ["id", 19]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] 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", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 22], ["id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 22]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] Performed Pulitzer::CloneVersionJob from Inline(default) in 93.63ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 6389385d-cdc0-4e13-9b5f-dfc47b87939d) to Inline(default) with arguments: #<GlobalID:0x007fbd6fc939f0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 22]] +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 20], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 16]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fbd6f6581a8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 13], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 34], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 89]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 35], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 90]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 91]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 92]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 38], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 93]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 39], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 94]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 95]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 96]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 42], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) 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", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 97]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 43], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 98]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 99]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] 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", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 18]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] Performed Pulitzer::CloneVersionJob from Inline(default) in 110.92ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: d1b71ae2-c563-42b3-815d-5b6401cc5c39) to Inline(default) with arguments: #<GlobalID:0x007fbd6fa5dfa0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) 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", 20], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 21]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The North Remembers"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The North Remembers"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ? [["LIMIT", 1]] + 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", 13], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 20], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The South Forgets"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The South Forgets"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 20], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 20], ["label_type", "Pulitzer::Tag"]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 13], ["status", 1], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 16]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fbd71b83838 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 13], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 34], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) 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", 34], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 89]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 35], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) 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", 35], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 90]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) 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", 36], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 91]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) 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", 37], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 92]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 38], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) 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", 38], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 93]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 39], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) 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", 39], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 94]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) 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", 40], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 95]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) 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", 41], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 96]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 42], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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 description"], ["post_type_content_element_type_id", 42], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 97]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 43], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) 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", 43], ["content_element_type_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 98]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["post_type_content_element_type_id", 44], ["content_element_type_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 99]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 7], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 15]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] 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", 16]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 21], ["id", 18]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 21], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 21], ["label_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.0ms) SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea]  (0.1ms) RELEASE SAVEPOINT active_record_1 +[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] Performed Pulitzer::CloneVersionJob from Inline(default) in 101.96ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 6148db0f-4175-4a40-82bb-d9405aa3bdea) to Inline(default) with arguments: #<GlobalID:0x007fbd71bbb738 @uri=#<URI::GID gid://dummy/Pulitzer::Version/20>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 15], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 67]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 15], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 67]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ? [["id", 67], ["LIMIT", 1]] + SQL (0.8ms) UPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["image", "sam_and_snow.jpg"], ["content_element_type_id", 14], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 67]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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", "winterfell-news-4"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-4"], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "52560392-69a2-42c8-8f39-997a68410c53"], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.2ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-5"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-5"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 5"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-5"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 17], ["status", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + 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", "winterfell-news-6"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-6"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 6"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-6"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 17], ["status", 1], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.2ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-7"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-7"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 7"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-7"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + 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", 17], ["status", 0], ["LIMIT", 1]] + SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ? [["id", 21]] + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 17], ["status", 4]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-8"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-8"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 8"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-8"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 21]] + Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 21]] + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 21]] + SQL (0.1ms) DELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? [["id", 21]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 17], ["status", 4]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-9"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-9"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 9"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-9"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.2ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + 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", "winterfell-news-10"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-10"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 10"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-10"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 17) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ? [["slug", "the-new-king-in-the-north"], ["id", 17], ["LIMIT", 1]] + SQL (0.2ms) UPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ? [["title", "The new King in the North"], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "the-new-king-in-the-north"], ["id", 17]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 25"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 25"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-11"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-11"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 11"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-11"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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 LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["post_type_id", 13], ["LIMIT", 1]] + 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", 13]] + 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", 13]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 13], ["content_element_type_id", 13], ["label", "Test Element"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["sort_order", 14]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 26"], ["LIMIT", 1]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "a"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "a"], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "A"], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 27"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 27"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 28"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 28"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", true]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-12"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-12"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 12"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-12"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 29"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 29"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 22], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" INNER JOIN "pulitzer_versions" ON "pulitzer_posts"."id" = "pulitzer_versions"."post_id" INNER JOIN "pulitzer_post_tags" ON "pulitzer_versions"."id" = "pulitzer_post_tags"."version_id" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ? AND "pulitzer_posts"."id" = ? LIMIT ? [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 17], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 30"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 30"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 31"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 31"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] + Pulitzer::Tag Load (0.0ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? [["hierarchical", false]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 32"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 32"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 33"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 33"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.592385' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 34"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?) [["name", "The north 34"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["parent_id", 1]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.595484' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 2], ["LIMIT", 1]] + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ? [["parent_id", 1], ["id", 3], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 35"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 35"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 36"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 36"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 37"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 37"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.608994' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 38"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 38"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 39"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 39"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 40"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 40"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.622827' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 41"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?) [["name", "The north 41"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 42"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 42"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 43"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?) [["name", "The north 43"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["parent_id", 1], ["hierarchical", true]] + SQL (0.1ms) UPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.633815' WHERE "pulitzer_tags"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-13"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-13"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 13"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-13"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ? [["name", "The north 44"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 44"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-14"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-14"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 14"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-14"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["version_id", 22], ["label_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 22]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Winterfell news 3"], ["sort_order", 3]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 9], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 18]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-15"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-15"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 15"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-15"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-16"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-16"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 16"], ["post_type_id", 19], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-16"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 18], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 19]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Winterfell news 4"], ["sort_order", 4]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 9], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 18]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-17"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-17"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 17"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-17"]] + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 17]] + 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", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Winterfell news 4"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 21], ["name", "Winterfell news 4"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 4], ["label", "King's Landing news 4"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 18]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = 'Winterfell news 4' [["version_id", 21]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 9]] + Pulitzer::PartialType Load (0.0ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 9]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 17], ["post_type_id", 18]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Winterfell news 5"], ["sort_order", 5]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?) [["free_form_section_type_id", 9], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 18]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + 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", "winterfell-news-18"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "winterfell-news-18"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 18"], ["post_type_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["slug", "winterfell-news-18"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 17]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Winterfell news 5"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) 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", 21], ["name", "Winterfell news 5"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?) [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 5], ["label", "King's Landing news 5"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 18]] + Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? ORDER BY "pulitzer_free_form_sections"."id" ASC LIMIT ? [["version_id", 21], ["LIMIT", 1]] + 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 LIMIT ? [["free_form_section_id", 17], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::ContentElement Load (0.0ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]] + SQL (0.1ms) DELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? [["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] + 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" = 'Winterfell news 5' [["version_id", 21]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 17]] +  (0.0ms) SELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 9]] + Pulitzer::PartialType Load (0.1ms) SELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC [["free_form_section_type_id", 9]] +  (0.1ms) SELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ? [["free_form_section_id", 17], ["post_type_id", 18]] +  (0.5ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (1.8ms) delete from pulitzer_arrangement_styles; +  (0.2ms) TRUNCATE TABLE pulitzer_background_styles; +  (1.1ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (1.0ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (1.0ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (0.8ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (0.9ms) delete from pulitzer_custom_options; +  (0.2ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (1.0ms) delete from pulitzer_free_form_section_types; +  (0.2ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.9ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.8ms) delete from pulitzer_justification_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.8ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.7ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (0.8ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.8ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.8ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.7ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (0.7ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.7ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (1.9ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.9ms) delete from pulitzer_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_versions; +  (0.8ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (0.8ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.8ms) delete from ar_internal_metadata; +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.5ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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", 17]] + 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", 17]] + 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", 17], ["content_element_type_id", 17], ["label", "Hero Title 1"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 1]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 17], ["content_element_type_id", 17], ["label", "Hero Title 2"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 2]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 17], ["content_element_type_id", 17], ["label", "Hero Title 3"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 3]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.7ms) 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", 17], ["content_element_type_id", 17], ["label", "Guest Title"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 4]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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", 17], ["content_element_type_id", 17], ["label", "Guest Text"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 5]] +  (0.8ms) commit transaction +  (0.4ms) begin transaction + 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", 17], ["content_element_type_id", 17], ["label", "Footer Title"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 6]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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", 17], ["content_element_type_id", 17], ["label", "Footer Text"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 7]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 17], ["content_element_type_id", 17], ["label", "Metadata title"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 8]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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", 17], ["content_element_type_id", 17], ["label", "Metadata description"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 9]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 17], ["content_element_type_id", 17], ["label", "Metadata keywords"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 10]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 17], ["content_element_type_id", 20], ["label", "Call to Action Button"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["sort_order", 11]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Main Content"], ["sort_order", 12]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (1.0ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 17], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["slug", "welcome"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (1.5ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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 1"], ["version_id", 21], ["post_type_content_element_type_id", 45], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.9ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", "Hero Title 2"], ["version_id", 21], ["post_type_content_element_type_id", 46], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.8ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 21], ["post_type_content_element_type_id", 47], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.8ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 21], ["post_type_content_element_type_id", 48], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.7ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 21], ["post_type_content_element_type_id", 49], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.8ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 21], ["post_type_content_element_type_id", 50], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.8ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 21], ["post_type_content_element_type_id", 51], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.8ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 21], ["post_type_content_element_type_id", 52], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (1.0ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 21], ["post_type_content_element_type_id", 53], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.9ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + 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", 21], ["post_type_content_element_type_id", 54], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (1.0ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 21], ["post_type_content_element_type_id", 55], ["content_element_type_id", 20], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.7ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Main Content"]] +  (0.7ms) commit transaction + 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", 17], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 21], ["free_form_section_type_id", 10], ["name", "Handpicked Homes"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 18], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 18], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 19], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["slug", "ski-jump-competition"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 19], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["plural", true]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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", "why-visit-breckenridge"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 20], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 20], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (1.1ms) commit transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 17], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 17], ["status", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 21]] +  (0.8ms) commit transaction + 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", 21], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]] +  (0.7ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fa2b7467790 @uri=#<URI::GID gid://dummy/Pulitzer::Version/21>> +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 17], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 45], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 45], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 100]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 46], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 46], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 101]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 47], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 47], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 102]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 48], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 48], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 103]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 49], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 49], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 104]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 50], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 50], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 105]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 51], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 51], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 106]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 52], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 52], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 107]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 53], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 53], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 108]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 54], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 54], ["content_element_type_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 109]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 55], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", "Call to Action Button"], ["post_type_content_element_type_id", 55], ["content_element_type_id", 20], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 110]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 9], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 17]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 25], ["id", 19]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 10], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] 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", 18]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 25], ["id", 20]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 25]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] Performed Pulitzer::CloneVersionJob from Inline(default) in 149.02ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: ff0352f5-9630-4b58-b609-6d539d7cae8d) to Inline(default) with arguments: #<GlobalID:0x007fa2b47b6fe8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/21>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 17], ["status", 1], ["LIMIT", 1]] + 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", 21]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 89]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 90]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 91]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 92]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 93]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 94]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 95]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 96]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 97]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 98]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 99]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 5], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 5], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + 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" = ? AND "pulitzer_post_type_content_element_types"."content_element_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["post_type_id", 17], ["content_element_type_id", 20], ["LIMIT", 1]] +Started GET "/pulitzer/post_type_content_element_types/55/edit" for 127.0.0.1 at 2017-06-05 10:33:38 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#edit as HTML + Parameters: {"id"=>"55"} + 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", 55], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (27.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (32.2ms) +Completed 200 OK in 38ms (Views: 35.7ms | ActiveRecord: 0.6ms) + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" ORDER BY "pulitzer_custom_option_lists"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (1.0ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.8ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (0.8ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.8ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (0.7ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (0.8ms) delete from pulitzer_custom_options; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (1.0ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.9ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.7ms) delete from pulitzer_justification_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.7ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.8ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (0.8ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.7ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.7ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.8ms) delete from pulitzer_post_types; +  (0.2ms) TRUNCATE TABLE pulitzer_posts; +  (0.8ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.8ms) delete from pulitzer_sequence_flow_styles; +  (0.2ms) TRUNCATE TABLE pulitzer_styles; +  (1.8ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.9ms) delete from pulitzer_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_versions; +  (0.8ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (0.8ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.8ms) delete from ar_internal_metadata; +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.4ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 21]] + 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", 21]] + 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", 21], ["content_element_type_id", 21], ["label", "Hero Title 1"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 1]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 21], ["content_element_type_id", 21], ["label", "Hero Title 2"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 21], ["content_element_type_id", 21], ["label", "Hero Title 3"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 3]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 21], ["content_element_type_id", 21], ["label", "Guest Title"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 4]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 21], ["content_element_type_id", 21], ["label", "Guest Text"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 5]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 21], ["content_element_type_id", 21], ["label", "Footer Title"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 6]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction + 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", 21], ["content_element_type_id", 21], ["label", "Footer Text"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 7]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 21], ["content_element_type_id", 21], ["label", "Metadata title"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 8]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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", 21], ["content_element_type_id", 21], ["label", "Metadata description"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 9]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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", 21], ["content_element_type_id", 21], ["label", "Metadata keywords"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 10]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 21], ["content_element_type_id", 24], ["label", "Call to Action Button"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["sort_order", 11]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 21], ["name", "Main Content"], ["sort_order", 12]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 21], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["slug", "welcome"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (1.3ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + 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 1"], ["version_id", 26], ["post_type_content_element_type_id", 56], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.8ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + SQL (1.1ms) 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", 26], ["post_type_content_element_type_id", 57], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.8ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + 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", 26], ["post_type_content_element_type_id", 58], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.7ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + 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", 26], ["post_type_content_element_type_id", 59], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.8ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + 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", 26], ["post_type_content_element_type_id", 60], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (1.0ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + 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", 26], ["post_type_content_element_type_id", 61], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.8ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + 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", 26], ["post_type_content_element_type_id", 62], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (1.0ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + 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", 26], ["post_type_content_element_type_id", 63], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.8ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + 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", 26], ["post_type_content_element_type_id", 64], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.7ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + 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", 26], ["post_type_content_element_type_id", 65], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.7ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 26], ["post_type_content_element_type_id", 66], ["content_element_type_id", 24], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.7ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 26], ["free_form_section_type_id", 11], ["name", "Main Content"]] +  (0.8ms) commit transaction + 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", 21], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 26], ["free_form_section_type_id", 12], ["name", "Handpicked Homes"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 22], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 22], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 23], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["slug", "ski-jump-competition"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 23], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", "why-visit-breckenridge"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 24], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.4ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 24], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.9ms) commit transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 21], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 21], ["status", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 26]] +  (0.7ms) commit transaction + 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", 26], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]] +  (0.7ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007ffcf34f4d98 @uri=#<URI::GID gid://dummy/Pulitzer::Version/26>> +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 21], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 56], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 56], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 122]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 57], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 57], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 123]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 58], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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 3"], ["post_type_content_element_type_id", 58], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.3ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 124]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 59], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 59], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 125]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 60], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 60], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 126]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 61], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 61], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.9ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 127]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::PostTypeContentElementType Load (0.7ms) 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", 62], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 62], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 128]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 63], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 63], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 129]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 64], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 64], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.5ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 130]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 65], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 65], ["content_element_type_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 131]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 66], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", "Call to Action Button"], ["post_type_content_element_type_id", 66], ["content_element_type_id", 24], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 132]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 11], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 21]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 30], ["id", 23]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (1.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 12], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] 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", 22]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 30], ["id", 24]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 30]] +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] Performed Pulitzer::CloneVersionJob from Inline(default) in 161.26ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 20619bbd-a7ac-4e0e-a60f-27e0f1ce4313) to Inline(default) with arguments: #<GlobalID:0x007ffcf3cb56e0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/26>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 21], ["status", 1], ["LIMIT", 1]] + 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", 26]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 111]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 112]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 113]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 114]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 115]] +  (1.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 116]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 117]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 118]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 119]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 120]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 121]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 6], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 6], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.9ms) commit transaction +  (0.2ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 16:58:55 UTC], ["updated_at", 2017-06-05 16:58:55 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 25]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 25]] + SQL (0.1ms) 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", 25], ["content_element_type_id", 24], ["label", "Action Button"], ["created_at", 2017-06-05 16:58:55 UTC], ["updated_at", 2017-06-05 16:58:55 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/67/edit" for 127.0.0.1 at 2017-06-05 10:58:55 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#edit as HTML + Parameters: {"id"=>"67"} + 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", 67], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (27.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (32.7ms) +Completed 200 OK in 40ms (Views: 36.6ms | ActiveRecord: 0.5ms) + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (1.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 16:58:55 UTC], ["updated_at", 2017-06-05 16:58:55 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 16:58:55 UTC], ["updated_at", 2017-06-05 16:58:55 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.2ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 16:58:55 UTC], ["updated_at", 2017-06-05 16:58:55 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (3.0ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.8ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (0.8ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.8ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (0.7ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (0.8ms) delete from pulitzer_custom_options; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (0.8ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.7ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.7ms) delete from pulitzer_justification_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.9ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.9ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (0.9ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.8ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.7ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.8ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (1.1ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.9ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (0.7ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.9ms) delete from pulitzer_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_versions; +  (1.9ms) delete from pulitzer_versions; +  (0.2ms) TRUNCATE TABLE schema_migrations; +  (0.9ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.8ms) delete from ar_internal_metadata; +  (0.2ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC]] +  (1.6ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 25]] + 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", 25]] + 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", 25], ["content_element_type_id", 25], ["label", "Hero Title 1"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC], ["sort_order", 1]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 25], ["content_element_type_id", 25], ["label", "Hero Title 2"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 25], ["content_element_type_id", 25], ["label", "Hero Title 3"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC], ["sort_order", 3]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 25], ["content_element_type_id", 25], ["label", "Guest Title"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC], ["sort_order", 4]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + 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", 25], ["content_element_type_id", 25], ["label", "Guest Text"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC], ["sort_order", 5]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 25], ["content_element_type_id", 25], ["label", "Footer Title"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC], ["sort_order", 6]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + 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", 25], ["content_element_type_id", 25], ["label", "Footer Text"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["sort_order", 7]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + 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", 25], ["content_element_type_id", 25], ["label", "Metadata title"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["sort_order", 8]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 25], ["content_element_type_id", 25], ["label", "Metadata description"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["sort_order", 9]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 25], ["content_element_type_id", 25], ["label", "Metadata keywords"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["sort_order", 10]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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", 25], ["content_element_type_id", 28], ["label", "Call to Action Button"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["sort_order", 11]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 25], ["name", "Main Content"], ["sort_order", 12]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 25], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["slug", "welcome"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (1.6ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 67], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.7ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 68], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.7ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 69], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.7ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 70], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.7ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 71], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.7ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 72], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.9ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 73], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.8ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 74], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.7ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 75], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.8ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + 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", 31], ["post_type_content_element_type_id", 76], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.7ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 31], ["post_type_content_element_type_id", 77], ["content_element_type_id", 28], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.7ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 31], ["free_form_section_type_id", 13], ["name", "Main Content"]] +  (0.8ms) commit transaction + 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", 25], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 31], ["free_form_section_type_id", 14], ["name", "Handpicked Homes"]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 26], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 26], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 27], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["slug", "ski-jump-competition"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 27], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 28], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 28], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.9ms) commit transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 25], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 25], ["status", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 31]] +  (1.0ms) commit transaction + 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", 31], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]] +  (0.7ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fafc94d4e98 @uri=#<URI::GID gid://dummy/Pulitzer::Version/31>> +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 25], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 67], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 67], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 144]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 68], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 68], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 145]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 69], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 69], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 146]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 70], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 70], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 147]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 71], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 71], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 148]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 72], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 72], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 149]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 73], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", "Footer Text"], ["post_type_content_element_type_id", 73], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 150]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 74], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 74], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 151]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 75], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 75], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 152]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 76], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 76], ["content_element_type_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 153]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 77], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", "Call to Action Button"], ["post_type_content_element_type_id", 77], ["content_element_type_id", 28], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 154]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 13], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 25]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 35], ["id", 27]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.4ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 14], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] 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", 26]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 35], ["id", 28]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 35]] +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] Performed Pulitzer::CloneVersionJob from Inline(default) in 146.02ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: ed8f7df9-1cd9-4565-bf31-de888a2bf59c) to Inline(default) with arguments: #<GlobalID:0x007fafc94fa328 @uri=#<URI::GID gid://dummy/Pulitzer::Version/31>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 25], ["status", 1], ["LIMIT", 1]] + 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", 31]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 133]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 134]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 135]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 136]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 137]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 138]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (1.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 139]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 140]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 141]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 142]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 143]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.7ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 7], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (1.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 7], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 29]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 29]] + SQL (0.1ms) 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", 29], ["content_element_type_id", 28], ["label", "Action Button"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/78/edit" for 127.0.0.1 at 2017-06-05 10:59:37 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#edit as HTML + Parameters: {"id"=>"78"} + 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", 78], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (29.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (36.2ms) +Completed 200 OK in 44ms (Views: 39.8ms | ActiveRecord: 0.7ms) + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=any&post_type_content_element_type%5Bcontent_element_type_id%5D=28&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=29" for 127.0.0.1 at 2017-06-05 10:59:37 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"any", "content_element_type_id"=>"28", "label"=>"Action Button 2", "post_type_id"=>"29"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 29]] + 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", 29]] + 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", 29], ["content_element_type_id", 28], ["label", "Action Button 2"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 29]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (5.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.8ms) +Completed 200 OK in 24ms (Views: 10.8ms | ActiveRecord: 0.9ms) + Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (1.4ms) rollback transaction +  (0.2ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F7&post_type_content_element_type%5Bcontent_element_type_id%5D=28&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=29" for 127.0.0.1 at 2017-06-05 10:59:37 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/7", "content_element_type_id"=>"28", "label"=>"Action Button 2", "post_type_id"=>"29"}} + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 29]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 29]] + SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 29], ["content_element_type_id", 28], ["label", "Action Button 2"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["sort_order", 1], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/7"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 29]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.4ms) +Completed 200 OK in 18ms (Views: 8.2ms | ActiveRecord: 0.8ms) + Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=url&post_type_content_element_type%5Bcontent_element_type_id%5D=28&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=29" for 127.0.0.1 at 2017-06-05 10:59:37 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"url", "content_element_type_id"=>"28", "label"=>"Action Button 2", "post_type_id"=>"29"}} + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC [["post_type_id", 29]] + 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", 29]] + 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", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 29], ["content_element_type_id", 28], ["label", "Action Button 2"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["sort_order", 1], ["clickable_kind", "url"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 29]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.3ms) +Completed 200 OK in 20ms (Views: 7.3ms | ActiveRecord: 1.0ms) + Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (1.6ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.9ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (1.0ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.7ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (1.0ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (0.9ms) delete from pulitzer_custom_options; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (1.1ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.8ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.8ms) delete from pulitzer_justification_styles; +  (0.2ms) TRUNCATE TABLE pulitzer_partial_types; +  (1.0ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.8ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (1.0ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.8ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.9ms) delete from pulitzer_post_type_content_element_types; +  (0.2ms) TRUNCATE TABLE pulitzer_post_types; +  (0.9ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (0.8ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.8ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (0.8ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.9ms) delete from pulitzer_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_versions; +  (0.9ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (1.4ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (1.1ms) delete from ar_internal_metadata; +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 29]] + 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", 29]] + 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", 29], ["content_element_type_id", 29], ["label", "Hero Title 1"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 1]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 29], ["content_element_type_id", 29], ["label", "Hero Title 2"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 29], ["content_element_type_id", 29], ["label", "Hero Title 3"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 3]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 29], ["content_element_type_id", 29], ["label", "Guest Title"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 4]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 29], ["content_element_type_id", 29], ["label", "Guest Text"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 5]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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", 29], ["content_element_type_id", 29], ["label", "Footer Title"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 6]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 29], ["content_element_type_id", 29], ["label", "Footer Text"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 7]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 29], ["content_element_type_id", 29], ["label", "Metadata title"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 8]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 29], ["content_element_type_id", 29], ["label", "Metadata description"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 9]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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", 29], ["content_element_type_id", 29], ["label", "Metadata keywords"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 10]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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", 29], ["content_element_type_id", 32], ["label", "Call to Action Button"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["sort_order", 11]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 29], ["name", "Main Content"], ["sort_order", 12]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 29], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["slug", "welcome"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (1.4ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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", 36], ["post_type_content_element_type_id", 78], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.7ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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", 36], ["post_type_content_element_type_id", 79], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.9ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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 3"], ["version_id", 36], ["post_type_content_element_type_id", 80], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.7ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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", 36], ["post_type_content_element_type_id", 81], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.7ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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", 36], ["post_type_content_element_type_id", 82], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.8ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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", 36], ["post_type_content_element_type_id", 83], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (1.0ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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", 36], ["post_type_content_element_type_id", 84], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.7ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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", 36], ["post_type_content_element_type_id", 85], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.8ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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", 36], ["post_type_content_element_type_id", 86], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (3.3ms) commit transaction + Pulitzer::Version Load (0.6ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + 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", 36], ["post_type_content_element_type_id", 87], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.7ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 36], ["post_type_content_element_type_id", 88], ["content_element_type_id", 32], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]] +  (0.8ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 36], ["free_form_section_type_id", 15], ["name", "Main Content"]] +  (0.8ms) commit transaction + 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", 29], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 36], ["free_form_section_type_id", 16], ["name", "Handpicked Homes"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 30], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 30], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 31], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["slug", "ski-jump-competition"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 31], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.4ms) begin transaction + 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", "why-visit-breckenridge"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (1.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 32], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 32], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC]] +  (0.9ms) commit transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 29], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 29], ["status", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 36]] +  (0.7ms) commit transaction + 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", 36], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 29], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC]] +  (0.8ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.3ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fcf6ba923a0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/36>> +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 29], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 36]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 78], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 78], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 166]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 79], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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 2"], ["post_type_content_element_type_id", 79], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 167]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (1.3ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 80], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 80], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 168]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 81], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 81], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 169]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 82], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 82], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (1.2ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.2ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 170]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 83], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 83], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 171]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 84], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 84], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 172]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 85], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 85], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (1.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 173]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (1.4ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 86], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 86], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 174]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 87], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", "Metadata keywords"], ["post_type_content_element_type_id", 87], ["content_element_type_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 175]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::PostTypeContentElementType Load (0.5ms) 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", 88], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", "Call to Action Button"], ["post_type_content_element_type_id", 88], ["content_element_type_id", 32], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 176]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 36]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 15], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 29]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 40], ["id", 31]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 16], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] 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", 30]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 40], ["id", 32]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 36]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.2ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 40]] +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] Performed Pulitzer::CloneVersionJob from Inline(default) in 165.35ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 963da65e-6c42-411a-9621-ba5d89783e08) to Inline(default) with arguments: #<GlobalID:0x007fcf6cb44a68 @uri=#<URI::GID gid://dummy/Pulitzer::Version/36>> + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 29], ["status", 1], ["LIMIT", 1]] + 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", 36]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 155]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 156]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 157]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 158]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 159]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 160]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 161]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 162]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 163]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 164]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 165]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 8], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 8], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 33]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 33]] + 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", 33], ["content_element_type_id", 32], ["label", "Action Button"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/89/edit" for 127.0.0.1 at 2017-06-05 11:07:47 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#edit as HTML + Parameters: {"id"=>"89"} + 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", 89], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (27.5ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (32.9ms) +Completed 200 OK in 39ms (Views: 36.6ms | ActiveRecord: 0.5ms) + Pulitzer::CustomOptionList Load (0.2ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=any&post_type_content_element_type%5Bcontent_element_type_id%5D=32&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=33" for 127.0.0.1 at 2017-06-05 11:07:47 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"any", "content_element_type_id"=>"32", "label"=>"Action Button 2", "post_type_id"=>"33"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 33]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 33]] + SQL (0.1ms) 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", 33], ["content_element_type_id", 32], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 33]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (5.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.9ms) +Completed 200 OK in 21ms (Views: 9.9ms | ActiveRecord: 0.8ms) + Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true], ["kind", 1]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F8&post_type_content_element_type%5Bcontent_element_type_id%5D=32&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=33" for 127.0.0.1 at 2017-06-05 11:07:47 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/8", "content_element_type_id"=>"32", "label"=>"Action Button 2", "post_type_id"=>"33"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 33]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 33]] + SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 33], ["content_element_type_id", 32], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["sort_order", 1], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/8"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 33]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (5.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.5ms) +Completed 200 OK in 18ms (Views: 9.6ms | ActiveRecord: 0.8ms) + Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=url&post_type_content_element_type%5Bcontent_element_type_id%5D=32&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=33" for 127.0.0.1 at 2017-06-05 11:07:47 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"url", "content_element_type_id"=>"32", "label"=>"Action Button 2", "post_type_id"=>"33"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 33]] + Pulitzer::FreeFormSectionType Load (0.2ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 33]] + 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", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 33], ["content_element_type_id", 32], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["sort_order", 1], ["clickable_kind", "url"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 33]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.7ms) +Completed 200 OK in 20ms (Views: 7.6ms | ActiveRecord: 0.8ms) + Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 33]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 33]] + SQL (0.1ms) 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", 33], ["content_element_type_id", 32], ["label", "Action Button"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["updated_at", 2017-06-05 17:07:47 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/8"], ["id", 89]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/89" for 127.0.0.1 at 2017-06-05 11:07:47 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#show as HTML + Parameters: {"id"=>"89"} + 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", 89], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.4ms) +Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.3ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 33]] + 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", 33]] + 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", 33], ["content_element_type_id", 32], ["label", "Action Button"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["updated_at", 2017-06-05 17:07:47 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/8"], ["id", 89]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/post_type_content_element_types?id=89&post_type_content_element_type%5Bclickable_kind%5D=url&post_type_content_element_type%5Bcontent_element_type_id%5D=32&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=33" for 127.0.0.1 at 2017-06-05 11:07:47 -0600 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 33]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 33]] + 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", 33], ["content_element_type_id", 32], ["label", "Action Button"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.2ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (1.5ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (1.1ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (1.0ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (1.4ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (2.0ms) delete from pulitzer_custom_option_lists; +  (0.2ms) TRUNCATE TABLE pulitzer_custom_options; +  (1.5ms) delete from pulitzer_custom_options; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (0.7ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.6ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.6ms) delete from pulitzer_justification_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.6ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.7ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (1.2ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (1.0ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.8ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (1.0ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (0.7ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.6ms) delete from pulitzer_sequence_flow_styles; +  (0.2ms) TRUNCATE TABLE pulitzer_styles; +  (0.9ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (2.2ms) delete from pulitzer_tags; +  (0.2ms) TRUNCATE TABLE pulitzer_versions; +  (1.2ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (0.8ms) delete from schema_migrations; +  (0.2ms) TRUNCATE TABLE ar_internal_metadata; +  (1.6ms) delete from ar_internal_metadata; +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["plural", true]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 33]] + Pulitzer::FreeFormSectionType Load (0.2ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 33]] + 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", 33], ["content_element_type_id", 33], ["label", "Hero Title 1"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 1]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 33], ["content_element_type_id", 33], ["label", "Hero Title 2"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 2]] +  (0.9ms) commit transaction +  (0.3ms) begin transaction + SQL (1.0ms) 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", 33], ["content_element_type_id", 33], ["label", "Hero Title 3"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 3]] +  (1.3ms) commit transaction +  (0.4ms) begin transaction + 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", 33], ["content_element_type_id", 33], ["label", "Guest Title"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 4]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 33], ["content_element_type_id", 33], ["label", "Guest Text"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 5]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 33], ["content_element_type_id", 33], ["label", "Footer Title"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 6]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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", 33], ["content_element_type_id", 33], ["label", "Footer Text"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 7]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 33], ["content_element_type_id", 33], ["label", "Metadata title"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 8]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 33], ["content_element_type_id", 33], ["label", "Metadata description"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 9]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 33], ["content_element_type_id", 33], ["label", "Metadata keywords"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 10]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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", 33], ["content_element_type_id", 36], ["label", "Call to Action Button"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["sort_order", 11]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 33], ["name", "Main Content"], ["sort_order", 12]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 33], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::Post Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["slug", "welcome"]] + SQL (0.4ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.9ms) commit transaction + Pulitzer::Version Load (0.3ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 33], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + 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", 41], ["post_type_content_element_type_id", 89], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.8ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + 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", "Hero Title 2"], ["version_id", 41], ["post_type_content_element_type_id", 90], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (1.1ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + 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", 41], ["post_type_content_element_type_id", 91], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.8ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + 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", "Guest Title"], ["version_id", 41], ["post_type_content_element_type_id", 92], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (2.0ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + SQL (1.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", 41], ["post_type_content_element_type_id", 93], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (21.1ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + 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", "Footer Title"], ["version_id", 41], ["post_type_content_element_type_id", 94], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.9ms) commit transaction + Pulitzer::Version Load (0.4ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 33], ["status", 0], ["LIMIT", 1]] +  (0.2ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + 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", "Footer Text"], ["version_id", 41], ["post_type_content_element_type_id", 95], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.8ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + 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", "Metadata title"], ["version_id", 41], ["post_type_content_element_type_id", 96], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (1.8ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.3ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + SQL (0.7ms) 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", 41], ["post_type_content_element_type_id", 97], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.7ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + 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", "Metadata keywords"], ["version_id", 41], ["post_type_content_element_type_id", 98], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.7ms) commit transaction + Pulitzer::Version Load (0.3ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 33], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 41], ["post_type_content_element_type_id", 99], ["content_element_type_id", 36], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.8ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 41], ["free_form_section_type_id", 17], ["name", "Main Content"]] +  (0.7ms) commit transaction + 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", 33], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 41], ["free_form_section_type_id", 18], ["name", "Handpicked Homes"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 34], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 34], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 35], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["slug", "ski-jump-competition"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 35], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 36], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.5ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 36], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.9ms) commit transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 33], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 33], ["status", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 41]] +  (0.8ms) commit transaction + 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", 41], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]] +  (0.8ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.3ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fce31e1c1c8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/41>> +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 33], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 41]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::PostTypeContentElementType Load (0.5ms) 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", 89], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 89], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (1.2ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 188]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 90], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 90], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 189]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.2ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 91], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.6ms) 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", 91], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 190]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 92], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 92], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 191]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 93], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 93], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.7ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 192]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (2.3ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.3ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 94], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", "Footer Title"], ["post_type_content_element_type_id", 94], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 193]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (1.3ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 95], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 95], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 194]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::PostTypeContentElementType Load (1.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", 96], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 96], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.4ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 195]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::PostTypeContentElementType Load (0.4ms) 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", 97], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (1.4ms) 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", 97], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (1.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 196]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 98], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", "Metadata keywords"], ["post_type_content_element_type_id", 98], ["content_element_type_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 197]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 99], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", "Call to Action Button"], ["post_type_content_element_type_id", 99], ["content_element_type_id", 36], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 198]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (1.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 41]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 17], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 33]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 45], ["id", 35]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 18], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] 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", 34]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 45], ["id", 36]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 41]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] SQL (0.4ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 45]] +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] Performed Pulitzer::CloneVersionJob from Inline(default) in 206.68ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 93b5bdd6-990a-4a09-85ee-e073d880a69b) to Inline(default) with arguments: #<GlobalID:0x007fce3353da28 @uri=#<URI::GID gid://dummy/Pulitzer::Version/41>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 45], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 33], ["status", 1], ["LIMIT", 1]] + 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", 41]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 177]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 178]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 179]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 180]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 181]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 182]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 183]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 184]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 185]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 186]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 187]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 9], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.9ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 9], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 37]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 37]] + 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", 37], ["content_element_type_id", 36], ["label", "Action Button"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/100/edit" for 127.0.0.1 at 2017-06-05 11:08:29 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#edit as HTML + Parameters: {"id"=>"100"} + 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", 100], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (33.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (40.3ms) +Completed 200 OK in 48ms (Views: 44.0ms | ActiveRecord: 0.7ms) + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=any&post_type_content_element_type%5Bcontent_element_type_id%5D=36&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=37" for 127.0.0.1 at 2017-06-05 11:08:29 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"any", "content_element_type_id"=>"36", "label"=>"Action Button 2", "post_type_id"=>"37"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 37]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 37]] + SQL (0.1ms) 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", 37], ["content_element_type_id", 36], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 37]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.0ms) +Completed 200 OK in 28ms (Views: 13.7ms | ActiveRecord: 0.9ms) + Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F9&post_type_content_element_type%5Bcontent_element_type_id%5D=36&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=37" for 127.0.0.1 at 2017-06-05 11:08:29 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/9", "content_element_type_id"=>"36", "label"=>"Action Button 2", "post_type_id"=>"37"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 37]] + 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", 37]] + SQL (0.7ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 37], ["content_element_type_id", 36], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["sort_order", 1], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/9"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 37]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.4ms) +Completed 200 OK in 26ms (Views: 12.8ms | ActiveRecord: 1.5ms) + Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.2ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=url&post_type_content_element_type%5Bcontent_element_type_id%5D=36&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=37" for 127.0.0.1 at 2017-06-05 11:08:29 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"url", "content_element_type_id"=>"36", "label"=>"Action Button 2", "post_type_id"=>"37"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 37]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 37]] + 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", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 37], ["content_element_type_id", 36], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["sort_order", 1], ["clickable_kind", "url"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 37]] + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.7ms) +Completed 200 OK in 21ms (Views: 12.2ms | ActiveRecord: 0.9ms) + Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 37]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 37]] + SQL (0.1ms) 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", 37], ["content_element_type_id", 36], ["label", "Action Button"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["updated_at", 2017-06-05 17:08:29 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/9"], ["id", 100]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/100" for 127.0.0.1 at 2017-06-05 11:08:29 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#show as HTML + Parameters: {"id"=>"100"} + 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", 100], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (5.6ms) +Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.4ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 37]] + 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", 37]] + 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", 37], ["content_element_type_id", 36], ["label", "Action Button"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["updated_at", 2017-06-05 17:08:29 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/9"], ["id", 100]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/post_type_content_element_types/100?post_type_content_element_type%5Bclickable_kind%5D=url&post_type_content_element_type%5Bcontent_element_type_id%5D=36&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=37" for 127.0.0.1 at 2017-06-05 11:08:30 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#update as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"url", "content_element_type_id"=>"36", "label"=>"Action Button 2", "post_type_id"=>"37"}, "id"=>"100"} + Pulitzer::PostTypeContentElementType Load (0.4ms) 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", 100], ["LIMIT", 1]] +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "clickable_kind" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["label", "Action Button 2"], ["clickable_kind", "url"], ["updated_at", 2017-06-05 17:08:30 UTC], ["id", 100]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 37]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 37], ["status", 0]] + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.9ms) +Completed 200 OK in 28ms (Views: 9.4ms | ActiveRecord: 1.4ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:08:30 UTC], ["updated_at", 2017-06-05 17:08:30 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 37]] + 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", 37]] + SQL (0.1ms) 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", 37], ["content_element_type_id", 36], ["label", "Action Button"], ["created_at", 2017-06-05 17:08:30 UTC], ["updated_at", 2017-06-05 17:08:30 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/post_type_content_element_types/100" for 127.0.0.1 at 2017-06-05 11:08:30 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#destroy as HTML + Parameters: {"id"=>"100"} + 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", 100], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 100]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 37]] +Completed 200 OK in 6ms (ActiveRecord: 0.5ms) + 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", 100], ["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (0.9ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.8ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (0.8ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.8ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (0.7ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (0.8ms) delete from pulitzer_custom_options; +  (0.2ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (0.9ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.7ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.7ms) delete from pulitzer_justification_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.8ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.8ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (0.8ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (0.8ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.7ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.8ms) delete from pulitzer_post_types; +  (0.2ms) TRUNCATE TABLE pulitzer_posts; +  (0.9ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.7ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (0.7ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.8ms) delete from pulitzer_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_versions; +  (1.3ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (0.8ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.8ms) delete from ar_internal_metadata; +  (0.3ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["plural", true]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (1.0ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (1.0ms) commit transaction +  (0.0ms) begin transaction + 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", 37]] + 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", 37]] + 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", 37], ["content_element_type_id", 37], ["label", "Hero Title 1"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 1]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 37], ["content_element_type_id", 37], ["label", "Hero Title 2"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 37], ["content_element_type_id", 37], ["label", "Hero Title 3"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 3]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 37], ["content_element_type_id", 37], ["label", "Guest Title"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 4]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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", 37], ["content_element_type_id", 37], ["label", "Guest Text"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 5]] +  (0.7ms) commit transaction +  (0.2ms) begin transaction + 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", 37], ["content_element_type_id", 37], ["label", "Footer Title"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 6]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 37], ["content_element_type_id", 37], ["label", "Footer Text"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 7]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 37], ["content_element_type_id", 37], ["label", "Metadata title"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 8]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 37], ["content_element_type_id", 37], ["label", "Metadata description"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 9]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.7ms) 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", 37], ["content_element_type_id", 37], ["label", "Metadata keywords"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 10]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 37], ["content_element_type_id", 40], ["label", "Call to Action Button"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 11]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 37], ["name", "Main Content"], ["sort_order", 12]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 37], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["slug", "welcome"]] + SQL (0.4ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (1.6ms) commit transaction + Pulitzer::Version Load (0.3ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + SQL (0.7ms) 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", 46], ["post_type_content_element_type_id", 100], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.8ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + 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", 46], ["post_type_content_element_type_id", 101], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (1.0ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + 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 3"], ["version_id", 46], ["post_type_content_element_type_id", 102], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.8ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + 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", "Guest Title"], ["version_id", 46], ["post_type_content_element_type_id", 103], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (1.5ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.6ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + 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", 46], ["post_type_content_element_type_id", 104], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.8ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + 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", "Footer Title"], ["version_id", 46], ["post_type_content_element_type_id", 105], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (1.5ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + 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", "Footer Text"], ["version_id", 46], ["post_type_content_element_type_id", 106], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.8ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + 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", 46], ["post_type_content_element_type_id", 107], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.7ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + 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", 46], ["post_type_content_element_type_id", 108], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.7ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + 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", 46], ["post_type_content_element_type_id", 109], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.8ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]] + SQL (1.0ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Call to Action Button"], ["version_id", 46], ["post_type_content_element_type_id", 110], ["content_element_type_id", 40], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (1.3ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.7ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 46], ["free_form_section_type_id", 19], ["name", "Main Content"]] +  (0.8ms) commit transaction + 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", 37], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 46], ["free_form_section_type_id", 20], ["name", "Handpicked Homes"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["plural", true]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Complete Guide to Breckenridge"], ["post_type_id", 38], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 38], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::Post Exists (0.3ms) 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 39], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["slug", "ski-jump-competition"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 39], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["plural", true]] +  (2.2ms) commit transaction +  (0.1ms) begin transaction + Pulitzer::Post Exists (0.3ms) 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.5ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 40], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 40], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (1.0ms) commit transaction + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 37], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 37], ["status", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 46]] +  (0.7ms) commit transaction + Pulitzer::Tag Load (0.3ms) 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", 46], ["label_type", "Pulitzer::Tag"]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]] +  (0.7ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 46], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fc6724dc688 @uri=#<URI::GID gid://dummy/Pulitzer::Version/46>> +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 37], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 46]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 100], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 100], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 210]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 101], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 101], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 211]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 102], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 102], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 212]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (1.5ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 103], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 103], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 213]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 104], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 104], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 214]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 105], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 105], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 215]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 106], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 106], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 216]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 107], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 107], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 217]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 108], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 108], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.7ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 218]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 109], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 109], ["content_element_type_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 219]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 110], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", "Call to Action Button"], ["post_type_content_element_type_id", 110], ["content_element_type_id", 40], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 220]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::FreeFormSection Load (0.8ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 46]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 19], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 37]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 50], ["id", 39]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 20], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] 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", 38]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 50], ["id", 40]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 46]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 50]] +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0]  (0.6ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] Performed Pulitzer::CloneVersionJob from Inline(default) in 155.46ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 6320394c-5915-448c-85ee-8ae6d61d85c0) to Inline(default) with arguments: #<GlobalID:0x007fc66f487320 @uri=#<URI::GID gid://dummy/Pulitzer::Version/46>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 50], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 37], ["status", 1], ["LIMIT", 1]] + 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", 46]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 199]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 200]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 201]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 202]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 203]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 204]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 205]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 206]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 207]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 208]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 209]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 10], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 10], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.6ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.3ms) SAVEPOINT active_record_1 + 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", 41]] + 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", 41]] + SQL (1.1ms) 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", 41], ["content_element_type_id", 40], ["label", "Action Button"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/111/edit" for 127.0.0.1 at 2017-06-05 11:09:25 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#edit as HTML + Parameters: {"id"=>"111"} + 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", 111], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (48.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (55.0ms) +Completed 200 OK in 66ms (Views: 61.4ms | ActiveRecord: 1.0ms) + Pulitzer::CustomOptionList Load (0.2ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=any&post_type_content_element_type%5Bcontent_element_type_id%5D=40&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=41" for 127.0.0.1 at 2017-06-05 11:09:25 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"any", "content_element_type_id"=>"40", "label"=>"Action Button 2", "post_type_id"=>"41"}} + Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +  (0.2ms) SAVEPOINT active_record_1 + 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", 41]] + 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", 41]] + SQL (0.1ms) 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", 41], ["content_element_type_id", 40], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 41]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.1ms) +Completed 200 OK in 29ms (Views: 11.3ms | ActiveRecord: 1.1ms) + Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.6ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F10&post_type_content_element_type%5Bcontent_element_type_id%5D=40&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=41" for 127.0.0.1 at 2017-06-05 11:09:25 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/10", "content_element_type_id"=>"40", "label"=>"Action Button 2", "post_type_id"=>"41"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 41]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 41]] + SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 41], ["content_element_type_id", 40], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["sort_order", 1], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/10"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 41]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.9ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.0ms) +Completed 200 OK in 19ms (Views: 10.0ms | ActiveRecord: 0.8ms) + Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=url&post_type_content_element_type%5Bcontent_element_type_id%5D=40&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=41" for 127.0.0.1 at 2017-06-05 11:09:25 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"url", "content_element_type_id"=>"40", "label"=>"Action Button 2", "post_type_id"=>"41"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 41]] + 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", 41]] + 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", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 41], ["content_element_type_id", 40], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["sort_order", 1], ["clickable_kind", "url"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 41]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.3ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.7ms) +Completed 200 OK in 18ms (Views: 7.9ms | ActiveRecord: 0.6ms) + Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 41]] + 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", 41]] + SQL (0.1ms) 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", 41], ["content_element_type_id", 40], ["label", "Action Button"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["sort_order", 1]] +  (0.6ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["updated_at", 2017-06-05 17:09:25 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/10"], ["id", 111]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/111" for 127.0.0.1 at 2017-06-05 11:09:25 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#show as HTML + Parameters: {"id"=>"111"} + 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", 111], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (5.2ms) +Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.4ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.9ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 41]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 41]] + 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", 41], ["content_element_type_id", 40], ["label", "Action Button"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.2ms) UPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["updated_at", 2017-06-05 17:09:25 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/10"], ["id", 111]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/post_type_content_element_types/111?post_type_content_element_type%5Bclickable_kind%5D=url&post_type_content_element_type%5Bcontent_element_type_id%5D=40&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=41" for 127.0.0.1 at 2017-06-05 11:09:25 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#update as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"url", "content_element_type_id"=>"40", "label"=>"Action Button 2", "post_type_id"=>"41"}, "id"=>"111"} + 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", 111], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "clickable_kind" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["label", "Action Button 2"], ["clickable_kind", "url"], ["updated_at", 2017-06-05 17:09:25 UTC], ["id", 111]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 41]] + Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 41], ["status", 0]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.3ms) +Completed 200 OK in 19ms (Views: 6.2ms | ActiveRecord: 0.8ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 41]] + 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", 41]] + SQL (0.1ms) 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", 41], ["content_element_type_id", 40], ["label", "Action Button"], ["created_at", 2017-06-05 17:09:25 UTC], ["updated_at", 2017-06-05 17:09:25 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/post_type_content_element_types/111" for 127.0.0.1 at 2017-06-05 11:09:25 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#destroy as HTML + Parameters: {"id"=>"111"} + 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", 111], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 111]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 41]] +Completed 200 OK in 10ms (ActiveRecord: 1.1ms) + 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", 111], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles; +  (1.1ms) delete from pulitzer_arrangement_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_background_styles; +  (0.9ms) delete from pulitzer_background_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types; +  (0.8ms) delete from pulitzer_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_content_elements; +  (0.7ms) delete from pulitzer_content_elements; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_option_lists; +  (0.7ms) delete from pulitzer_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_custom_options; +  (0.9ms) delete from pulitzer_custom_options; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types; +  (0.8ms) delete from pulitzer_free_form_section_types; +  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections; +  (0.8ms) delete from pulitzer_free_form_sections; +  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles; +  (0.9ms) delete from pulitzer_justification_styles; +  (0.2ms) TRUNCATE TABLE pulitzer_partial_types; +  (0.9ms) delete from pulitzer_partial_types; +  (0.1ms) TRUNCATE TABLE pulitzer_partials; +  (0.7ms) delete from pulitzer_partials; +  (0.1ms) TRUNCATE TABLE pulitzer_post_tags; +  (0.7ms) delete from pulitzer_post_tags; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists; +  (1.0ms) delete from pulitzer_post_type_content_element_type_custom_option_lists; +  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types; +  (0.8ms) delete from pulitzer_post_type_content_element_types; +  (0.1ms) TRUNCATE TABLE pulitzer_post_types; +  (0.9ms) delete from pulitzer_post_types; +  (0.1ms) TRUNCATE TABLE pulitzer_posts; +  (0.9ms) delete from pulitzer_posts; +  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles; +  (0.7ms) delete from pulitzer_sequence_flow_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_styles; +  (0.7ms) delete from pulitzer_styles; +  (0.1ms) TRUNCATE TABLE pulitzer_tags; +  (0.7ms) delete from pulitzer_tags; +  (0.2ms) TRUNCATE TABLE pulitzer_versions; +  (0.8ms) delete from pulitzer_versions; +  (0.1ms) TRUNCATE TABLE schema_migrations; +  (0.8ms) delete from schema_migrations; +  (0.1ms) TRUNCATE TABLE ar_internal_metadata; +  (0.7ms) delete from ar_internal_metadata; +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clickable"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 41]] + Pulitzer::FreeFormSectionType Load (0.2ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 41]] + 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", 41], ["content_element_type_id", 41], ["label", "Hero Title 1"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 1]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 41], ["content_element_type_id", 41], ["label", "Hero Title 2"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 2]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 41], ["content_element_type_id", 41], ["label", "Hero Title 3"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 3]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 41], ["content_element_type_id", 41], ["label", "Guest Title"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 4]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 41], ["content_element_type_id", 41], ["label", "Guest Text"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 5]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 41], ["content_element_type_id", 41], ["label", "Footer Title"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 6]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.7ms) 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", 41], ["content_element_type_id", 41], ["label", "Footer Text"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 7]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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", 41], ["content_element_type_id", 41], ["label", "Metadata title"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 8]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 41], ["content_element_type_id", 41], ["label", "Metadata description"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 9]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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", 41], ["content_element_type_id", 41], ["label", "Metadata keywords"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 10]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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", 41], ["content_element_type_id", 44], ["label", "Call to Action Button"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["sort_order", 11]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 41], ["name", "Main Content"], ["sort_order", 12]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 41], ["name", "Handpicked Homes"], ["sort_order", 13]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["slug", "welcome"]] + SQL (0.3ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (1.5ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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 1"], ["version_id", 51], ["post_type_content_element_type_id", 111], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (1.1ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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", 51], ["post_type_content_element_type_id", 112], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.7ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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", 51], ["post_type_content_element_type_id", 113], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.8ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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", 51], ["post_type_content_element_type_id", 114], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.8ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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", 51], ["post_type_content_element_type_id", 115], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.9ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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", 51], ["post_type_content_element_type_id", 116], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.8ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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", 51], ["post_type_content_element_type_id", 117], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (1.0ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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", 51], ["post_type_content_element_type_id", 118], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.8ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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", 51], ["post_type_content_element_type_id", 119], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.9ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + 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", 51], ["post_type_content_element_type_id", 120], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.8ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 44], ["LIMIT", 1]] + 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", "Call to Action Button"], ["version_id", 51], ["post_type_content_element_type_id", 121], ["content_element_type_id", 44], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.7ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 51], ["free_form_section_type_id", 21], ["name", "Main Content"]] +  (0.9ms) commit transaction + 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", 41], ["status", 0], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 51], ["free_form_section_type_id", 22], ["name", "Handpicked Homes"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]] + 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", 42], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["slug", "complete-guide-to-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 42], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]] + SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 43], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["slug", "ski-jump-competition"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 43], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]] + SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 44], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["slug", "why-visit-breckenridge"]] + SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 44], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.8ms) commit transaction + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]] + 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", 41], ["status", 0], ["LIMIT", 1]] + Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 41], ["status", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 51]] +  (0.7ms) commit transaction + 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", 51], ["label_type", "Pulitzer::Tag"]] +  (0.0ms) begin transaction + SQL (0.5ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]] +  (0.9ms) commit transaction +[ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 51], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb19098ae60 @uri=#<URI::GID gid://dummy/Pulitzer::Version/51>> +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::CloneVersion !!! +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 41], ["status", 4], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 51]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 111], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 111], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 232]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 112], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 112], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 233]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 113], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 113], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 234]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 114], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 114], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 235]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 115], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 115], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (1.1ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 236]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 116], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 116], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 237]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 117], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 117], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 238]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 118], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 118], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 239]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 119], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 119], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 240]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 120], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 120], ["content_element_type_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (1.0ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 241]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 44], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 121], ["LIMIT", 1]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", "Call to Action Button"], ["post_type_content_element_type_id", 121], ["content_element_type_id", 44], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["image", nil]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 242]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 51]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 21], ["name", "Main Content"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 41]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 55], ["id", 43]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.9ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.1ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 22], ["name", "Handpicked Homes"]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] 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", 42]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 55], ["id", 44]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.8ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 51]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.0ms) begin transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 55]] +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923]  (0.7ms) commit transaction +[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] Performed Pulitzer::CloneVersionJob from Inline(default) in 146.58ms +[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: d240650d-f2d8-4668-b528-ee39b9355923) to Inline(default) with arguments: #<GlobalID:0x007fb18f9e1bf8 @uri=#<URI::GID gid://dummy/Pulitzer::Version/51>> + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 55], ["LIMIT", 1]] + Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 41], ["status", 1], ["LIMIT", 1]] + 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", 51]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 221]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 222]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 223]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 224]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 225]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 226]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 227]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 228]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 229]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 230]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Call to Action Button"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 231]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?) [["name", "Sliders"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + SQL (0.5ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 11], ["display", "Rental Estimate"], ["value", "contactMgmt"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?) [["custom_option_list_id", 11], ["display", "Agent Coterie"], ["value", "contactRealEstate"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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", 45]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 45]] + SQL (0.1ms) 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", 45], ["content_element_type_id", 44], ["label", "Action Button"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/122/edit" for 127.0.0.1 at 2017-06-05 11:28:46 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#edit as HTML + Parameters: {"id"=>"122"} + 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", 122], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (24.7ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (29.4ms) +Completed 200 OK in 36ms (Views: 33.0ms | ActiveRecord: 0.5ms) + Pulitzer::CustomOptionList Load (0.3ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (1.0ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=any&post_type_content_element_type%5Bcontent_element_type_id%5D=44&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=45" for 127.0.0.1 at 2017-06-05 11:28:46 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"any", "content_element_type_id"=>"44", "label"=>"Action Button 2", "post_type_id"=>"45"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 45], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 45]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 45]] + SQL (0.1ms) 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", 45], ["content_element_type_id", 44], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["sort_order", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 45]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 44], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.8ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.9ms) +Completed 200 OK in 19ms (Views: 8.8ms | ActiveRecord: 0.7ms) + Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.5ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=gid%3A%2F%2Fdummy%2FPulitzer%3A%3ACustomOptionList%2F11&post_type_content_element_type%5Bcontent_element_type_id%5D=44&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=45" for 127.0.0.1 at 2017-06-05 11:28:46 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"gid://dummy/Pulitzer::CustomOptionList/11", "content_element_type_id"=>"44", "label"=>"Action Button 2", "post_type_id"=>"45"}} + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 45], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + 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", 45]] + 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", 45]] + 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", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 45], ["content_element_type_id", 44], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["sort_order", 1], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/11"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 45]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 44], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.1ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.4ms) +Completed 200 OK in 21ms (Views: 8.1ms | ActiveRecord: 0.9ms) + Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/pulitzer/post_type_content_element_types?post_type_content_element_type%5Bclickable_kind%5D=url&post_type_content_element_type%5Bcontent_element_type_id%5D=44&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=45" for 127.0.0.1 at 2017-06-05 11:28:46 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#create as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"url", "content_element_type_id"=>"44", "label"=>"Action Button 2", "post_type_id"=>"45"}} + Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 45], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC [["post_type_id", 45]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 45]] + SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?) [["post_type_id", 45], ["content_element_type_id", 44], ["label", "Action Button 2"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["sort_order", 1], ["clickable_kind", "url"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 45]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 44], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.0ms) + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.2ms) +Completed 200 OK in 16ms (Views: 8.2ms | ActiveRecord: 0.7ms) + Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC, "pulitzer_post_type_content_element_types"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.6ms) SAVEPOINT active_record_1 + 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", 45]] + 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", 45]] + 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", 45], ["content_element_type_id", 44], ["label", "Action Button"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["updated_at", 2017-06-05 17:28:46 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/11"], ["id", 122]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/pulitzer/post_type_content_element_types/122" for 127.0.0.1 at 2017-06-05 11:28:46 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#show as HTML + Parameters: {"id"=>"122"} + 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", 122], ["LIMIT", 1]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 44], ["LIMIT", 1]] + Pulitzer::CustomOptionList Load (0.1ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.4ms) +Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.3ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true], ["kind", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 45]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 45]] + 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", 45], ["content_element_type_id", 44], ["label", "Action Button"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["sort_order", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::CustomOptionList Load (0.0ms) SELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ? [["name", "Sliders"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["updated_at", 2017-06-05 17:28:46 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/11"], ["id", 122]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PATCH "/pulitzer/post_type_content_element_types/122?post_type_content_element_type%5Bclickable_kind%5D=url&post_type_content_element_type%5Bcontent_element_type_id%5D=44&post_type_content_element_type%5Blabel%5D=Action+Button+2&post_type_content_element_type%5Bpost_type_id%5D=45" for 127.0.0.1 at 2017-06-05 11:28:46 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#update as HTML + Parameters: {"post_type_content_element_type"=>{"clickable_kind"=>"url", "content_element_type_id"=>"44", "label"=>"Action Button 2", "post_type_id"=>"45"}, "id"=>"122"} + 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", 122], ["LIMIT", 1]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) UPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "clickable_kind" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["label", "Action Button 2"], ["clickable_kind", "url"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 122]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 45], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 45]] + Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" INNER JOIN "pulitzer_free_form_sections" ON "pulitzer_free_form_sections"."id" = "pulitzer_partials"."free_form_section_id" INNER JOIN "pulitzer_versions" ON "pulitzer_versions"."id" = "pulitzer_free_form_sections"."version_id" WHERE "pulitzer_partials"."post_type_id" = ? AND "pulitzer_versions"."status" = ? [["post_type_id", 45], ["status", 0]] + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 44], ["LIMIT", 1]] + Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.4ms) +Completed 200 OK in 17ms (Views: 5.4ms | ActiveRecord: 0.7ms) + 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" = ? LIMIT ? [["id", 122], ["LIMIT", 1]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "Text and Action"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true], ["kind", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Clickable"], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + Pulitzer::PostTypeContentElementType Load (0.0ms) 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", 45]] + Pulitzer::FreeFormSectionType Load (0.0ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 45]] + 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", 45], ["content_element_type_id", 44], ["label", "Action Button"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["sort_order", 1]] +  (0.3ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/pulitzer/post_type_content_element_types/122" for 127.0.0.1 at 2017-06-05 11:28:46 -0600 +Processing by Pulitzer::PostTypeContentElementTypesController#destroy as HTML + Parameters: {"id"=>"122"} + 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", 122], ["LIMIT", 1]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 122]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 45], ["LIMIT", 1]] + Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 45]] +Completed 200 OK in 5ms (ActiveRecord: 0.4ms) + 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", 122], ["LIMIT", 1]] +  (0.6ms) rollback transaction