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 @@
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to CreatePulitzerCustomOption (20170526212313)
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "pulitzer_custom_options" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "custom_option_list_id" integer, "display" varchar, "value" varchar)[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20170526212313"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+Migrating to CreatePulitzerCustomOptionList (20170526212330)
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.3ms)[0m [1m[35mCREATE TABLE "pulitzer_custom_option_lists" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar)[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20170526212330"]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+Migrating to AddLayoutToContentElements (20170530145657)
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mCREATE 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)[0m
+ [1m[35m (0.5ms)[0m [1m[32mINSERT 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"[0m
+ [1m[35m (0.7ms)[0m [1m[35mDROP TABLE "pulitzer_content_elements"[0m
+ [1m[35m (0.2ms)[0m [1m[35mCREATE 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)[0m
+ [1m[35m (0.1ms)[0m [1m[32mINSERT 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"[0m
+ [1m[35m (0.1ms)[0m [1m[35mDROP TABLE "apulitzer_content_elements"[0m
+ [1m[35m (0.2ms)[0m [1m[35mALTER TABLE "pulitzer_content_elements" ADD "layout_id" integer[0m
+ [1m[35m (0.2ms)[0m [1m[35mALTER TABLE "pulitzer_content_elements" ADD "custom_option_id" integer[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20170530145657"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+Migrating to ConvertLayouts (20170530164044)
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.4ms)[0m [1m[35mDROP TABLE "pulitzer_layouts"[0m
+ [1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "pulitzer_styles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_content_element_type_id" integer, "display_name" varchar, "css_class_name" varchar)[0m
+ [1m[36mPulitzer::ContentElementType Load (0.6ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 15:40:29 UTC], ["updated_at", 2017-06-05 15:40:29 UTC]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20170530164044"]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+Migrating to CreatePostTypeCustomOptionList (20170531164349)
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.4ms)[0m [1m[35mCREATE 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)[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20170531164349"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+Migrating to AddClickableTypeToPtcet (20170601195822)
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.4ms)[0m [1m[35mALTER TABLE "pulitzer_post_type_content_element_types" ADD "clickable_kind" varchar DEFAULT 'any' NOT NULL[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20170601195822"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+Migrating to AddStyleToContentElement (20170602204900)
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mCREATE 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)[0m
+ [1m[35m (0.2ms)[0m [1m[32mINSERT 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"[0m
+ [1m[35m (0.4ms)[0m [1m[35mDROP TABLE "pulitzer_content_elements"[0m
+ [1m[35m (0.1ms)[0m [1m[35mCREATE 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)[0m
+ [1m[35m (0.1ms)[0m [1m[32mINSERT 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"[0m
+ [1m[35m (0.1ms)[0m [1m[35mDROP TABLE "apulitzer_content_elements"[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20170602204900"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", :environment], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", 2017-06-05 15:40:29 UTC], ["updated_at", 2017-06-05 15:40:29 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m [1m[34m 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'
+[0m
+ [1m[35m (0.1ms)[0m [1m[34m 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'
+[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["plural", true]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]]
+ [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (12.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.9ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 181], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 181], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 181], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 226], ["free_form_section_type_id", 91], ["name", "Main Content"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 226], ["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 182], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["plural", true]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 183], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC], ["plural", true]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 184], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.3ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 226]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 226], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:36 UTC], ["updated_at", 2017-06-05 15:42:36 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 226]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 912]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 913]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 914]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 915]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 916]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 917]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 918]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 919]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 920]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 921]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 230], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 922]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::FreeFormSection Load (0.3ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 226]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 181]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 230], ["id", 183]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 182]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 230], ["id", 184]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 226]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [07f8cbec-7eae-4a48-afab-5e217648ed3b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 226]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 901]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 902]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 903]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 904]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 905]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 906]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 907]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 908]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 909]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 910]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 15:42:36 UTC], ["id", 911]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 1], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 1], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 181], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 226], ["name", "Main Content"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 181]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["free_form_section_id", 181], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 181], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.3ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 1ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::ArrangementStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.3ms)
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["content_element_type_id", 143], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "remove me"], ["updated_at", 2017-06-05 15:42:37 UTC], ["id", 911]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOption Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ?[0m [["value", "contactMgmt"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 911], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["custom_option_id", 1], ["body", nil], ["updated_at", 2017-06-05 15:42:37 UTC], ["id", 911]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "test sidebar"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.6ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 93], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["name", "edited name"], ["id", 93]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 93], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 93], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["id", 93]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 185]]
+Completed 200 OK in 6ms (ActiveRecord: 0.4ms)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 93], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.3ms)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC[0m [["kind", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ?[0m [["kind", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "Grey"], ["css_class_name", "grey"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "Left"], ["css_class_name", "left"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "Image Right"], ["view_file_name", "image-right"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT 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 (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::JustificationStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 185], ["free_form_section_id", 185], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ?[0m [["post_type_id", 185], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Flock of birds"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Flock of birds"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 185], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Crow"], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 185], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:37 UTC], ["updated_at", 2017-06-05 15:42:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Crow"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 185], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.3ms)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 226]]
+ [1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 901]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 902]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 903]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 904]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 905]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 906]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 907]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 908]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 909]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 910]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 911]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 226]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 181]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 182]]
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 226]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 226]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 230], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 181]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 912]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 913]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 914]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 915]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 916]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 917]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 918]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 919]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 920]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 921]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 922]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 183]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 184]]
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 230]]
+ [1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ?[0m [["id", 181]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+Completed 200 OK in 34ms (Views: 0.3ms | ActiveRecord: 2.2ms)
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "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[0m [["version_id", 230], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (183, 184) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 230]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 91]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 91]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 92]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 92]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 230], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 226]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 923]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 924]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 925]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 926]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 927]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 928]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 929]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 930]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 931]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 932]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 933]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 185]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 186]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 231]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b41c4f95-f288-46ee-8edf-e8e45b8d5cc8] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 230], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 231]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 231]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 91], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 92], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "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[0m [["version_id", 230], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (183, 184) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 230]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 91]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 91]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 92]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 92]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 230]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 230], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 226]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 923]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 924]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 925]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 926]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 927]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 928]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 929]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 930]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 931]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 932]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 933]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 185]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 186]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 231]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c99079e9-e1d2-434b-bccc-4209128d25f9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 231]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 231], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 934]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 935]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 936]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 937]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 938]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 939]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 940]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 941]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 942]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 943]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 944]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 232], ["id", 187]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 232], ["id", 188]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:38 UTC], ["id", 232]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bc88b163-8771-49f9-9b71-9f3226b8e20c] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["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)
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 231], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 230], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 462 WHERE "pulitzer_content_elements"."id" = ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 230], ["required", true]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 230]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 91]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 91]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 92]]
+ [1m[36mPulitzer::PartialType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 462], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 91], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 92], ["LIMIT", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.9ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 1"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 2"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:42:38 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 3"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 4"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:42:38 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 5"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 6"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:42:38 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 7"], ["LIMIT", 1]]
+ [1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 7"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 8"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 9"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 10"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 13"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 14"], ["created_at", 2017-06-05 15:42:38 UTC], ["updated_at", 2017-06-05 15:42:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 15"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 17"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "The north 18"], ["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ?[0m [["name", "The north 18"], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 20"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 22"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 22"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 23"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 23"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 24"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 24"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["parent_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 5ms (ActiveRecord: 0.3ms)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 923]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 924]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 925]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 926]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (1.7ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 927]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 928]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 929]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 930]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 931]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 932]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 933]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 185]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 186]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 231]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 231]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 923]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 924]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 925]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 926]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 927]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 928]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 929]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 930]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 931]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 932]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 933]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 185]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 186]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 231]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "Winterfell news 1"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 93], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 186]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Winterfell news 1"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 185]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 231], ["name", "Winterfell news 1"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 1], ["label", "King's Landing news 1"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 186], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 186]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.5ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 185], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ?[0m [["id", 185]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "test"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 185]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["free_form_section_id", 185], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ?[0m [["partial_id", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 144], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 145], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 146], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 185], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 231]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 144], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 145], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 146], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 231]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "Main Body"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "Side Bar"], ["sort_order", 2]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "Footer List"], ["sort_order", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 231]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Main Body"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 231], ["free_form_section_type_id", 94], ["name", "Side Bar"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 231], ["free_form_section_type_id", 95], ["name", "Footer List"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 231]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "Winterfell news 2"], ["sort_order", 2]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 93], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 186]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Winterfell news 2"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 185]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 231], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 2], ["label", "King's Landing news 2"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 186], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 186]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 231], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 185]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 231], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 185], ["label", "King's Landing news 2"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 231], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 185]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 230], ["free_form_section_type_id", 91], ["name", "Main Content"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 230], ["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 462]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "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[0m [["version_id", 230], ["label", "A New Field for this Post Type"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 934]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 181], ["status", 0]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 230]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 181], ["status", 4]]
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 181], ["status", 0]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 230], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 226]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 923]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 924]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 925]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 926]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 927]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 928]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 929]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 930]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 931]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 932]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 933]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 185]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 186]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 231]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [7ca93bc0-d46b-4be7-bd37-d571fd44a3bb] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 231]]
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 230], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 226]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:39 UTC], ["updated_at", 2017-06-05 15:42:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 923]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 924]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (1.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 925]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 926]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 927]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 928]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 929]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 930]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 931]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 932]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:39 UTC], ["id", 933]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 185]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 186]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 231]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [25ac89d2-a344-4a89-9d49-aa963085c3aa] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 231]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 231], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 934]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 935]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 936]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 937]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 938]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 939]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 940]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 941]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 942]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 943]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 232], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 944]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 232], ["id", 187]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 232], ["id", 188]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 232]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [5ffffd49-f648-482f-8793-ac706f058dab] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 232]]
+ [1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 230], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 226]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (7.9ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 923]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (1.7ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 924]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.5ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 925]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 926]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 927]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 928]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 929]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 930]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 931]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 932]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 933]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 185]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 186]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 231]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4a756342-0b0f-4a6c-b003-eea90eb90cf9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 230]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 230], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 230], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 231]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The North Remembers"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The North Remembers"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The South Forgets"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The South Forgets"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 230], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 181], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 230]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 226]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 181], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 181], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (1.7ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 451], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 923]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (1.5ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 452], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 924]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 453], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 925]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 454], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 926]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 455], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 927]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 456], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 928]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 457], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 929]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 458], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 930]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.5ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 459], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 931]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.7ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.5ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 460], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 932]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 143], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 461], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 231], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 933]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 91], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 183]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 185]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 92], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 184]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 231], ["id", 186]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 230]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 231]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [14367894-1727-4b82-9197-171e6a451f6f] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 231], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.5ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 142], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 901]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (1.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 142], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 901]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.7ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 901], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "sam_and_snow.jpg"], ["content_element_type_id", 141], ["updated_at", 2017-06-05 15:42:40 UTC], ["id", 901]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 141], ["LIMIT", 1]]
+ [1m[35m (1.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "32fbdcea-e5cb-45a9-9fab-76078137a53a"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 185], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 185], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ?[0m [["id", 231]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 185], ["status", 4]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 231]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 231]]
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 231]]
+ [1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 231]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 185], ["status", 4]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 185) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["id", 185], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ?[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 25"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 25"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:40 UTC], ["updated_at", 2017-06-05 15:42:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 181], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 181]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 140], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 26"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "a"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "a"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "A"], ["LIMIT", 1]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 27"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 27"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 28"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 28"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 29"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 29"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 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 ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 185], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 30"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 30"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 31"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 31"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 32"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 32"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 33"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.119879' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 34"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.122808' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 2], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 35"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 35"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 36"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 36"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 37"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.134829' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 38"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 38"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 39"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 39"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 40"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.148182' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 41"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 41"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 42"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 42"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 43"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:42:41.158666' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 44"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 44"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 232]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "Winterfell news 3"], ["sort_order", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 93], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 186]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 186], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 187]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "Winterfell news 4"], ["sort_order", 4]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 93], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 186]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Winterfell news 4"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 231], ["name", "Winterfell news 4"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 4], ["label", "King's Landing news 4"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 186], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 186]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "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'[0m [["version_id", 231]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 93]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 93]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 185], ["post_type_id", 186]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 185], ["name", "Winterfell news 5"], ["sort_order", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 93], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 186]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 185], ["created_at", 2017-06-05 15:42:41 UTC], ["updated_at", 2017-06-05 15:42:41 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 231], ["free_form_section_type_id", 93], ["name", "Winterfell news 5"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 231], ["name", "Winterfell news 5"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 186], ["free_form_section_id", 185], ["sort_order", 5], ["label", "King's Landing news 5"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 186], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 186]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 185], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 231], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 185], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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'[0m [["version_id", 231]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 185]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 93]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 93]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 185], ["post_type_id", 186]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (1.6ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (12.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 1], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 1], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]]
+ [1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.3ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 1], ["free_form_section_type_id", 1], ["name", "Main Content"]]
+ [1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 1], ["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 2], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]]
+ [1m[35m (1.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["plural", true]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 3], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 4], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 1]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:45 UTC], ["updated_at", 2017-06-05 15:57:45 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 13]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 14]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 18]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 19]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 22]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 5], ["id", 3]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 2]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 5], ["id", 4]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [e7cfd0dd-aa08-423d-8946-c6fc64a65aad] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 1]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 2]]
+ [1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 3]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 4]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 5]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 6]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 7]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 8]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 9]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 10]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 15:57:45 UTC], ["id", 11]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.9ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 1], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 1], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 1], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 1], ["name", "Main Content"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["free_form_section_id", 1], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 1], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.3ms)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::BackgroundStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["content_element_type_id", 4], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "remove me"], ["updated_at", 2017-06-05 15:57:46 UTC], ["id", 11]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOption Load (0.4ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ?[0m [["value", "contactMgmt"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.2ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["custom_option_id", 1], ["body", nil], ["updated_at", 2017-06-05 15:57:46 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOption Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "test sidebar"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["name", "edited name"], ["id", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["id", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 5]]
+Completed 200 OK in 6ms (ActiveRecord: 0.3ms)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 22ms (ActiveRecord: 0.3ms)
+ [1m[36mPulitzer::JustificationStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC[0m [["kind", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ?[0m [["kind", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "Grey"], ["css_class_name", "grey"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "Left"], ["css_class_name", "left"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "Image Right"], ["view_file_name", "image-right"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT 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 (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 5]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 5], ["free_form_section_id", 5], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 5]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ?[0m [["post_type_id", 5], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Flock of birds"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Flock of birds"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Crow"], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:46 UTC], ["updated_at", 2017-06-05 15:57:46 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Crow"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 2]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 3]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 4]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 6]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 7]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 8]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 10]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 11]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 2]]
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (1.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 12]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 13]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 14]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 15]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 16]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 17]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 18]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 19]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 20]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 21]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 22]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 3]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 4]]
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+Completed 200 OK in 36ms (Views: 0.2ms | ActiveRecord: 3.0ms)
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 5], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (3, 4) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 1]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 2]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 2]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 5]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 23]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 24]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 25]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 27]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 28]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 29]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 30]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 32]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 33]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [8337a481-1bf7-45da-a87c-87d235151b1b] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 6]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "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[0m [["version_id", 5], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (3, 4) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 1]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 2]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 2]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 23]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 24]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 25]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 27]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 28]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 29]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 30]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 32]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 33]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [23cfc17f-a3f1-4104-85e0-187257479ef7] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 34]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 35]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 36]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 37]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 38]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 39]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 40]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 41]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 42]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 43]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 44]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 7], ["id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 7], ["id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:47 UTC], ["id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d42f11d3-b65f-4a7f-bf56-2cec950f6de3] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["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)
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 12 WHERE "pulitzer_content_elements"."id" = ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 5], ["required", true]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 1]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 2]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
+ [1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 1"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 2"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:57:47 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 3"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 4"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:57:47 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 5"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 6"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 09:57:47 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 7"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 8"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 9"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 10"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 13"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 14"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 15"], ["created_at", 2017-06-05 15:57:47 UTC], ["updated_at", 2017-06-05 15:57:47 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 17"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "The north 18"], ["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ?[0m [["name", "The north 18"], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 20"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 22"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 22"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 23"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 23"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 24"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 24"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["parent_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 6ms (ActiveRecord: 0.4ms)
+ [1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 23]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 24]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 25]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 26]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 27]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 28]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 29]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 30]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 31]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 32]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 33]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 6]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 6]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+ [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 23]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 24]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 25]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 26]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 27]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 28]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 29]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 30]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 31]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 32]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 33]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Winterfell news 1"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 3], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Winterfell news 1"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 5]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 6], ["name", "Winterfell news 1"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 1], ["label", "King's Landing news 1"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 6]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 5], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ?[0m [["id", 5]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "test"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["free_form_section_id", 5], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ?[0m [["partial_id", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 6]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 6]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Main Body"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Side Bar"], ["sort_order", 2]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Footer List"], ["sort_order", 3]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 6]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Main Body"]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 6], ["free_form_section_type_id", 4], ["name", "Side Bar"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 6], ["free_form_section_type_id", 5], ["name", "Footer List"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 6]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Winterfell news 2"], ["sort_order", 2]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 3], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Winterfell news 2"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 5]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 6], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 2], ["label", "King's Landing news 2"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 6]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 6], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 5]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 6], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 5], ["label", "King's Landing news 2"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 6], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 5]]
+ [1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 5], ["free_form_section_type_id", 1], ["name", "Main Content"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 5], ["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 12]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "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[0m [["version_id", 5], ["label", "A New Field for this Post Type"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 34]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 1], ["status", 0]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 5]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 1], ["status", 0]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 5]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 23]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 24]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.7ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 25]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 27]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 28]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 29]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 30]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 32]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 33]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72df5fa2-1664-4061-bc92-e88c8a00774b] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 6]]
+ [1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:48 UTC], ["updated_at", 2017-06-05 15:57:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 23]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 24]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 25]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:48 UTC], ["id", 27]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 28]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 29]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 30]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 32]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 33]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3fb5e693-393f-4728-9458-c4dd7e1654a1] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 34]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 35]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 36]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 37]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 38]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 39]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 40]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 41]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 42]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 43]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 44]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 7], ["id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 7], ["id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [aa3f7b39-a067-45e3-8fdc-32746f7a6979] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 7]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 23]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 24]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 25]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 27]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 28]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 29]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 30]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 32]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 33]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f18b212-f29c-40b1-9608-8aa03f677e84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 6]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The North Remembers"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The North Remembers"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The South Forgets"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The South Forgets"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 1], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 23]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 24]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 25]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 27]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 28]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 29]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 30]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 32]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 33]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 1], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 2], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 4]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 6], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bd0a5316-ebe9-448b-bf47-17ec103ada53] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 3], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 3], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]]
+ [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "sam_and_snow.jpg"], ["content_element_type_id", 2], ["updated_at", 2017-06-05 15:57:49 UTC], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "e78be625-e35d-442f-ac44-0b1c3a714957"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.9ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.4ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ?[0m [["id", 6]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 5], ["status", 4]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 6]]
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 6]]
+ [1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 5], ["status", 4]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 5) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ?[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 25"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 25"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:49 UTC], ["updated_at", 2017-06-05 15:57:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 26"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "a"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "a"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "A"], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 27"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 27"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 28"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 28"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 29"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 29"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 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 ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 30"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 30"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 31"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 31"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 32"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 32"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 33"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.079581' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 34"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.084024' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 2], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 35"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 35"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 36"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 36"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 37"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.102971' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (1.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 38"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 38"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 39"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 39"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 40"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.118308' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 41"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 41"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 42"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 42"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 43"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 15:57:50.131260' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 44"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 44"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 7]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Winterfell news 3"], ["sort_order", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 3], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 6], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 7]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Winterfell news 4"], ["sort_order", 4]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 3], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Version Load (0.5ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Winterfell news 4"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.4ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 6], ["name", "Winterfell news 4"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 4], ["label", "King's Landing news 4"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 6]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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'[0m [["version_id", 6]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 5], ["post_type_id", 6]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Winterfell news 5"], ["sort_order", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 3], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 15:57:50 UTC], ["updated_at", 2017-06-05 15:57:50 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Winterfell news 5"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 6], ["name", "Winterfell news 5"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 6], ["free_form_section_id", 5], ["sort_order", 5], ["label", "King's Landing news 5"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 6]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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'[0m [["version_id", 6]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 5], ["post_type_id", 6]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (1.7ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", true]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]]
+ [1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 5], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]]
+ [1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 6], ["free_form_section_type_id", 3], ["name", "Main Content"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 6], ["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", true]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 6], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 7], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 8], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 6]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:50 UTC], ["updated_at", 2017-06-05 16:04:50 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 34]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 35]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 36]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 37]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 38]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 39]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 40]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 41]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 42]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 43]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 44]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 5]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 10], ["id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 10], ["id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 6]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [38829b4c-054e-4bc4-8ae0-dd51855c68d8] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 23]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 24]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 25]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 26]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 27]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 28]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 29]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 30]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 31]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 32]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:04:50 UTC], ["id", 33]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 2], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 2], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 5], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 6], ["name", "Main Content"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["free_form_section_id", 5], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 5], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.4ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::BackgroundStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["content_element_type_id", 8], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "remove me"], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 33]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOption Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ?[0m [["value", "contactMgmt"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["custom_option_id", 3], ["body", nil], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 33]]
+ [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOption Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "test sidebar"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["name", "edited name"], ["id", 5]]
+ [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["id", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 9]]
+Completed 200 OK in 5ms (ActiveRecord: 0.3ms)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.4ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (21.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 23ms (ActiveRecord: 21.2ms)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC[0m [["kind", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ?[0m [["kind", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "Grey"], ["css_class_name", "grey"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "Left"], ["css_class_name", "left"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "Image Right"], ["view_file_name", "image-right"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT 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 (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 9]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 9], ["free_form_section_id", 9], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ?[0m [["post_type_id", 9], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Flock of birds"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Flock of birds"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Crow"], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Crow"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.4ms)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
+ [1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 23]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 24]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 25]]
+ [1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 26]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 27]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 28]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 29]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 30]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 31]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 32]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 33]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 6]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 5]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 6]]
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 6]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 5]]
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 34]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 35]]
+ [1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 36]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 37]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 38]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 39]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 40]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 41]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 42]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 43]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 44]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 7]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 8]]
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 10]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ?[0m [["id", 5]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+Completed 200 OK in 35ms (Views: 0.2ms | ActiveRecord: 2.3ms)
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "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[0m [["version_id", 10], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (7, 8) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 10]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 4]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 4]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:51 UTC], ["updated_at", 2017-06-05 16:04:51 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 45]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 46]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 47]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 48]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 49]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 50]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 51]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 52]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 53]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 54]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 55]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 9]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2c29592e-b17b-4b84-b8ca-1b118c8fdfe2] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (9.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:04:51 UTC], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 11]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 11]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "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[0m [["version_id", 10], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (7, 8) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 10]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 4]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 4]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 45]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 46]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 47]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 48]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 49]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 50]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 51]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 52]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 53]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 54]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 55]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 9]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b0206bd6-807a-4cad-bd1d-b0023ca33238] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 11], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 56]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 57]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 58]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 59]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 60]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 61]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 62]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 63]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 64]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 65]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 66]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 12], ["id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 12], ["id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ac419de3-f9a1-4f00-95d5-f396848a66dc] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["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)
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 10], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 23 WHERE "pulitzer_content_elements"."id" = ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 10], ["required", true]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 10]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[36mPulitzer::PartialType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 3]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 4]]
+ [1m[36mPulitzer::PartialType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 1"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 2"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:04:52 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 3"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 4"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC], ["hierarchical", true]]
+ [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:04:52 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 5"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 6"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:04:52 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 7"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 8"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 9"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 10"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 13"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 14"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 15"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 17"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "The north 18"], ["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ?[0m [["name", "The north 18"], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 20"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 22"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 22"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 23"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 23"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 24"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 24"], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["parent_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 5ms (ActiveRecord: 0.3ms)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 45]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 46]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 47]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 48]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 49]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 50]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 51]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 52]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 53]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 54]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 55]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 9]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 10]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 11]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:52 UTC], ["updated_at", 2017-06-05 16:04:52 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 45]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 46]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 47]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 48]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:52 UTC], ["id", 49]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 50]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 51]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 52]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 53]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 54]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 55]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 9]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 11]]
+ [1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 45]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 46]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 47]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 48]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 49]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 50]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 51]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 52]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 53]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 54]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 55]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 9]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Winterfell news 1"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 5], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Winterfell news 1"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 9]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 11], ["name", "Winterfell news 1"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 1], ["label", "King's Landing news 1"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 10]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 9], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ?[0m [["id", 9]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "test"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 9]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["free_form_section_id", 9], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ?[0m [["partial_id", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 11]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 11]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Main Body"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Side Bar"], ["sort_order", 2]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Footer List"], ["sort_order", 3]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 11]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Main Body"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 11], ["free_form_section_type_id", 6], ["name", "Side Bar"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 11], ["free_form_section_type_id", 7], ["name", "Footer List"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 11]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Winterfell news 2"], ["sort_order", 2]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 5], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 10]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Winterfell news 2"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 9]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 11], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 2], ["label", "King's Landing news 2"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 10]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 11], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 9]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 11], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 9], ["label", "King's Landing news 2"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 11], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 9]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 10], ["free_form_section_type_id", 3], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 10], ["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 23]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 10], ["label", "A New Field for this Post Type"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 56]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 5], ["status", 0]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 10]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 5], ["status", 4]]
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 5], ["status", 0]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 45]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 46]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 47]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 48]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 49]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 50]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 51]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 52]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 53]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 54]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 55]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 9]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [b9346e3b-a2eb-45b9-a5c2-2e0775090545] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 11]]
+ [1m[35m (63.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 10]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 45]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 46]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 47]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 48]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 49]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 50]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 51]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 52]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 53]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 54]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 55]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 9]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [c0b426a1-d158-4607-8b6c-42e3a4c37a0a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 11], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 56]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 57]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 58]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 59]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 60]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 61]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 62]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 63]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 64]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 65]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 12], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 66]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 12], ["id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 12], ["id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [66d76cdd-1c4e-47ab-821d-1918566753b9] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 12]]
+ [1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:53 UTC], ["updated_at", 2017-06-05 16:04:53 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:53 UTC], ["id", 45]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 46]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 47]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 48]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 49]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 50]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 51]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 52]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 53]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 54]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 55]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 9]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [bb3f0cc9-0a48-473a-a27e-fb5d7c8e733e] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 11]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The North Remembers"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The North Remembers"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The South Forgets"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The South Forgets"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 5], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 6]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 5], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 5], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 45]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 46]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 47]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 48]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 49]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 50]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 51]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 52]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 53]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 54]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 22], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 11], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 55]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 3], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 7]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 9]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 4], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 8]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 11], ["id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [dd87f20c-b567-43a3-b964-eefc29397206] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 7], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 23]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 7], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 23]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "sam_and_snow.jpg"], ["content_element_type_id", 6], ["updated_at", 2017-06-05 16:04:54 UTC], ["id", 23]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "bf4f77d3-913f-4ff0-a304-7fdcb3beaafd"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ?[0m [["id", 11]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 9], ["status", 4]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.4ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 11]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 11]]
+ [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 11]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 11]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 9], ["status", 4]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 9) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ?[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 25"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 25"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 5]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 26"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Load (0.3ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "a"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "a"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "A"], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 27"], ["LIMIT", 1]]
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 27"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 28"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 28"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 29"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 29"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 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 ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 30"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 30"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 31"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 31"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 32"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 32"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 33"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.785574' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 34"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.789413' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 2], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 35"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 35"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 36"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 36"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 37"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.804749' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 38"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 38"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 39"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 39"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 40"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.819622' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 41"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 41"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 42"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 42"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 43"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:04:54.831445' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 44"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 44"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 12]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Winterfell news 3"], ["sort_order", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 5], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 10]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 10], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 11]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Winterfell news 4"], ["sort_order", 4]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 5], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Winterfell news 4"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 11], ["name", "Winterfell news 4"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 4], ["label", "King's Landing news 4"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 10]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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'[0m [["version_id", 11]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 9], ["post_type_id", 10]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Winterfell news 5"], ["sort_order", 5]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 5], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 10]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:04:54 UTC], ["updated_at", 2017-06-05 16:04:54 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Winterfell news 5"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 11], ["name", "Winterfell news 5"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 10], ["free_form_section_id", 9], ["sort_order", 5], ["label", "King's Landing news 5"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 10]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 11], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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'[0m [["version_id", 11]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 9], ["post_type_id", 10]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (1.5ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (1.2ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (2.1ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.6ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.6ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (0.6ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 9], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", 2017-06-05 16:07:02 UTC], ["updated_at", 2017-06-05 16:07:02 UTC]]
+ [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 11], ["free_form_section_type_id", 5], ["name", "Main Content"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 11], ["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 10], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 11], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 12], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 11]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.4ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 11], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:03 UTC], ["updated_at", 2017-06-05 16:07:03 UTC]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 56]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 57]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 58]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 59]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 60]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 61]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 62]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 63]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 64]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 65]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 15], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 66]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 9]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 15], ["id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::Partial Load (0.3ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 10]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (14.2ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 15], ["id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[36mPulitzer::PostTag Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [03ce2650-471c-4323-beed-a5abe590da4f] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 11]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 45]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 46]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 47]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 48]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 49]]
+ [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 50]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 51]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 52]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 53]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 54]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 3], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 3], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 9], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 11], ["name", "Main Content"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 9]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["free_form_section_id", 9], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 9], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.9ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::BackgroundStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["content_element_type_id", 12], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "remove me"], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOption Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ?[0m [["value", "contactMgmt"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 55], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["custom_option_id", 5], ["body", nil], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOption Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ?[0m [["id", 55], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["content_element_type_id", 12], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOption Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ?[0m [["value", "contactMgmt"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["custom_option_id", 5], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 55], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "custom_option_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "http://google.com"], ["custom_option_id", nil], ["updated_at", 2017-06-05 16:07:03 UTC], ["id", 55]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ?[0m [["id", 55], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "test sidebar"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["name", "edited name"], ["id", 7]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["id", 7]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 13]]
+Completed 200 OK in 7ms (ActiveRecord: 0.7ms)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::JustificationStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC[0m [["kind", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ?[0m [["kind", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::JustificationStyle Load (0.3ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "Grey"], ["css_class_name", "grey"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "Left"], ["css_class_name", "left"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "Image Right"], ["view_file_name", "image-right"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT 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 (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 13]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 13], ["free_form_section_id", 13], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::JustificationStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ?[0m [["post_type_id", 13], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Flock of birds"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Flock of birds"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Crow"], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Crow"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (1.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 11]]
+ [1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 45]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 46]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 47]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 48]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 49]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 50]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 51]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 52]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 53]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 54]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 55]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 11]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 9]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 10]]
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 11]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 15]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 15], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 9]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 56]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 57]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 58]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 59]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 60]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 61]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 62]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 63]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 64]]
+ [1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 65]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 66]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 11]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 12]]
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 15]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ?[0m [["id", 9]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+Completed 200 OK in 33ms (Views: 0.2ms | ActiveRecord: 2.2ms)
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 15], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (11, 12) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 15]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 6]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 6]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 15], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.3ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 67]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 68]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 69]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 70]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 71]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 72]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 73]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 74]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 75]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 76]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 77]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (10.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 13]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 14]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9b61ecd0-8a66-491f-9fb7-4181c5dc5cd6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 15], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 16]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 16]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "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[0m [["version_id", 15], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (11, 12) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 15]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 6]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 6]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 15]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 15], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 67]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 68]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 69]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 70]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 71]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 72]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 73]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 74]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 75]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 76]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 77]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 13]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 14]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d97eae00-8206-4829-9b91-ec1cdbbf5d2d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 16]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 16], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:04 UTC], ["updated_at", 2017-06-05 16:07:04 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 78]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 79]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 80]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 81]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 82]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 83]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 84]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 85]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 86]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 87]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 88]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 17], ["id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 17], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:04 UTC], ["id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1416a772-b65a-461e-ac01-ee42450b29cf] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["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)
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 15], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 34 WHERE "pulitzer_content_elements"."id" = ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 15], ["required", true]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 15]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 5]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 6]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
+ [1m[35m (1.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 2"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:07:05 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 3"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 4"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["hierarchical", true]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:07:05 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 5"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 6"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:07:05 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 7"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 8"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 9"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 10"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 13"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 14"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 15"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 17"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "The north 18"], ["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ?[0m [["name", "The north 18"], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 20"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 22"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 22"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 23"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 23"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 24"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 24"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["parent_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 7ms (ActiveRecord: 0.4ms)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 67]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 68]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 69]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 70]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 71]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 72]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 73]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 74]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 75]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 76]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 77]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 13]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 14]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 16]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 16]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 67]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 68]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 69]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 70]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 71]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 72]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 73]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 74]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 75]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 76]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 77]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 13]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 14]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 16]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 16]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 67]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 68]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 69]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 70]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 71]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 72]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 73]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 74]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 75]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 76]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 77]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 13]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 14]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:05 UTC], ["id", 16]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Winterfell news 1"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 7], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 14]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Winterfell news 1"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 13]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 16], ["name", "Winterfell news 1"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 1], ["label", "King's Landing news 1"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 14]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 13], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ?[0m [["id", 13]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "test"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["free_form_section_id", 13], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ?[0m [["partial_id", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 16]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 16]]
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:05 UTC], ["updated_at", 2017-06-05 16:07:05 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Main Body"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Side Bar"], ["sort_order", 2]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Footer List"], ["sort_order", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 16]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Main Body"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 16], ["free_form_section_type_id", 8], ["name", "Side Bar"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 16], ["free_form_section_type_id", 9], ["name", "Footer List"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 16]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Winterfell news 2"], ["sort_order", 2]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 7], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 14]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Winterfell news 2"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 13]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 16], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 2], ["label", "King's Landing news 2"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 14]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 16], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 13]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 16], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.5ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 13], ["label", "King's Landing news 2"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 16], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 13]]
+ [1m[35m (2.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 15], ["free_form_section_type_id", 5], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 15], ["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 34]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 15], ["label", "A New Field for this Post Type"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 78]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 9], ["status", 0]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 15]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 9], ["status", 4]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 9], ["status", 0]]
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 15], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 11]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 67]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 68]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 69]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 70]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 71]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 72]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 73]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 74]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 75]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 76]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 77]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 13]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 14]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [af872b1b-0fae-4af6-a969-636071d93eca] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 16]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 15], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 67]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 68]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 69]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 70]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 71]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 72]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 73]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 74]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 75]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 76]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 77]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 13]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 14]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [1faae933-95fa-4294-8c2a-e8ad499c0a8a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 16], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 78]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 79]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 80]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 81]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 82]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 83]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 84]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 85]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 86]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 87]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 17], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 88]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 17], ["id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 17], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [84745deb-f023-41c9-ba59-a52e4255ede5] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 17]]
+ [1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 15], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 67]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 68]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 69]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 70]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 71]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 72]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 73]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 74]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 75]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 76]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 77]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 13]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 14]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3f38cc1b-03d1-48b2-9e1f-776805751006] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 15], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 16]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The North Remembers"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The North Remembers"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The South Forgets"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The South Forgets"], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 15], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 9], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 11]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 9], ["created_at", 2017-06-05 16:07:06 UTC], ["updated_at", 2017-06-05 16:07:06 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 9], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 23], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 67]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 68]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 69]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 26], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 70]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 27], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 71]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 72]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 73]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 74]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 31], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 75]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 76]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 16], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 77]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 5], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 11]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 13]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 6], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 12]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 16], ["id", 14]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [4bb556c7-5267-45a6-8587-8525b55a61e6] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 11], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 45]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 11], ["updated_at", 2017-06-05 16:07:06 UTC], ["id", 45]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 45], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "sam_and_snow.jpg"], ["content_element_type_id", 10], ["updated_at", 2017-06-05 16:07:07 UTC], ["id", 45]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "c06bd42a-6a87-4ab9-a7e7-a5fad048b256"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ?[0m [["id", 16]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 13], ["status", 4]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 16]]
+ [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 16]]
+ [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 16]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 16]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 13], ["status", 4]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 13) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ?[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 25"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 25"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 9], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 9]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 26"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "a"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "a"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "A"], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 27"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 27"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 28"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 28"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 29"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 29"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 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 ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 30"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 30"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 31"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 31"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 32"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 32"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 33"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.382775' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 34"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.385932' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 2], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 35"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 35"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 36"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 36"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 37"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.398930' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 38"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 38"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 39"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 39"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 40"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.409569' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 41"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 41"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 42"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 42"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 43"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:07:07.419676' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 44"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 44"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 17]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Winterfell news 3"], ["sort_order", 3]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 7], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 14]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 14], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 15]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Winterfell news 4"], ["sort_order", 4]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 7], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 14]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Winterfell news 4"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 16], ["name", "Winterfell news 4"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 4], ["label", "King's Landing news 4"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 14]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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'[0m [["version_id", 16]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[35m (0.3ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 13], ["post_type_id", 14]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Winterfell news 5"], ["sort_order", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 7], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 14]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:07:07 UTC], ["updated_at", 2017-06-05 16:07:07 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Winterfell news 5"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 16], ["name", "Winterfell news 5"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 14], ["free_form_section_id", 13], ["sort_order", 5], ["label", "King's Landing news 5"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 14]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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'[0m [["version_id", 16]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 13], ["post_type_id", 14]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (1.7ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (1.1ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (1.1ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]]
+ [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 13], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]]
+ [1m[35m (1.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 16], ["free_form_section_type_id", 7], ["name", "Main Content"]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 16], ["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 14], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 15], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 16], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 16]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 16], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:33 UTC], ["updated_at", 2017-06-05 16:19:33 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 78]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 79]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 80]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 81]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 82]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 83]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 84]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 85]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 86]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 87]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 20], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 88]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 13]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 20], ["id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 14]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 20], ["id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff88a6ac-efc5-478b-9ead-0dd8ebbbba48] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 16]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 67]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 68]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 69]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 70]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 71]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 72]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 73]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 74]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 75]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 76]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:19:33 UTC], ["id", 77]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 4], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 4], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 13], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 16], ["name", "Main Content"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 13]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["free_form_section_id", 13], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["post_type_id", 13], ["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "Pretty Arrangement"], ["view_file_name", "pretty-arrangement"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" ORDER BY "pulitzer_arrangement_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_arrangement_styles" SET "display_name" = ? WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::ArrangementStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["view_file_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.3ms)
+ [1m[36mPulitzer::ArrangementStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.3ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" ORDER BY "pulitzer_background_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_background_styles" SET "display_name" = ? WHERE "pulitzer_background_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::BackgroundStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::BackgroundStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.4ms)
+ [1m[36mPulitzer::BackgroundStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.5ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["content_element_type_id", 16], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "remove me"], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 77]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOption Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ?[0m [["value", "contactMgmt"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 77], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["custom_option_id", 7], ["body", nil], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 77]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOption Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ?[0m [["id", 77], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["content_element_type_id", 16], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOption Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_options".* FROM "pulitzer_custom_options" WHERE "pulitzer_custom_options"."value" = ? LIMIT ?[0m [["value", "contactMgmt"], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "custom_option_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["custom_option_id", 7], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 77]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 77], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "custom_option_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "http://google.com"], ["custom_option_id", nil], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 77]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? LIMIT ?[0m [["id", 77], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "test sidebar"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.6ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["name", "edited name"], ["id", 9]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["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)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "main content"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["id", 9]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 17]]
+Completed 200 OK in 6ms (ActiveRecord: 0.5ms)
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" ORDER BY "pulitzer_justification_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_justification_styles" SET "display_name" = ? WHERE "pulitzer_justification_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.3ms)
+ [1m[36mPulitzer::JustificationStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? ORDER BY "pulitzer_post_types"."name" ASC[0m [["kind", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ?[0m [["kind", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_background_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "Grey"], ["css_class_name", "grey"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_justification_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "Left"], ["css_class_name", "left"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "Begin Sequence"], ["css_class_name", "begin-sequence"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_arrangement_styles" ("post_type_id", "display_name", "view_file_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "Image Right"], ["view_file_name", "image-right"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT 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 (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::ArrangementStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_arrangement_styles".* FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::JustificationStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.3ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 17], ["free_form_section_id", 17], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::ArrangementStyle Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_arrangement_styles" WHERE "pulitzer_arrangement_styles"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::BackgroundStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_background_styles".* FROM "pulitzer_background_styles" WHERE "pulitzer_background_styles"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::JustificationStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_justification_styles".* FROM "pulitzer_justification_styles" WHERE "pulitzer_justification_styles"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."post_type_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 1], ["label", "test partial"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ?[0m [["post_type_id", 17], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Flock of birds"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Flock of birds"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 17], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Crow"], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? LIMIT ?[0m [["post_type_id", 17], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "crow"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Crow"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 17], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "Pretty Class"], ["css_class_name", "pretty-class"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.2ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" ORDER BY "pulitzer_sequence_flow_styles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_sequence_flow_styles" SET "display_name" = ? WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["display_name", "edited name"], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ 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)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_sequence_flow_styles" ("post_type_id", "display_name", "css_class_name") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["display_name", "White"], ["css_class_name", "white"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.1ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 2ms (ActiveRecord: 0.2ms)
+ [1m[36mPulitzer::SequenceFlowStyle Load (0.0ms)[0m [1m[34mSELECT "pulitzer_sequence_flow_styles".* FROM "pulitzer_sequence_flow_styles" WHERE "pulitzer_sequence_flow_styles"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 16]]
+ [1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 67]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 68]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 69]]
+ [1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 70]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 71]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 72]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 73]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 74]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 75]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 76]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 77]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 16]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 13]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 14]]
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 16]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 16]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 13]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 78]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 79]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 80]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 81]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 82]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 83]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 84]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 85]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 86]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 87]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 88]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35mSQL (0.0ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 15]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ?[0m [["id", 16]]
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 20]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ?[0m [["id", 13]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+Completed 200 OK in 29ms (Views: 0.2ms | ActiveRecord: 1.7ms)
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 20], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (15, 16) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 20]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 8]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 8]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 16]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 89]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 90]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 91]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 92]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 93]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 94]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 95]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 96]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 97]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 98]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 99]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 18]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [3243a0ab-ab66-4ce1-b8eb-0bde882f2c84] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 21]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 21]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "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[0m [["version_id", 20], ["required", true]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" IN (15, 16) ORDER BY "pulitzer_partials"."sort_order" ASC[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 20]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 8]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 8]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 16]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:34 UTC], ["updated_at", 2017-06-05 16:19:34 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 89]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 90]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 91]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 92]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:34 UTC], ["id", 93]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 94]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 95]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 96]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 97]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 98]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 99]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 18]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [2e4da0fd-893b-4c9d-92a6-2d2f54b52804] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 21]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 21], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 100]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 101]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 102]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 103]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 104]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 105]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 106]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 107]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 108]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 109]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 110]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 22], ["id", 19]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 22], ["id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 22]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [67c58e2c-cc41-4d8a-b797-ce73fdeefdae] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["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)
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "required", "sort_order") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 20], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = NULL, "post_type_content_element_type_id" = 45 WHERE "pulitzer_content_elements"."id" = ?[0m [["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"}
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 20], ["required", true]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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')[0m [["version_id", 20]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 7]]
+ [1m[35m (0.2ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 8]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["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)
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 45], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["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)
+ [1m[36mCACHE (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["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)
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 1"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 2"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:19:35 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 3"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 4"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:19:35 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 5"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 6"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Started GET "/pulitzer/tags" for 127.0.0.1 at 2017-06-05 10:19:35 -0600
+Processing by Pulitzer::TagsController#index as HTML
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ? AND "pulitzer_tags"."parent_id" IS NULL[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 7"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 8"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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)
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 9"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 10"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+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"}}
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_tags"[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "awesomesauce"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "awesomesauce"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 13"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 14"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 15"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 17"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "The north 18"], ["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_tags"."id" = ?[0m [["name", "The north 18"], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 20"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "sadpanda"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "sadpanda"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 22"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 22"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? AND ("pulitzer_tags"."id" != ?) LIMIT ?[0m [["name", "sadpanda"], ["id", 2], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ 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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 23"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 23"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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)
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 24"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 24"], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."label_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ?[0m [["parent_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 8ms (ActiveRecord: 0.4ms)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 89]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 90]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 91]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 92]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 93]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 94]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 95]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 96]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 97]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 98]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 99]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 17]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 18]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 21]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 21]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 89]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 90]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 91]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 92]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 93]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 94]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 95]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 96]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 97]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 98]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 99]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 17]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 18]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 21]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 21]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:35 UTC], ["updated_at", 2017-06-05 16:19:35 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+Pulitzer::CloneVersion !!!
+/Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 89]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 90]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 91]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 92]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 93]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 94]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 95]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:35 UTC], ["id", 96]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 97]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 98]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 99]]
+ [1m[35m (0.7ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 17]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 18]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["version_id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Winterfell news 1"], ["sort_order", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 9], ["label", "King's Landing news 1"], ["sort_order", 1], ["post_type_id", 18]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Winterfell news 1"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 17]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 21], ["name", "Winterfell news 1"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.9ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 1], ["label", "King's Landing news 1"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 18]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 17], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ?[0m [["id", 17]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "test"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["free_form_section_id", 17], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ?[0m [["partial_id", 1]]
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "partial_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 21]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 19], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 21]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Main Body"], ["sort_order", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Side Bar"], ["sort_order", 2]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Footer List"], ["sort_order", 3]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "test"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 21]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Main Body"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 21], ["free_form_section_type_id", 10], ["name", "Side Bar"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 21], ["free_form_section_type_id", 11], ["name", "Footer List"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 21]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Winterfell news 2"], ["sort_order", 2]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 9], ["label", "King's Landing news 2"], ["sort_order", 2], ["post_type_id", 18]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Winterfell news 2"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 17]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 21], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 2], ["label", "King's Landing news 2"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 18]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 21], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 17]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 21], ["name", "Winterfell news 2"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."label" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 17], ["label", "King's Landing news 2"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 21], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 17]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 20], ["free_form_section_type_id", 7], ["name", "Main Content"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 20], ["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 45]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "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[0m [["version_id", 20], ["label", "A New Field for this Post Type"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 100]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 13], ["status", 0]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 20]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 13], ["status", 4]]
+ [1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 13], ["status", 0]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 16]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 89]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 90]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 91]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 92]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 93]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 94]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 95]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 96]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 97]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 98]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 99]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 18]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [72110973-727d-4f1f-9638-c45bb225598a] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 21]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 16]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 89]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 90]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.7ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 91]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 92]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 93]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 94]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 95]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 96]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 97]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 98]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 99]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 18]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [9f2427b2-ea15-4b32-bb1b-86fb9f564207] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 21], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 100]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 101]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 102]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 103]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 104]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 105]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 106]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 107]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 108]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 109]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 22], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 110]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 22], ["id", 19]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 22], ["id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 22]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6389385d-cdc0-4e13-9b5f-dfc47b87939d] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 22]]
+ [1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 16]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 89]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 90]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 91]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 92]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 93]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 94]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 95]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 96]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 97]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 98]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 99]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 18]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d1b71ae2-c563-42b3-815d-5b6401cc5c39] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 21]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The North Remembers"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The North Remembers"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The South Forgets"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The South Forgets"], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 13], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 20]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 16]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 13], ["created_at", 2017-06-05 16:19:36 UTC], ["updated_at", 2017-06-05 16:19:36 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 13], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 34], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 89]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 90]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 91]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:36 UTC], ["id", 92]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 38], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 93]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 39], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 94]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 95]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 96]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 42], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 97]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 43], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 98]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 21], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 99]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 7], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 15]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 8], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 16]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 21], ["id", 18]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6148db0f-4175-4a40-82bb-d9405aa3bdea] [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 15], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 67]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 15], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 67]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT ?[0m [["id", 67], ["LIMIT", 1]]
+ [1m[35mSQL (0.8ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "image" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "sam_and_snow.jpg"], ["content_element_type_id", 14], ["updated_at", 2017-06-05 16:19:37 UTC], ["id", 67]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-4"], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "52560392-69a2-42c8-8f39-997a68410c53"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 17], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 17], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 4 WHERE "pulitzer_versions"."id" = ?[0m [["id", 21]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 17], ["status", 4]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 21]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 21]]
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 21]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 21]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 17], ["status", 4]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 17) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? AND ("pulitzer_posts"."id" != ?) LIMIT ?[0m [["slug", "the-new-king-in-the-north"], ["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_posts" SET "title" = ?, "updated_at" = ?, "slug" = ? WHERE "pulitzer_posts"."id" = ?[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 25"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 25"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "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 ?[0m [["post_type_id", 13], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 13]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 26"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "a"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "a"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "A"], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 27"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 27"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 28"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 28"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", true]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 29"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 29"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 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 ?[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["id", 17], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 30"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 30"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 31"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 31"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[36mPulitzer::Tag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."hierarchical" = ?[0m [["hierarchical", false]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 32"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 32"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 33"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.592385' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 34"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.595484' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 2], ["LIMIT", 1]]
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."parent_id" = ? AND "pulitzer_tags"."id" = ? LIMIT ?[0m [["parent_id", 1], ["id", 3], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 35"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 35"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 36"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 36"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 37"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.608994' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 38"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 38"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 39"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 39"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 40"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.622827' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 41"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "hierarchical") VALUES (?, ?, ?, ?)[0m [["name", "The north 41"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["hierarchical", true]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 42"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 42"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 43"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at", "parent_id", "hierarchical") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_tags" SET "updated_at" = '2017-06-05 16:19:37.633815' WHERE "pulitzer_tags"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? LIMIT ?[0m [["name", "The north 44"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 44"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_tags" ("version_id", "label_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 22]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Winterfell news 3"], ["sort_order", 3]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 9], ["label", "King's Landing news 3"], ["sort_order", 3], ["post_type_id", 18]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 18], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 19]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Winterfell news 4"], ["sort_order", 4]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 9], ["label", "King's Landing news 4"], ["sort_order", 4], ["post_type_id", 18]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Winterfell news 4"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 21], ["name", "Winterfell news 4"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 4], ["label", "King's Landing news 4"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 18]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "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'[0m [["version_id", 21]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 9]]
+ [1m[36mPulitzer::PartialType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 9]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 17], ["post_type_id", 18]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Winterfell news 5"], ["sort_order", 5]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC], ["plural", false]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partial_types" ("free_form_section_type_id", "label", "sort_order", "post_type_id") VALUES (?, ?, ?, ?)[0m [["free_form_section_type_id", 9], ["label", "King's Landing news 5"], ["sort_order", 5], ["post_type_id", 18]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:19:37 UTC], ["updated_at", 2017-06-05 16:19:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Winterfell news 5"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ?[0m [["version_id", 21], ["name", "Winterfell news 5"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order", "label") VALUES (?, ?, ?, ?)[0m [["post_type_id", 18], ["free_form_section_id", 17], ["sort_order", 5], ["label", "King's Landing news 5"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 18], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 18]]
+ [1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "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 ?[0m [["version_id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC LIMIT ?[0m [["free_form_section_id", 17], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types"."name" FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "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'[0m [["version_id", 21]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT "pulitzer_partial_types"."label" FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 9]]
+ [1m[36mPulitzer::PartialType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partial_types".* FROM "pulitzer_partial_types" WHERE "pulitzer_partial_types"."free_form_section_type_id" = ? ORDER BY "pulitzer_partial_types"."id" ASC[0m [["free_form_section_type_id", 9]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? AND "pulitzer_partials"."post_type_id" = ?[0m [["free_form_section_id", 17], ["post_type_id", 18]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (1.8ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (1.1ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (1.9ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 17]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 17]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 17], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]]
+ [1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 21], ["free_form_section_type_id", 9], ["name", "Main Content"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 21], ["free_form_section_type_id", 10], ["name", "Handpicked Homes"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 18], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 19], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC], ["plural", true]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 20], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 17], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 21]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 21], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 17], ["created_at", 2017-06-05 16:33:37 UTC], ["updated_at", 2017-06-05 16:33:37 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 17], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 45], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 100]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 46], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 101]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 47], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 102]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 48], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 103]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 49], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:37 UTC], ["id", 104]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 50], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 105]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 51], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 106]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 52], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 107]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 53], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 108]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 54], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 109]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 20], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 55], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 25], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 110]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 9], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 17]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 25], ["id", 19]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 10], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 18]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 25], ["id", 20]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 25]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ff0352f5-9630-4b58-b609-6d539d7cae8d] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 17], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 17], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 21]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 89]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 90]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 91]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 92]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 93]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 94]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 95]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 96]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 97]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 98]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:33:38 UTC], ["id", 99]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 5], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 5], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ?[0m [["name", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 55], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists"[0m
+ 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)
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" ORDER BY "pulitzer_custom_option_lists"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (1.8ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 21]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 21]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 21], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 21], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]]
+ [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 26], ["free_form_section_type_id", 11], ["name", "Main Content"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 26], ["free_form_section_type_id", 12], ["name", "Handpicked Homes"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 22], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 23], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 24], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 21], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 26]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 26], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 21], ["created_at", 2017-06-05 16:58:54 UTC], ["updated_at", 2017-06-05 16:58:54 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 21], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 56], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 122]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 57], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 123]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 58], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 124]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 59], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 125]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 60], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 126]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 61], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.9ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 127]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.7ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 62], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 128]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 63], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 129]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 64], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 130]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 65], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 131]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 24], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 66], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 30], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 132]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 11], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 21]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 30], ["id", 23]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (1.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 12], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 22]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 30], ["id", 24]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 30]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [20619bbd-a7ac-4e0e-a60f-27e0f1ce4313] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 21], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 30], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 21], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 26]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 111]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 112]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:58:54 UTC], ["id", 113]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 114]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 115]]
+ [1m[35m (1.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 116]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 117]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 118]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 119]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 120]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:58:55 UTC], ["id", 121]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 6], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 6], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 25]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 25]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 67], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists"[0m
+ 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)
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (1.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (3.0ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (1.1ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (1.9ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC]]
+ [1m[35m (1.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 16:59:36 UTC], ["updated_at", 2017-06-05 16:59:36 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 25]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 25]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 25], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 25], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]]
+ [1m[35m (1.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 31], ["free_form_section_type_id", 13], ["name", "Main Content"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 31], ["free_form_section_type_id", 14], ["name", "Handpicked Homes"]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 26], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 27], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 28], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 25], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 31]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 31], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 25], ["created_at", 2017-06-05 16:59:37 UTC], ["updated_at", 2017-06-05 16:59:37 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 25], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 67], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 144]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 68], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 145]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 69], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 146]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 70], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 147]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 71], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 148]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 72], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 149]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 73], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 150]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 74], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 151]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 75], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 152]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 76], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 153]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 77], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 35], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 154]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 13], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 25]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 35], ["id", 27]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 14], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 26]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 35], ["id", 28]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 35]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [ed8f7df9-1cd9-4565-bf31-de888a2bf59c] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 25], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 35], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 25], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 31]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 133]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 134]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 135]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 136]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 137]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 138]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (1.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 139]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 140]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 141]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 142]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 16:59:37 UTC], ["id", 143]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 7], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (1.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 7], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 29]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 29]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 78], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists"[0m
+ 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)
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 29]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 29]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 29]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (1.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["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"}}
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 29]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 29]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 29]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 28], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 29]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 29]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 29]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (1.6ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (1.1ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (1.4ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (1.1ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 29]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 29]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 29], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 29], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 29], ["created_at", 2017-06-05 17:07:46 UTC], ["updated_at", 2017-06-05 17:07:46 UTC]]
+ [1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.6ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 36], ["free_form_section_type_id", 15], ["name", "Main Content"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 36], ["free_form_section_type_id", 16], ["name", "Handpicked Homes"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 30], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 31], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (1.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 32], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 29], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 36]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 36], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 29], ["created_at", 2017-06-05 17:07:47 UTC], ["updated_at", 2017-06-05 17:07:47 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.3ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 29], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 36]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 78], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 166]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 79], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 167]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 80], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 168]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 81], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 169]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 82], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 170]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 83], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 171]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 84], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 172]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 85], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 173]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 86], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 174]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 87], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 175]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTypeContentElementType Load (0.5ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 88], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 40], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 176]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 36]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 15], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 29]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 40], ["id", 31]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 16], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 30]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 40], ["id", 32]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 36]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 40]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [963da65e-6c42-411a-9621-ba5d89783e08] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 29], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 29], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 36]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 155]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 156]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 157]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 158]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 159]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 160]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 161]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 162]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 163]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 164]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 17:07:47 UTC], ["id", 165]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 8], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 8], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 89], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists"[0m
+ 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)
+ [1m[36mPulitzer::CustomOptionList Load (0.2ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["updated_at", 2017-06-05 17:07:47 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/8"], ["id", 89]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 89], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 32], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["updated_at", 2017-06-05 17:07:47 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/8"], ["id", 89]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (1.5ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (1.1ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (1.4ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (2.0ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (1.5ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.6ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.6ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.6ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (1.2ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.6ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (2.2ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (1.2ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (1.6ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC], ["plural", true]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 17:08:28 UTC], ["updated_at", 2017-06-05 17:08:28 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 33]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 33]]
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 33], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 33], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.3ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (2.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (1.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (21.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.4ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.3ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 41], ["free_form_section_type_id", 17], ["name", "Main Content"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 41], ["free_form_section_type_id", 18], ["name", "Handpicked Homes"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 34], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 35], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC], ["plural", true]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 36], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 33], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 41]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 41], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 33], ["created_at", 2017-06-05 17:08:29 UTC], ["updated_at", 2017-06-05 17:08:29 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.3ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 33], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 41]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.5ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 89], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 188]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 90], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 189]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 91], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 190]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 92], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 191]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 93], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 192]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (2.3ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 94], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 193]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 95], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 194]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (1.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 96], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 195]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 97], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (1.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 196]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 98], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 197]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 99], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 45], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 198]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (1.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 41]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 17], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 33]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 45], ["id", 35]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 18], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 34]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 45], ["id", 36]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 41]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 45]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [93b5bdd6-990a-4a09-85ee-e073d880a69b] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 33], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 45], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 33], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 41]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 177]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 178]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 179]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 180]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 181]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 182]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 183]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 184]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 185]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 186]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 17:08:29 UTC], ["id", 187]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 9], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.9ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 9], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 100], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists"[0m
+ 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)
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.2ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["updated_at", 2017-06-05 17:08:29 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/9"], ["id", 100]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 100], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 36], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["updated_at", 2017-06-05 17:08:29 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/9"], ["id", 100]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 100], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "clickable_kind" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "Action Button 2"], ["clickable_kind", "url"], ["updated_at", 2017-06-05 17:08:30 UTC], ["id", 100]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 37], ["status", 0]]
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 100], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 100]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 37]]
+Completed 200 OK in 6ms (ActiveRecord: 0.5ms)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 100], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (1.3ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["plural", true]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 37]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 37]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 37], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 37], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]]
+ [1m[35m (1.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.3ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.6ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+ [1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 46], ["free_form_section_type_id", 19], ["name", "Main Content"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 46], ["free_form_section_type_id", 20], ["name", "Handpicked Homes"]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["plural", true]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 38], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 39], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC], ["plural", true]]
+ [1m[35m (2.2ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 40], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 37], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 46]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.3ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 46], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 37], ["created_at", 2017-06-05 17:09:24 UTC], ["updated_at", 2017-06-05 17:09:24 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 37], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 46]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 100], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 210]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 101], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 211]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 102], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 212]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 103], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 213]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 104], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 214]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 105], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 215]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 106], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 216]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 107], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 217]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 108], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 218]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 109], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 219]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 110], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 50], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 220]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::FreeFormSection Load (0.8ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 46]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 19], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 37]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 50], ["id", 39]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 20], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 38]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 50], ["id", 40]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 46]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 50]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [6320394c-5915-448c-85ee-8ae6d61d85c0] [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 37], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 50], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 37], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 46]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 199]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 200]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 201]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 202]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 203]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 204]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 205]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 206]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 207]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 208]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 17:09:24 UTC], ["id", 209]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 10], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 10], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.6ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 111], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists"[0m
+ 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)
+ [1m[36mPulitzer::CustomOptionList Load (0.2ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.0ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.6ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["updated_at", 2017-06-05 17:09:25 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/10"], ["id", 111]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 111], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 40], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.9ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["updated_at", 2017-06-05 17:09:25 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/10"], ["id", 111]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 111], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "clickable_kind" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "Action Button 2"], ["clickable_kind", "url"], ["updated_at", 2017-06-05 17:09:25 UTC], ["id", 111]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 41], ["status", 0]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 111], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 111]]
+ [1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 41]]
+Completed 200 OK in 10ms (ActiveRecord: 1.1ms)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 111], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_arrangement_styles;[0m
+ [1m[35m (1.1ms)[0m [1m[31mdelete from pulitzer_arrangement_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_background_styles;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_background_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_content_elements;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_content_elements;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_option_lists;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_custom_options;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_custom_options;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_section_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_free_form_section_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_free_form_sections;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_free_form_sections;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_justification_styles;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_justification_styles;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partial_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_partial_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_partials;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_partials;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_tags;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_post_tags;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (1.0ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_type_custom_option_lists;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_post_type_content_element_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_post_types;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_post_types;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_posts;[0m
+ [1m[35m (0.9ms)[0m [1m[31mdelete from pulitzer_posts;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_sequence_flow_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_styles;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_styles;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE pulitzer_tags;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from pulitzer_tags;[0m
+ [1m[35m (0.2ms)[0m [1m[35mTRUNCATE TABLE pulitzer_versions;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from pulitzer_versions;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE schema_migrations;[0m
+ [1m[35m (0.8ms)[0m [1m[31mdelete from schema_migrations;[0m
+ [1m[35m (0.1ms)[0m [1m[35mTRUNCATE TABLE ar_internal_metadata;[0m
+ [1m[35m (0.7ms)[0m [1m[31mdelete from ar_internal_metadata;[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Welcome"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Clickable"], ["created_at", 2017-06-05 17:28:45 UTC], ["updated_at", 2017-06-05 17:28:45 UTC]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 41]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 41]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 41], ["name", "Main Content"], ["sort_order", 12]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 41], ["name", "Handpicked Homes"], ["sort_order", 13]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "welcome"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]]
+ [1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 51], ["free_form_section_type_id", 21], ["name", "Main Content"]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?)[0m [["version_id", 51], ["free_form_section_type_id", 22], ["name", "Handpicked Homes"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Guides"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 42], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]]
+ [1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Travel Articles"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true]]
+ [1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "ski-jump-competition"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 43], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "External Articles"], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC], ["plural", true]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 44], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ?[0m [["title", "Welcome"], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 0], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 41], ["status", 1], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 51]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mPulitzer::Tag Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["version_id", 51], ["label_type", "Pulitzer::Tag"]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 41], ["created_at", 2017-06-05 17:28:46 UTC], ["updated_at", 2017-06-05 17:28:46 UTC]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["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] [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 41], ["status", 4], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 51]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 111], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 232]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 112], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 233]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 113], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 234]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 114], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 235]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 115], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 236]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 116], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 237]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 117], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 238]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 118], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 239]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 119], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 240]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 120], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 241]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 121], ["LIMIT", 1]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?)[0m [["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] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 55], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 242]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::FreeFormSection Load (0.2ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 51]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 21], ["name", "Main Content"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 41]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 55], ["id", 43]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?)[0m [["free_form_section_type_id", 22], ["name", "Handpicked Homes"]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 42]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 55], ["id", 44]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[36mPulitzer::PostTag Load (0.2ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 51]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 55]]
+[ActiveJob] [Pulitzer::CloneVersionJob] [d240650d-f2d8-4668-b528-ee39b9355923] [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+[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>>
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 41], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 55], ["LIMIT", 1]]
+ [1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ?[0m [["post_id", 41], ["status", 1], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 51]]
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 1"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 221]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 2"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 222]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Hero Title 3"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 223]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Title"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 224]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Guest Text"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 225]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Title"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 226]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Footer Text"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 227]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata title"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 228]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata description"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 229]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Metadata keywords"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 230]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "Call to Action Button"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 231]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_option_lists" ("name") VALUES (?)[0m [["name", "Sliders"]]
+ [1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 11], ["display", "Rental Estimate"], ["value", "contactMgmt"]]
+ [1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_custom_options" ("custom_option_list_id", "display", "value") VALUES (?, ?, ?)[0m [["custom_option_list_id", 11], ["display", "Agent Coterie"], ["value", "contactRealEstate"]]
+ [1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 122], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Image"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Video"], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists"[0m
+ 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)
+ [1m[36mPulitzer::CustomOptionList Load (0.3ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 45], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["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"}}
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 45], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}}
+ [1m[36mPulitzer::PostType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 45], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order", "clickable_kind") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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"]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["updated_at", 2017-06-05 17:28:46 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/11"], ["id", 122]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 122], ["LIMIT", 1]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 44], ["LIMIT", 1]]
+ [1m[36mPulitzer::CustomOptionList Load (0.1ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."id" = ? LIMIT ?[0m [["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)
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::CustomOptionList Load (0.0ms)[0m [1m[34mSELECT "pulitzer_custom_option_lists".* FROM "pulitzer_custom_option_lists" WHERE "pulitzer_custom_option_lists"."name" = ? LIMIT ?[0m [["name", "Sliders"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "updated_at" = ?, "clickable_kind" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["updated_at", 2017-06-05 17:28:46 UTC], ["clickable_kind", "gid://dummy/Pulitzer::CustomOptionList/11"], ["id", 122]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 122], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "clickable_kind" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "Action Button 2"], ["clickable_kind", "url"], ["updated_at", 2017-06-05 17:28:46 UTC], ["id", 122]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 45], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["post_type_id", 45], ["status", 0]]
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["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)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT ?[0m [["id", 122], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Clickable"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1m[34mSELECT "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[0m [["post_type_id", 45]]
+ [1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 45]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+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"}
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 122], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 122]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 45], ["LIMIT", 1]]
+ [1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 45]]
+Completed 200 OK in 5ms (ActiveRecord: 0.4ms)
+ [1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ?[0m [["id", 122], ["LIMIT", 1]]
+ [1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m