pulitzer 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53737,3 +53737,1216 @@ Pulitzer::CloneVersion !!!
53737
53737
  Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
53738
53738
  Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
53739
53739
   (0.8ms) rollback transaction
53740
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
53741
+  (1.4ms) DELETE FROM "pulitzer_content_element_types";
53742
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53743
+  (0.4ms) DELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';
53744
+  (1.6ms) DELETE FROM "pulitzer_posts";
53745
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53746
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_posts';
53747
+  (1.1ms) DELETE FROM "pulitzer_tags";
53748
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53749
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_tags';
53750
+  (1.1ms) DELETE FROM "pulitzer_post_type_content_element_types";
53751
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53752
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';
53753
+  (1.0ms) DELETE FROM "search_locations";
53754
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53755
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'search_locations';
53756
+  (1.1ms) DELETE FROM "pulitzer_versions";
53757
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53758
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'pulitzer_versions';
53759
+  (1.0ms) DELETE FROM "pulitzer_content_elements";
53760
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53761
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';
53762
+  (1.1ms) DELETE FROM "pulitzer_post_tags";
53763
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53764
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';
53765
+  (1.1ms) DELETE FROM "pulitzer_post_types";
53766
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53767
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_post_types';
53768
+  (0.7ms) DELETE FROM "pulitzer_partials";
53769
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53770
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_partials';
53771
+  (1.1ms) DELETE FROM "pulitzer_free_form_section_types";
53772
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53773
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';
53774
+  (0.9ms) DELETE FROM "pulitzer_free_form_sections";
53775
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53776
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';
53777
+  (0.8ms) DELETE FROM "pulitzer_layouts";
53778
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
53779
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'pulitzer_layouts';
53780
+  (0.1ms) begin transaction
53781
+  (0.0ms) commit transaction
53782
+  (0.0ms) begin transaction
53783
+  (0.1ms) SAVEPOINT active_record_1
53784
+ SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 18:08:22.540373"], ["updated_at", "2016-05-23 18:08:22.540373"]]
53785
+  (0.1ms) RELEASE SAVEPOINT active_record_1
53786
+ Processing by Pulitzer::FreeFormSectionTypesController#new as HTML
53787
+ Parameters: {"post_type_id"=>"1"}
53788
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53789
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53790
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (7.9ms)
53791
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_new.html.erb (31.6ms)
53792
+ Completed 200 OK in 68ms (Views: 43.1ms | ActiveRecord: 0.4ms)
53793
+  (0.4ms) rollback transaction
53794
+  (0.1ms) begin transaction
53795
+  (0.0ms) commit transaction
53796
+  (0.0ms) begin transaction
53797
+  (0.0ms) SAVEPOINT active_record_1
53798
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 18:08:22.624204"], ["updated_at", "2016-05-23 18:08:22.624204"]]
53799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53800
+ Processing by Pulitzer::FreeFormSectionTypesController#create as HTML
53801
+ Parameters: {"free_form_section_type"=>{"post_type_id"=>"1", "name"=>"test sidebar"}}
53802
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53803
+  (0.1ms) SAVEPOINT active_record_1
53804
+ SQL (0.5ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name") VALUES (?, ?) [["post_type_id", 1], ["name", "test sidebar"]]
53805
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53806
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53807
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
53808
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (5.7ms)
53809
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show_wrapper.html.erb (7.7ms)
53810
+ Completed 200 OK in 17ms (Views: 9.6ms | ActiveRecord: 1.0ms)
53811
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT 1
53812
+  (0.5ms) rollback transaction
53813
+  (0.1ms) begin transaction
53814
+  (0.0ms) commit transaction
53815
+  (0.0ms) begin transaction
53816
+  (0.0ms) SAVEPOINT active_record_1
53817
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 18:08:22.649933"], ["updated_at", "2016-05-23 18:08:22.649933"]]
53818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53819
+  (0.0ms) SAVEPOINT active_record_1
53820
+ SQL (0.4ms) INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "main content"], ["post_type_id", 1]]
53821
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53822
+ Processing by Pulitzer::FreeFormSectionTypesController#edit as HTML
53823
+ Parameters: {"id"=>"1"}
53824
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1 [["id", 1]]
53825
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
53826
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (1.2ms)
53827
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form.html.erb (10.3ms)
53828
+ Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.1ms)
53829
+  (0.6ms) rollback transaction
53830
+  (0.1ms) begin transaction
53831
+  (0.0ms) commit transaction
53832
+  (0.0ms) begin transaction
53833
+  (0.0ms) SAVEPOINT active_record_1
53834
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 18:08:22.674645"], ["updated_at", "2016-05-23 18:08:22.674645"]]
53835
+  (0.1ms) RELEASE SAVEPOINT active_record_1
53836
+  (0.0ms) SAVEPOINT active_record_1
53837
+ SQL (0.4ms) INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "main content"], ["post_type_id", 1]]
53838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53839
+ Processing by Pulitzer::FreeFormSectionTypesController#update as HTML
53840
+ Parameters: {"free_form_section_type"=>{"name"=>"edited name"}, "id"=>"1"}
53841
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1 [["id", 1]]
53842
+  (0.1ms) SAVEPOINT active_record_1
53843
+ SQL (0.1ms) UPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ? [["name", "edited name"], ["id", 1]]
53844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53845
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53846
+ Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
53847
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (5.8ms)
53848
+ Completed 200 OK in 11ms (Views: 6.3ms | ActiveRecord: 0.4ms)
53849
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1 [["id", 1]]
53850
+  (0.7ms) rollback transaction
53851
+  (0.1ms) begin transaction
53852
+  (0.0ms) commit transaction
53853
+  (0.0ms) begin transaction
53854
+  (0.0ms) SAVEPOINT active_record_1
53855
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 18:08:22.697288"], ["updated_at", "2016-05-23 18:08:22.697288"]]
53856
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53857
+  (0.1ms) SAVEPOINT active_record_1
53858
+ SQL (0.4ms) INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "main content"], ["post_type_id", 1]]
53859
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53860
+ Processing by Pulitzer::FreeFormSectionTypesController#destroy as HTML
53861
+ Parameters: {"id"=>"1"}
53862
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1 [["id", 1]]
53863
+  (0.1ms) SAVEPOINT active_record_1
53864
+ SQL (0.1ms) DELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? [["id", 1]]
53865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53866
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53867
+ Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
53868
+ Rendered text template (0.0ms)
53869
+ Completed 200 OK in 8ms (Views: 3.6ms | ActiveRecord: 0.4ms)
53870
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1 [["id", 1]]
53871
+  (0.6ms) rollback transaction
53872
+  (0.1ms) begin transaction
53873
+  (0.1ms) commit transaction
53874
+  (0.1ms) begin transaction
53875
+  (0.0ms) SAVEPOINT active_record_1
53876
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 18:08:22.718797"], ["updated_at", "2016-05-23 18:08:22.718797"]]
53877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53878
+  (0.0ms) SAVEPOINT active_record_1
53879
+ SQL (0.4ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
53880
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53881
+ Processing by Pulitzer::PartialsController#new as HTML
53882
+ Parameters: {"partial"=>{"free_form_section_id"=>"1"}}
53883
+ Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
53884
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
53885
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? [["kind", 1]]
53886
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? [["kind", 1]]
53887
+ Pulitzer::Layout Load (0.1ms) SELECT "pulitzer_layouts".* FROM "pulitzer_layouts" WHERE "pulitzer_layouts"."post_type_id" = ? [["post_type_id", 1]]
53888
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_new.html.erb (15.7ms)
53889
+ Completed 200 OK in 37ms (Views: 19.6ms | ActiveRecord: 0.9ms)
53890
+  (0.7ms) rollback transaction
53891
+  (0.1ms) begin transaction
53892
+  (0.0ms) commit transaction
53893
+  (0.0ms) begin transaction
53894
+  (0.0ms) SAVEPOINT active_record_1
53895
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 18:08:22.772564"], ["updated_at", "2016-05-23 18:08:22.772564"]]
53896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53897
+  (0.0ms) SAVEPOINT active_record_1
53898
+ SQL (0.4ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
53899
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53900
+ Processing by Pulitzer::PartialsController#create as HTML
53901
+ Parameters: {"partial"=>{"post_type_id"=>"1", "free_form_section_id"=>"1"}}
53902
+ Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
53903
+  (0.1ms) SAVEPOINT active_record_1
53904
+ Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
53905
+  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 1]]
53906
+ SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 1], ["free_form_section_id", 1], ["sort_order", 1]]
53907
+  (0.1ms) RELEASE SAVEPOINT active_record_1
53908
+ Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53909
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
53910
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
53911
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]]
53912
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (3.0ms)
53913
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (10.1ms)
53914
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show_wrapper.html.erb (11.9ms)
53915
+ Completed 200 OK in 25ms (Views: 13.3ms | ActiveRecord: 0.9ms)
53916
+ Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT 1
53917
+  (0.9ms) rollback transaction
53918
+  (0.1ms) begin transaction
53919
+  (0.1ms) commit transaction
53920
+  (0.0ms) begin transaction
53921
+  (0.0ms) SAVEPOINT active_record_1
53922
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
53923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53924
+  (0.0ms) SAVEPOINT active_record_1
53925
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 18:08:22.810580"], ["updated_at", "2016-05-23 18:08:22.810580"]]
53926
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53927
+  (0.0ms) SAVEPOINT active_record_1
53928
+ Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
53929
+  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 1]]
53930
+ SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 1], ["free_form_section_id", 1], ["sort_order", 1]]
53931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53932
+ Processing by Pulitzer::PartialsController#edit as HTML
53933
+ Parameters: {"id"=>"1"}
53934
+ Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT 1 [["id", 1]]
53935
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53936
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
53937
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
53938
+ Pulitzer::Layout Load (0.1ms) SELECT "pulitzer_layouts".* FROM "pulitzer_layouts" WHERE "pulitzer_layouts"."post_type_id" = ? [["post_type_id", 1]]
53939
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_form.html.erb (14.9ms)
53940
+ Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.3ms)
53941
+  (0.7ms) rollback transaction
53942
+  (0.1ms) begin transaction
53943
+  (0.0ms) commit transaction
53944
+  (0.0ms) begin transaction
53945
+  (0.1ms) SAVEPOINT active_record_1
53946
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Left Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 18:08:22.841407"], ["updated_at", "2016-05-23 18:08:22.841407"]]
53947
+  (0.1ms) RELEASE SAVEPOINT active_record_1
53948
+  (0.0ms) SAVEPOINT active_record_1
53949
+ SQL (0.4ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
53950
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53951
+  (0.0ms) SAVEPOINT active_record_1
53952
+ SQL (0.1ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 18:08:22.845895"], ["updated_at", "2016-05-23 18:08:22.845895"]]
53953
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53954
+  (0.0ms) SAVEPOINT active_record_1
53955
+ Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
53956
+  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 1]]
53957
+ SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 2], ["free_form_section_id", 1], ["sort_order", 1]]
53958
+  (0.2ms) RELEASE SAVEPOINT active_record_1
53959
+ Processing by Pulitzer::PartialsController#update as HTML
53960
+ Parameters: {"partial"=>{"post_type_id"=>"1"}, "id"=>"1"}
53961
+ Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT 1 [["id", 1]]
53962
+  (0.0ms) SAVEPOINT active_record_1
53963
+ SQL (0.1ms) UPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ? [["post_type_id", 1], ["id", 1]]
53964
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53965
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53966
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
53967
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]]
53968
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (1.3ms)
53969
+ Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (5.1ms)
53970
+ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.4ms)
53971
+ Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT 1 [["id", 1]]
53972
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
53973
+  (0.7ms) rollback transaction
53974
+  (0.1ms) begin transaction
53975
+  (0.0ms) commit transaction
53976
+  (0.0ms) begin transaction
53977
+  (0.0ms) SAVEPOINT active_record_1
53978
+ SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:22.874576"], ["updated_at", "2016-05-23 18:08:22.874576"]]
53979
+  (0.1ms) RELEASE SAVEPOINT active_record_1
53980
+  (0.0ms) SAVEPOINT active_record_1
53981
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-1"]]
53982
+ SQL (0.5ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 1"], ["post_type_id", 1], ["slug", "winterfell-news-1"], ["created_at", "2016-05-23 18:08:22.993296"], ["updated_at", "2016-05-23 18:08:22.993296"]]
53983
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:22.996515"], ["updated_at", "2016-05-23 18:08:22.996515"]]
53984
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53985
+  (0.0ms) SAVEPOINT active_record_1
53986
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:22.998686"], ["updated_at", "2016-05-23 18:08:22.998686"]]
53987
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53988
+  (0.0ms) SAVEPOINT active_record_1
53989
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 1' LIMIT 1
53990
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 1"], ["created_at", "2016-05-23 18:08:23.012940"], ["updated_at", "2016-05-23 18:08:23.012940"]]
53991
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53992
+  (0.0ms) SAVEPOINT active_record_1
53993
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.015540"], ["updated_at", "2016-05-23 18:08:23.015540"]]
53994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53995
+  (0.1ms) SAVEPOINT active_record_1
53996
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 2' LIMIT 1
53997
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 2"], ["created_at", "2016-05-23 18:08:23.019124"], ["updated_at", "2016-05-23 18:08:23.019124"]]
53998
+  (0.0ms) RELEASE SAVEPOINT active_record_1
53999
+  (0.0ms) SAVEPOINT active_record_1
54000
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.020728"], ["updated_at", "2016-05-23 18:08:23.020728"]]
54001
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54002
+  (0.0ms) SAVEPOINT active_record_1
54003
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 3' LIMIT 1
54004
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 3"], ["created_at", "2016-05-23 18:08:23.023427"], ["updated_at", "2016-05-23 18:08:23.023427"]]
54005
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54006
+  (0.0ms) SAVEPOINT active_record_1
54007
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.025010"], ["updated_at", "2016-05-23 18:08:23.025010"]]
54008
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54009
+  (0.2ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
54010
+  (0.1ms) SAVEPOINT active_record_1
54011
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 18:08:23.030714"], ["updated_at", "2016-05-23 18:08:23.030714"]]
54012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54013
+ Pulitzer::CloneVersion !!!
54014
+ /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
54015
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
54016
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
54017
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
54018
+  (0.1ms) SAVEPOINT active_record_1
54019
+ SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.015540"], ["updated_at", "2016-05-23 18:08:23.015540"]]
54020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54021
+  (0.1ms) SAVEPOINT active_record_1
54022
+ SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.041417"], ["id", 4]]
54023
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54024
+ Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
54025
+  (0.1ms) SAVEPOINT active_record_1
54026
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 18:08:23.020728"], ["updated_at", "2016-05-23 18:08:23.020728"]]
54027
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54028
+  (0.0ms) SAVEPOINT active_record_1
54029
+ SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.047252"], ["id", 5]]
54030
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54031
+ Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
54032
+  (0.1ms) SAVEPOINT active_record_1
54033
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 18:08:23.025010"], ["updated_at", "2016-05-23 18:08:23.025010"]]
54034
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54035
+  (0.0ms) SAVEPOINT active_record_1
54036
+ SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.052176"], ["id", 6]]
54037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54038
+ Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
54039
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
54040
+  (0.1ms) SAVEPOINT active_record_1
54041
+ SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 18:08:23.057797"], ["id", 3]]
54042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54043
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
54044
+  (1.1ms) rollback transaction
54045
+  (0.1ms) begin transaction
54046
+  (0.0ms) commit transaction
54047
+  (0.0ms) begin transaction
54048
+  (0.0ms) SAVEPOINT active_record_1
54049
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.068089"], ["updated_at", "2016-05-23 18:08:23.068089"]]
54050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54051
+  (0.1ms) SAVEPOINT active_record_1
54052
+ Pulitzer::Post Exists (0.0ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-2"]]
54053
+ SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 2"], ["post_type_id", 1], ["slug", "winterfell-news-2"], ["created_at", "2016-05-23 18:08:23.070809"], ["updated_at", "2016-05-23 18:08:23.070809"]]
54054
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.072822"], ["updated_at", "2016-05-23 18:08:23.072822"]]
54055
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54056
+  (0.0ms) SAVEPOINT active_record_1
54057
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.075224"], ["updated_at", "2016-05-23 18:08:23.075224"]]
54058
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54059
+  (0.1ms) SAVEPOINT active_record_1
54060
+ SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "section A"], ["version_id", 2]]
54061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54062
+  (0.0ms) SAVEPOINT active_record_1
54063
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "section B"], ["version_id", 2]]
54064
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54065
+  (0.0ms) SAVEPOINT active_record_1
54066
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "section C"], ["version_id", 2]]
54067
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54068
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
54069
+  (0.0ms) SAVEPOINT active_record_1
54070
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 18:08:23.082896"], ["updated_at", "2016-05-23 18:08:23.082896"]]
54071
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54072
+ Pulitzer::CloneVersion !!!
54073
+ /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
54074
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
54075
+ Pulitzer::ContentElement Load (0.0ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
54076
+ Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
54077
+  (0.1ms) SAVEPOINT active_record_1
54078
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "section A"]]
54079
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54080
+ Pulitzer::Partial Load (0.4ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 1]]
54081
+  (0.0ms) SAVEPOINT active_record_1
54082
+ SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 3], ["id", 4]]
54083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54084
+  (0.0ms) SAVEPOINT active_record_1
54085
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "section B"]]
54086
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54087
+ Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 2]]
54088
+  (0.1ms) SAVEPOINT active_record_1
54089
+ SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 3], ["id", 5]]
54090
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54091
+  (0.1ms) SAVEPOINT active_record_1
54092
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "section C"]]
54093
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54094
+ Pulitzer::Partial Load (0.0ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 3]]
54095
+  (0.0ms) SAVEPOINT active_record_1
54096
+ SQL (0.1ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 3], ["id", 6]]
54097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54098
+ Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
54099
+  (0.1ms) SAVEPOINT active_record_1
54100
+ SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 18:08:23.100240"], ["id", 3]]
54101
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54102
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 3]]
54103
+  (0.6ms) rollback transaction
54104
+  (0.1ms) begin transaction
54105
+  (0.0ms) commit transaction
54106
+  (0.0ms) begin transaction
54107
+  (0.1ms) SAVEPOINT active_record_1
54108
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.109515"], ["updated_at", "2016-05-23 18:08:23.109515"]]
54109
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54110
+  (0.0ms) SAVEPOINT active_record_1
54111
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-3"]]
54112
+ SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 3"], ["post_type_id", 1], ["slug", "winterfell-news-3"], ["created_at", "2016-05-23 18:08:23.112458"], ["updated_at", "2016-05-23 18:08:23.112458"]]
54113
+ SQL (0.4ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.115037"], ["updated_at", "2016-05-23 18:08:23.115037"]]
54114
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54115
+  (0.1ms) SAVEPOINT active_record_1
54116
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.118632"], ["updated_at", "2016-05-23 18:08:23.118632"]]
54117
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54118
+  (0.1ms) SAVEPOINT active_record_1
54119
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 4' LIMIT 1
54120
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 4"], ["created_at", "2016-05-23 18:08:23.122468"], ["updated_at", "2016-05-23 18:08:23.122468"]]
54121
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54122
+  (0.1ms) SAVEPOINT active_record_1
54123
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.125037"], ["updated_at", "2016-05-23 18:08:23.125037"]]
54124
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54125
+  (0.1ms) SAVEPOINT active_record_1
54126
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 5' LIMIT 1
54127
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 5"], ["created_at", "2016-05-23 18:08:23.130131"], ["updated_at", "2016-05-23 18:08:23.130131"]]
54128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54129
+  (0.0ms) SAVEPOINT active_record_1
54130
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 5"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.131842"], ["updated_at", "2016-05-23 18:08:23.131842"]]
54131
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54132
+  (0.1ms) SAVEPOINT active_record_1
54133
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 6' LIMIT 1
54134
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 6"], ["created_at", "2016-05-23 18:08:23.136467"], ["updated_at", "2016-05-23 18:08:23.136467"]]
54135
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54136
+  (0.0ms) SAVEPOINT active_record_1
54137
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.138579"], ["updated_at", "2016-05-23 18:08:23.138579"]]
54138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54139
+  (0.0ms) SAVEPOINT active_record_1
54140
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 18:08:23.140837"], ["updated_at", "2016-05-23 18:08:23.140837"]]
54141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54142
+ Pulitzer::CloneVersion !!!
54143
+ /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
54144
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
54145
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
54146
+ Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
54147
+  (0.1ms) SAVEPOINT active_record_1
54148
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.125037"], ["updated_at", "2016-05-23 18:08:23.125037"]]
54149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54150
+  (0.1ms) SAVEPOINT active_record_1
54151
+ SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.150740"], ["id", 4]]
54152
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54153
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
54154
+  (0.1ms) SAVEPOINT active_record_1
54155
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 5"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 18:08:23.131842"], ["updated_at", "2016-05-23 18:08:23.131842"]]
54156
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54157
+  (0.0ms) SAVEPOINT active_record_1
54158
+ SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.157364"], ["id", 5]]
54159
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54160
+ Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
54161
+  (0.1ms) SAVEPOINT active_record_1
54162
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 18:08:23.138579"], ["updated_at", "2016-05-23 18:08:23.138579"]]
54163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54164
+  (0.0ms) SAVEPOINT active_record_1
54165
+ SQL (0.0ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.162158"], ["id", 6]]
54166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54167
+ Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
54168
+ Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
54169
+  (0.1ms) SAVEPOINT active_record_1
54170
+ SQL (0.0ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 18:08:23.164533"], ["id", 3]]
54171
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54172
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["version_id", 3]]
54173
+ Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
54174
+  (0.6ms) rollback transaction
54175
+  (0.1ms) begin transaction
54176
+  (0.0ms) commit transaction
54177
+  (0.1ms) begin transaction
54178
+  (0.1ms) SAVEPOINT active_record_1
54179
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.174220"], ["updated_at", "2016-05-23 18:08:23.174220"]]
54180
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54181
+  (0.0ms) SAVEPOINT active_record_1
54182
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 7' LIMIT 1
54183
+ SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 7"], ["created_at", "2016-05-23 18:08:23.180601"], ["updated_at", "2016-05-23 18:08:23.180601"]]
54184
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54185
+  (0.0ms) SAVEPOINT active_record_1
54186
+ SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["content_element_type_id", 1], ["post_type_id", 1], ["created_at", "2016-05-23 18:08:23.183392"], ["updated_at", "2016-05-23 18:08:23.183392"]]
54187
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54188
+  (0.0ms) SAVEPOINT active_record_1
54189
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 8' LIMIT 1
54190
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 8"], ["created_at", "2016-05-23 18:08:23.186180"], ["updated_at", "2016-05-23 18:08:23.186180"]]
54191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54192
+  (0.0ms) SAVEPOINT active_record_1
54193
+ SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2016-05-23 18:08:23.187620"], ["updated_at", "2016-05-23 18:08:23.187620"]]
54194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54195
+  (0.0ms) SAVEPOINT active_record_1
54196
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 9' LIMIT 1
54197
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 9"], ["created_at", "2016-05-23 18:08:23.189770"], ["updated_at", "2016-05-23 18:08:23.189770"]]
54198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54199
+  (0.1ms) SAVEPOINT active_record_1
54200
+ SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2016-05-23 18:08:23.191156"], ["updated_at", "2016-05-23 18:08:23.191156"]]
54201
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54202
+ SQL (0.1ms) UPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ? [["id", 1]]
54203
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]]
54204
+  (0.0ms) SAVEPOINT active_record_1
54205
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "test"]]
54206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54207
+  (0.0ms) SAVEPOINT active_record_1
54208
+ Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
54209
+  (0.0ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 1]]
54210
+ SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 1], ["free_form_section_id", 1], ["sort_order", 1]]
54211
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54212
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? [["partial_id", 1]]
54213
+ Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
54214
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
54215
+  (0.0ms) SAVEPOINT active_record_1
54216
+ Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
54217
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("partial_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["partial_id", 1], ["label", "Slide 1 content element 1"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.203243"], ["updated_at", "2016-05-23 18:08:23.203243"]]
54218
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54219
+  (0.0ms) SAVEPOINT active_record_1
54220
+ Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
54221
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("partial_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["partial_id", 1], ["label", "Slide 1 content element 2"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2016-05-23 18:08:23.206514"], ["updated_at", "2016-05-23 18:08:23.206514"]]
54222
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54223
+  (0.0ms) SAVEPOINT active_record_1
54224
+ Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
54225
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("partial_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["partial_id", 1], ["label", "Slide 1 content element 3"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 3], ["created_at", "2016-05-23 18:08:23.210516"], ["updated_at", "2016-05-23 18:08:23.210516"]]
54226
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54227
+  (0.7ms) rollback transaction
54228
+  (0.1ms) begin transaction
54229
+  (0.1ms) commit transaction
54230
+  (0.0ms) begin transaction
54231
+  (0.0ms) SAVEPOINT active_record_1
54232
+ SQL (0.7ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.216048"], ["updated_at", "2016-05-23 18:08:23.216048"]]
54233
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54234
+  (0.1ms) SAVEPOINT active_record_1
54235
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 10' LIMIT 1
54236
+ SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 10"], ["created_at", "2016-05-23 18:08:23.220141"], ["updated_at", "2016-05-23 18:08:23.220141"]]
54237
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54238
+  (0.1ms) SAVEPOINT active_record_1
54239
+ SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["content_element_type_id", 1], ["post_type_id", 1], ["created_at", "2016-05-23 18:08:23.222439"], ["updated_at", "2016-05-23 18:08:23.222439"]]
54240
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54241
+  (0.0ms) SAVEPOINT active_record_1
54242
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 11' LIMIT 1
54243
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 11"], ["created_at", "2016-05-23 18:08:23.225589"], ["updated_at", "2016-05-23 18:08:23.225589"]]
54244
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54245
+  (0.0ms) SAVEPOINT active_record_1
54246
+ SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 5"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2016-05-23 18:08:23.226957"], ["updated_at", "2016-05-23 18:08:23.226957"]]
54247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54248
+  (0.0ms) SAVEPOINT active_record_1
54249
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 12' LIMIT 1
54250
+ SQL (0.0ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 12"], ["created_at", "2016-05-23 18:08:23.229104"], ["updated_at", "2016-05-23 18:08:23.229104"]]
54251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54252
+  (0.0ms) SAVEPOINT active_record_1
54253
+ SQL (0.1ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2016-05-23 18:08:23.230391"], ["updated_at", "2016-05-23 18:08:23.230391"]]
54254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54255
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]]
54256
+  (0.1ms) SAVEPOINT active_record_1
54257
+ Pulitzer::Post Exists (0.0ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-4"]]
54258
+ SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 4"], ["post_type_id", 1], ["slug", "winterfell-news-4"], ["created_at", "2016-05-23 18:08:23.235941"], ["updated_at", "2016-05-23 18:08:23.235941"]]
54259
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.238204"], ["updated_at", "2016-05-23 18:08:23.238204"]]
54260
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54261
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54262
+  (0.0ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 1]]
54263
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
54264
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54265
+  (0.1ms) SAVEPOINT active_record_1
54266
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
54267
+ SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "Slide 1 content element 4"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.247069"], ["updated_at", "2016-05-23 18:08:23.247069"]]
54268
+  (0.2ms) RELEASE SAVEPOINT active_record_1
54269
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54270
+  (0.1ms) SAVEPOINT active_record_1
54271
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
54272
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "Slide 1 content element 5"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2016-05-23 18:08:23.254310"], ["updated_at", "2016-05-23 18:08:23.254310"]]
54273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54274
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54275
+  (0.0ms) SAVEPOINT active_record_1
54276
+ Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
54277
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "Slide 1 content element 6"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 3], ["created_at", "2016-05-23 18:08:23.258797"], ["updated_at", "2016-05-23 18:08:23.258797"]]
54278
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54279
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]]
54280
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54281
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 1]]
54282
+  (0.6ms) rollback transaction
54283
+  (0.2ms) begin transaction
54284
+  (0.1ms) commit transaction
54285
+  (0.0ms) begin transaction
54286
+  (0.1ms) SAVEPOINT active_record_1
54287
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.268012"], ["updated_at", "2016-05-23 18:08:23.268012"]]
54288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54289
+  (0.0ms) SAVEPOINT active_record_1
54290
+ SQL (0.4ms) INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "Main Body"], ["post_type_id", 1]]
54291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54292
+  (0.0ms) SAVEPOINT active_record_1
54293
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "Side Bar"], ["post_type_id", 1]]
54294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54295
+  (0.0ms) SAVEPOINT active_record_1
54296
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "Footer List"], ["post_type_id", 1]]
54297
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54298
+  (0.0ms) SAVEPOINT active_record_1
54299
+ Pulitzer::Post Exists (0.0ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "test"]]
54300
+ SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "test"], ["post_type_id", 1], ["slug", "test"], ["created_at", "2016-05-23 18:08:23.276760"], ["updated_at", "2016-05-23 18:08:23.276760"]]
54301
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.278551"], ["updated_at", "2016-05-23 18:08:23.278551"]]
54302
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54303
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]]
54304
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54305
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 1]]
54306
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
54307
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
54308
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]]
54309
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54310
+  (0.1ms) SAVEPOINT active_record_1
54311
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "Main Body"], ["version_id", 1]]
54312
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54313
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54314
+  (0.1ms) SAVEPOINT active_record_1
54315
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "Side Bar"], ["version_id", 1]]
54316
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54317
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54318
+  (0.0ms) SAVEPOINT active_record_1
54319
+ SQL (0.1ms) INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "Footer List"], ["version_id", 1]]
54320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54321
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54322
+  (0.0ms) SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 1]]
54323
+  (0.5ms) rollback transaction
54324
+  (0.1ms) begin transaction
54325
+  (0.0ms) commit transaction
54326
+  (0.0ms) begin transaction
54327
+  (0.0ms) SAVEPOINT active_record_1
54328
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.299263"], ["updated_at", "2016-05-23 18:08:23.299263"]]
54329
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54330
+  (0.1ms) SAVEPOINT active_record_1
54331
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-5"]]
54332
+ SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 5"], ["post_type_id", 1], ["slug", "winterfell-news-5"], ["created_at", "2016-05-23 18:08:23.303372"], ["updated_at", "2016-05-23 18:08:23.303372"]]
54333
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.306376"], ["updated_at", "2016-05-23 18:08:23.306376"]]
54334
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54335
+  (0.0ms) SAVEPOINT active_record_1
54336
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.308313"], ["updated_at", "2016-05-23 18:08:23.308313"]]
54337
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54338
+  (0.1ms) SAVEPOINT active_record_1
54339
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 13' LIMIT 1
54340
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 13"], ["created_at", "2016-05-23 18:08:23.311685"], ["updated_at", "2016-05-23 18:08:23.311685"]]
54341
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54342
+  (0.0ms) SAVEPOINT active_record_1
54343
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 7"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.313515"], ["updated_at", "2016-05-23 18:08:23.313515"]]
54344
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54345
+  (0.1ms) SAVEPOINT active_record_1
54346
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 14' LIMIT 1
54347
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 14"], ["created_at", "2016-05-23 18:08:23.317866"], ["updated_at", "2016-05-23 18:08:23.317866"]]
54348
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54349
+  (0.0ms) SAVEPOINT active_record_1
54350
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 8"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.319613"], ["updated_at", "2016-05-23 18:08:23.319613"]]
54351
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54352
+  (0.1ms) SAVEPOINT active_record_1
54353
+ Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 15' LIMIT 1
54354
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 15"], ["created_at", "2016-05-23 18:08:23.323319"], ["updated_at", "2016-05-23 18:08:23.323319"]]
54355
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54356
+  (0.1ms) SAVEPOINT active_record_1
54357
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 9"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.325656"], ["updated_at", "2016-05-23 18:08:23.325656"]]
54358
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54359
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
54360
+  (0.0ms) SAVEPOINT active_record_1
54361
+ SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2016-05-23 18:08:23.328651"], ["id", 2]]
54362
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54363
+  (0.0ms) SAVEPOINT active_record_1
54364
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 18:08:23.330629"], ["updated_at", "2016-05-23 18:08:23.330629"]]
54365
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54366
+ [ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 9d0bd738-fd1b-4d6b-b1e7-a025da378810) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
54367
+ [ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
54368
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
54369
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
54370
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Pulitzer::CloneVersion !!!
54371
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
54372
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
54373
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
54374
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
54375
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.1ms) SAVEPOINT active_record_1
54376
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 7"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.313515"], ["updated_at", "2016-05-23 18:08:23.313515"]]
54377
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.1ms) RELEASE SAVEPOINT active_record_1
54378
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.0ms) SAVEPOINT active_record_1
54379
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.344778"], ["id", 4]]
54380
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.0ms) RELEASE SAVEPOINT active_record_1
54381
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
54382
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.1ms) SAVEPOINT active_record_1
54383
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 8"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 18:08:23.319613"], ["updated_at", "2016-05-23 18:08:23.319613"]]
54384
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.1ms) RELEASE SAVEPOINT active_record_1
54385
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.0ms) SAVEPOINT active_record_1
54386
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.350296"], ["id", 5]]
54387
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.0ms) RELEASE SAVEPOINT active_record_1
54388
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
54389
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.0ms) SAVEPOINT active_record_1
54390
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 9"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 18:08:23.325656"], ["updated_at", "2016-05-23 18:08:23.325656"]]
54391
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.1ms) RELEASE SAVEPOINT active_record_1
54392
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.0ms) SAVEPOINT active_record_1
54393
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] SQL (0.0ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.355244"], ["id", 6]]
54394
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.0ms) RELEASE SAVEPOINT active_record_1
54395
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
54396
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
54397
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.0ms) SAVEPOINT active_record_1
54398
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 18:08:23.357547"], ["id", 3]]
54399
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810]  (0.0ms) RELEASE SAVEPOINT active_record_1
54400
+ [ActiveJob] [Pulitzer::CloneVersionJob] [9d0bd738-fd1b-4d6b-b1e7-a025da378810] Performed Pulitzer::CloneVersionJob from Inline(default) in 24.69ms
54401
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
54402
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54403
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54404
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54405
+  (0.0ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
54406
+  (0.7ms) rollback transaction
54407
+  (0.1ms) begin transaction
54408
+  (0.0ms) commit transaction
54409
+  (0.0ms) begin transaction
54410
+  (0.0ms) SAVEPOINT active_record_1
54411
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.370959"], ["updated_at", "2016-05-23 18:08:23.370959"]]
54412
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54413
+  (0.0ms) SAVEPOINT active_record_1
54414
+ Pulitzer::Post Exists (0.0ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-6"]]
54415
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 6"], ["post_type_id", 1], ["slug", "winterfell-news-6"], ["created_at", "2016-05-23 18:08:23.373813"], ["updated_at", "2016-05-23 18:08:23.373813"]]
54416
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.375707"], ["updated_at", "2016-05-23 18:08:23.375707"]]
54417
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54418
+  (0.1ms) SAVEPOINT active_record_1
54419
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.378027"], ["updated_at", "2016-05-23 18:08:23.378027"]]
54420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54421
+  (0.0ms) SAVEPOINT active_record_1
54422
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 16' LIMIT 1
54423
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 16"], ["created_at", "2016-05-23 18:08:23.380827"], ["updated_at", "2016-05-23 18:08:23.380827"]]
54424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54425
+  (0.0ms) SAVEPOINT active_record_1
54426
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 10"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.382476"], ["updated_at", "2016-05-23 18:08:23.382476"]]
54427
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54428
+  (0.0ms) SAVEPOINT active_record_1
54429
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 17' LIMIT 1
54430
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 17"], ["created_at", "2016-05-23 18:08:23.385798"], ["updated_at", "2016-05-23 18:08:23.385798"]]
54431
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54432
+  (0.0ms) SAVEPOINT active_record_1
54433
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 11"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.387310"], ["updated_at", "2016-05-23 18:08:23.387310"]]
54434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54435
+  (0.0ms) SAVEPOINT active_record_1
54436
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 18' LIMIT 1
54437
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 18"], ["created_at", "2016-05-23 18:08:23.390225"], ["updated_at", "2016-05-23 18:08:23.390225"]]
54438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54439
+  (0.0ms) SAVEPOINT active_record_1
54440
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 12"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.391854"], ["updated_at", "2016-05-23 18:08:23.391854"]]
54441
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54442
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
54443
+  (0.0ms) SAVEPOINT active_record_1
54444
+ SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2016-05-23 18:08:23.394082"], ["id", 2]]
54445
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54446
+  (0.0ms) SAVEPOINT active_record_1
54447
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 18:08:23.395547"], ["updated_at", "2016-05-23 18:08:23.395547"]]
54448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54449
+ [ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: c91fbe82-27ae-493d-9eb0-d5007ca0e687) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
54450
+ [ActiveJob] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
54451
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
54452
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
54453
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Pulitzer::CloneVersion !!!
54454
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
54455
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
54456
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
54457
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
54458
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.1ms) SAVEPOINT active_record_1
54459
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 10"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.382476"], ["updated_at", "2016-05-23 18:08:23.382476"]]
54460
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.1ms) RELEASE SAVEPOINT active_record_1
54461
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) SAVEPOINT active_record_1
54462
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.405354"], ["id", 4]]
54463
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) RELEASE SAVEPOINT active_record_1
54464
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
54465
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.1ms) SAVEPOINT active_record_1
54466
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 11"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 18:08:23.387310"], ["updated_at", "2016-05-23 18:08:23.387310"]]
54467
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) RELEASE SAVEPOINT active_record_1
54468
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) SAVEPOINT active_record_1
54469
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] SQL (0.0ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.410362"], ["id", 5]]
54470
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) RELEASE SAVEPOINT active_record_1
54471
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
54472
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) SAVEPOINT active_record_1
54473
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 12"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 18:08:23.391854"], ["updated_at", "2016-05-23 18:08:23.391854"]]
54474
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) RELEASE SAVEPOINT active_record_1
54475
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) SAVEPOINT active_record_1
54476
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] SQL (0.0ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.414801"], ["id", 6]]
54477
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) RELEASE SAVEPOINT active_record_1
54478
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
54479
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
54480
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) SAVEPOINT active_record_1
54481
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 18:08:23.418275"], ["id", 3]]
54482
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687]  (0.0ms) RELEASE SAVEPOINT active_record_1
54483
+ [ActiveJob] [Pulitzer::CloneVersionJob] [c91fbe82-27ae-493d-9eb0-d5007ca0e687] Performed Pulitzer::CloneVersionJob from Inline(default) in 23.86ms
54484
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
54485
+ Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
54486
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54487
+ Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
54488
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
54489
+  (0.1ms) SAVEPOINT active_record_1
54490
+ SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2016-05-23 18:08:23.424802"], ["id", 3]]
54491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54492
+  (0.0ms) SAVEPOINT active_record_1
54493
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 18:08:23.426320"], ["updated_at", "2016-05-23 18:08:23.426320"]]
54494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54495
+ [ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: ffcdc922-329d-4053-97c4-99b4fd9fd530) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
54496
+ [ActiveJob] Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
54497
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
54498
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
54499
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Pulitzer::CloneVersion !!!
54500
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
54501
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
54502
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Pulitzer::ContentElement Load (0.0ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
54503
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
54504
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) SAVEPOINT active_record_1
54505
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 10"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.382476"], ["updated_at", "2016-05-23 18:08:23.382476"]]
54506
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) RELEASE SAVEPOINT active_record_1
54507
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) SAVEPOINT active_record_1
54508
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] SQL (0.0ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2016-05-23 18:08:23.434009"], ["id", 7]]
54509
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) RELEASE SAVEPOINT active_record_1
54510
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
54511
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) SAVEPOINT active_record_1
54512
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 11"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 18:08:23.387310"], ["updated_at", "2016-05-23 18:08:23.387310"]]
54513
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.1ms) RELEASE SAVEPOINT active_record_1
54514
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) SAVEPOINT active_record_1
54515
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] SQL (0.1ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2016-05-23 18:08:23.438836"], ["id", 8]]
54516
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) RELEASE SAVEPOINT active_record_1
54517
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
54518
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) SAVEPOINT active_record_1
54519
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 12"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 18:08:23.391854"], ["updated_at", "2016-05-23 18:08:23.391854"]]
54520
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) RELEASE SAVEPOINT active_record_1
54521
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) SAVEPOINT active_record_1
54522
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] SQL (0.0ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2016-05-23 18:08:23.443297"], ["id", 9]]
54523
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) RELEASE SAVEPOINT active_record_1
54524
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Pulitzer::FreeFormSection Load (0.0ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
54525
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Pulitzer::PostTag Load (0.0ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
54526
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) SAVEPOINT active_record_1
54527
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 18:08:23.445512"], ["id", 4]]
54528
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530]  (0.0ms) RELEASE SAVEPOINT active_record_1
54529
+ [ActiveJob] [Pulitzer::CloneVersionJob] [ffcdc922-329d-4053-97c4-99b4fd9fd530] Performed Pulitzer::CloneVersionJob from Inline(default) in 20.41ms
54530
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
54531
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54532
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54533
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54534
+  (0.0ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 4]]
54535
+  (0.6ms) rollback transaction
54536
+  (0.1ms) begin transaction
54537
+  (0.0ms) commit transaction
54538
+  (0.0ms) begin transaction
54539
+  (0.0ms) SAVEPOINT active_record_1
54540
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.456777"], ["updated_at", "2016-05-23 18:08:23.456777"]]
54541
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54542
+  (0.0ms) SAVEPOINT active_record_1
54543
+ Pulitzer::Post Exists (0.0ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-7"]]
54544
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 7"], ["post_type_id", 1], ["slug", "winterfell-news-7"], ["created_at", "2016-05-23 18:08:23.459367"], ["updated_at", "2016-05-23 18:08:23.459367"]]
54545
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.461236"], ["updated_at", "2016-05-23 18:08:23.461236"]]
54546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54547
+  (0.0ms) SAVEPOINT active_record_1
54548
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.462764"], ["updated_at", "2016-05-23 18:08:23.462764"]]
54549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54550
+  (0.1ms) SAVEPOINT active_record_1
54551
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 19' LIMIT 1
54552
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 19"], ["created_at", "2016-05-23 18:08:23.465692"], ["updated_at", "2016-05-23 18:08:23.465692"]]
54553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54554
+  (0.0ms) SAVEPOINT active_record_1
54555
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 13"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.467234"], ["updated_at", "2016-05-23 18:08:23.467234"]]
54556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54557
+  (0.1ms) SAVEPOINT active_record_1
54558
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 20' LIMIT 1
54559
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 20"], ["created_at", "2016-05-23 18:08:23.470554"], ["updated_at", "2016-05-23 18:08:23.470554"]]
54560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54561
+  (0.0ms) SAVEPOINT active_record_1
54562
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 14"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.472096"], ["updated_at", "2016-05-23 18:08:23.472096"]]
54563
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54564
+  (0.0ms) SAVEPOINT active_record_1
54565
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 21' LIMIT 1
54566
+ SQL (0.1ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 21"], ["created_at", "2016-05-23 18:08:23.474634"], ["updated_at", "2016-05-23 18:08:23.474634"]]
54567
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54568
+  (0.0ms) SAVEPOINT active_record_1
54569
+ SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 15"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.476056"], ["updated_at", "2016-05-23 18:08:23.476056"]]
54570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54571
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
54572
+  (0.0ms) SAVEPOINT active_record_1
54573
+ SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2016-05-23 18:08:23.478417"], ["id", 2]]
54574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54575
+  (0.0ms) SAVEPOINT active_record_1
54576
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 18:08:23.479954"], ["updated_at", "2016-05-23 18:08:23.479954"]]
54577
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54578
+ [ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: cd16f517-0f3b-4bcb-9bd7-3129145a4eeb) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
54579
+ [ActiveJob] Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
54580
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
54581
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
54582
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Pulitzer::CloneVersion !!!
54583
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
54584
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
54585
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Pulitzer::ContentElement Load (0.0ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
54586
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
54587
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) SAVEPOINT active_record_1
54588
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 13"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.467234"], ["updated_at", "2016-05-23 18:08:23.467234"]]
54589
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) RELEASE SAVEPOINT active_record_1
54590
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) SAVEPOINT active_record_1
54591
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] SQL (0.0ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.488217"], ["id", 4]]
54592
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) RELEASE SAVEPOINT active_record_1
54593
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
54594
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.1ms) SAVEPOINT active_record_1
54595
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 14"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 18:08:23.472096"], ["updated_at", "2016-05-23 18:08:23.472096"]]
54596
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) RELEASE SAVEPOINT active_record_1
54597
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) SAVEPOINT active_record_1
54598
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] SQL (0.0ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.493519"], ["id", 5]]
54599
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) RELEASE SAVEPOINT active_record_1
54600
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Pulitzer::ContentElementType Load (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
54601
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) SAVEPOINT active_record_1
54602
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] SQL (0.1ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 15"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 18:08:23.476056"], ["updated_at", "2016-05-23 18:08:23.476056"]]
54603
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) RELEASE SAVEPOINT active_record_1
54604
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.0ms) SAVEPOINT active_record_1
54605
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] SQL (0.0ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 18:08:23.497908"], ["id", 6]]
54606
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.1ms) RELEASE SAVEPOINT active_record_1
54607
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
54608
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
54609
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.1ms) SAVEPOINT active_record_1
54610
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 18:08:23.501655"], ["id", 3]]
54611
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb]  (0.1ms) RELEASE SAVEPOINT active_record_1
54612
+ [ActiveJob] [Pulitzer::CloneVersionJob] [cd16f517-0f3b-4bcb-9bd7-3129145a4eeb] Performed Pulitzer::CloneVersionJob from Inline(default) in 23.28ms
54613
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
54614
+ Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
54615
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
54616
+  (0.1ms) SAVEPOINT active_record_1
54617
+ SQL (0.1ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2016-05-23 18:08:23.507477"], ["id", 2]]
54618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54619
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54620
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
54621
+ Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
54622
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54623
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54624
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
54625
+  (0.0ms) SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
54626
+  (0.8ms) rollback transaction
54627
+  (0.1ms) begin transaction
54628
+  (0.0ms) commit transaction
54629
+  (0.0ms) begin transaction
54630
+  (0.0ms) rollback transaction
54631
+  (0.1ms) begin transaction
54632
+  (0.1ms) commit transaction
54633
+  (0.0ms) begin transaction
54634
+  (0.1ms) SAVEPOINT active_record_1
54635
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 22' LIMIT 1
54636
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 22"], ["created_at", "2016-05-23 18:08:23.518227"], ["updated_at", "2016-05-23 18:08:23.518227"]]
54637
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54638
+  (0.3ms) rollback transaction
54639
+  (0.1ms) begin transaction
54640
+  (0.0ms) commit transaction
54641
+  (0.0ms) begin transaction
54642
+  (0.0ms) rollback transaction
54643
+  (0.1ms) begin transaction
54644
+  (0.0ms) commit transaction
54645
+  (0.0ms) begin transaction
54646
+  (0.0ms) rollback transaction
54647
+  (0.0ms) begin transaction
54648
+  (0.0ms) commit transaction
54649
+  (0.0ms) begin transaction
54650
+  (0.1ms) rollback transaction
54651
+  (0.0ms) begin transaction
54652
+  (0.0ms) commit transaction
54653
+  (0.0ms) begin transaction
54654
+  (0.0ms) rollback transaction
54655
+  (0.1ms) begin transaction
54656
+  (0.0ms) commit transaction
54657
+  (0.0ms) begin transaction
54658
+  (0.0ms) SAVEPOINT active_record_1
54659
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 23' LIMIT 1
54660
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 23"], ["created_at", "2016-05-23 18:08:23.528515"], ["updated_at", "2016-05-23 18:08:23.528515"]]
54661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54662
+  (0.4ms) rollback transaction
54663
+  (0.1ms) begin transaction
54664
+  (0.0ms) commit transaction
54665
+  (0.0ms) begin transaction
54666
+  (0.1ms) SAVEPOINT active_record_1
54667
+ Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 24' LIMIT 1
54668
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 24"], ["created_at", "2016-05-23 18:08:23.534124"], ["updated_at", "2016-05-23 18:08:23.534124"]]
54669
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54670
+  (0.3ms) rollback transaction
54671
+  (0.1ms) begin transaction
54672
+  (0.0ms) commit transaction
54673
+  (0.0ms) begin transaction
54674
+  (0.0ms) SAVEPOINT active_record_1
54675
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 25' LIMIT 1
54676
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 25"], ["created_at", "2016-05-23 18:08:23.538851"], ["updated_at", "2016-05-23 18:08:23.538851"]]
54677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54678
+  (0.3ms) rollback transaction
54679
+  (0.1ms) begin transaction
54680
+  (0.0ms) commit transaction
54681
+  (0.0ms) begin transaction
54682
+  (0.0ms) SAVEPOINT active_record_1
54683
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Video' LIMIT 1
54684
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", "2016-05-23 18:08:23.543859"], ["updated_at", "2016-05-23 18:08:23.543859"]]
54685
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54686
+  (0.0ms) SAVEPOINT active_record_1
54687
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 20"], ["title", "Night's Watch"], ["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.545547"], ["updated_at", "2016-05-23 18:08:23.545547"]]
54688
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54689
+  (0.5ms) rollback transaction
54690
+  (0.1ms) begin transaction
54691
+  (0.0ms) commit transaction
54692
+  (0.0ms) begin transaction
54693
+  (0.1ms) SAVEPOINT active_record_1
54694
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Video' LIMIT 1
54695
+ SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", "2016-05-23 18:08:23.551662"], ["updated_at", "2016-05-23 18:08:23.551662"]]
54696
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54697
+  (0.0ms) SAVEPOINT active_record_1
54698
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 21"], ["title", "Night's Watch"], ["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 1], ["created_at", "2016-05-23 18:08:23.554387"], ["updated_at", "2016-05-23 18:08:23.554387"]]
54699
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54700
+  (0.5ms) rollback transaction
54701
+  (0.1ms) begin transaction
54702
+  (0.0ms) commit transaction
54703
+  (0.0ms) begin transaction
54704
+  (0.0ms) SAVEPOINT active_record_1
54705
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 26' LIMIT 1
54706
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 26"], ["created_at", "2016-05-23 18:08:23.566731"], ["updated_at", "2016-05-23 18:08:23.566731"]]
54707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54708
+  (0.4ms) rollback transaction
54709
+  (0.1ms) begin transaction
54710
+  (0.0ms) commit transaction
54711
+  (0.0ms) begin transaction
54712
+  (0.0ms) SAVEPOINT active_record_1
54713
+ Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 27' LIMIT 1
54714
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 27"], ["created_at", "2016-05-23 18:08:23.571953"], ["updated_at", "2016-05-23 18:08:23.571953"]]
54715
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54716
+  (0.3ms) rollback transaction
54717
+  (0.1ms) begin transaction
54718
+  (0.0ms) commit transaction
54719
+  (0.0ms) begin transaction
54720
+  (0.0ms) SAVEPOINT active_record_1
54721
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Image' LIMIT 1
54722
+ SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2016-05-23 18:08:23.577702"], ["updated_at", "2016-05-23 18:08:23.577702"]]
54723
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54724
+  (0.4ms) rollback transaction
54725
+  (0.1ms) begin transaction
54726
+  (0.0ms) commit transaction
54727
+  (0.0ms) begin transaction
54728
+  (0.1ms) SAVEPOINT active_record_1
54729
+ SQL (1.8ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.722398"], ["updated_at", "2016-05-23 18:08:23.722398"]]
54730
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54731
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-8"]]
54732
+  (0.4ms) rollback transaction
54733
+  (0.1ms) begin transaction
54734
+  (0.0ms) commit transaction
54735
+  (0.0ms) begin transaction
54736
+  (0.2ms) rollback transaction
54737
+  (0.7ms) begin transaction
54738
+  (0.2ms) commit transaction
54739
+  (0.1ms) begin transaction
54740
+  (0.1ms) rollback transaction
54741
+  (0.1ms) begin transaction
54742
+  (0.0ms) commit transaction
54743
+  (0.0ms) begin transaction
54744
+  (0.0ms) SAVEPOINT active_record_1
54745
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.744469"], ["updated_at", "2016-05-23 18:08:23.744469"]]
54746
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54747
+  (0.0ms) SAVEPOINT active_record_1
54748
+ Pulitzer::Post Exists (0.0ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-9"]]
54749
+ SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 9"], ["post_type_id", 1], ["slug", "winterfell-news-9"], ["created_at", "2016-05-23 18:08:23.747625"], ["updated_at", "2016-05-23 18:08:23.747625"]]
54750
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.751621"], ["updated_at", "2016-05-23 18:08:23.751621"]]
54751
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54752
+  (0.6ms) rollback transaction
54753
+  (0.1ms) begin transaction
54754
+  (0.0ms) commit transaction
54755
+  (0.0ms) begin transaction
54756
+  (0.0ms) SAVEPOINT active_record_1
54757
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.756712"], ["updated_at", "2016-05-23 18:08:23.756712"]]
54758
+  (0.3ms) RELEASE SAVEPOINT active_record_1
54759
+  (0.1ms) SAVEPOINT active_record_1
54760
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-10"]]
54761
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 10"], ["post_type_id", 1], ["slug", "winterfell-news-10"], ["created_at", "2016-05-23 18:08:23.760610"], ["updated_at", "2016-05-23 18:08:23.760610"]]
54762
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.763264"], ["updated_at", "2016-05-23 18:08:23.763264"]]
54763
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54764
+  (0.0ms) SAVEPOINT active_record_1
54765
+ Pulitzer::Post Exists (0.4ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 1) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "the-new-king-in-the-north"]]
54766
+ SQL (0.2ms) UPDATE "pulitzer_posts" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "pulitzer_posts"."id" = ? [["title", "The new King in the North"], ["slug", "the-new-king-in-the-north"], ["updated_at", "2016-05-23 18:08:23.768446"], ["id", 1]]
54767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54768
+  (0.6ms) rollback transaction
54769
+  (0.1ms) begin transaction
54770
+  (0.0ms) commit transaction
54771
+  (0.0ms) begin transaction
54772
+  (0.1ms) SAVEPOINT active_record_1
54773
+ Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'The north 1' LIMIT 1
54774
+ SQL (0.3ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 1"], ["created_at", "2016-05-23 18:08:23.783157"], ["updated_at", "2016-05-23 18:08:23.783157"]]
54775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54776
+  (0.1ms) SAVEPOINT active_record_1
54777
+ SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.789325"], ["updated_at", "2016-05-23 18:08:23.789325"]]
54778
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54779
+  (0.0ms) SAVEPOINT active_record_1
54780
+ Pulitzer::Post Exists (0.0ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-11"]]
54781
+ SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 11"], ["post_type_id", 1], ["slug", "winterfell-news-11"], ["created_at", "2016-05-23 18:08:23.792975"], ["updated_at", "2016-05-23 18:08:23.792975"]]
54782
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.794688"], ["updated_at", "2016-05-23 18:08:23.794688"]]
54783
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54784
+  (0.0ms) SAVEPOINT active_record_1
54785
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.796534"], ["updated_at", "2016-05-23 18:08:23.796534"]]
54786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54787
+  (0.6ms) rollback transaction
54788
+  (0.1ms) begin transaction
54789
+  (0.0ms) commit transaction
54790
+  (0.0ms) begin transaction
54791
+  (0.2ms) rollback transaction
54792
+  (0.0ms) begin transaction
54793
+  (0.0ms) commit transaction
54794
+  (0.0ms) begin transaction
54795
+  (0.1ms) rollback transaction
54796
+  (0.1ms) begin transaction
54797
+  (0.0ms) commit transaction
54798
+  (0.0ms) begin transaction
54799
+  (0.2ms) rollback transaction
54800
+  (0.4ms) begin transaction
54801
+  (0.1ms) commit transaction
54802
+  (0.0ms) begin transaction
54803
+  (0.0ms) rollback transaction
54804
+  (0.1ms) begin transaction
54805
+  (0.0ms) commit transaction
54806
+  (0.2ms) begin transaction
54807
+  (0.0ms) rollback transaction
54808
+  (0.0ms) begin transaction
54809
+  (0.0ms) commit transaction
54810
+  (0.0ms) begin transaction
54811
+  (0.0ms) SAVEPOINT active_record_1
54812
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.822162"], ["updated_at", "2016-05-23 18:08:23.822162"]]
54813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54814
+  (0.0ms) SAVEPOINT active_record_1
54815
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 28' LIMIT 1
54816
+ SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 28"], ["created_at", "2016-05-23 18:08:23.825769"], ["updated_at", "2016-05-23 18:08:23.825769"]]
54817
+  (0.2ms) RELEASE SAVEPOINT active_record_1
54818
+  (0.6ms) rollback transaction
54819
+  (0.1ms) begin transaction
54820
+  (0.0ms) commit transaction
54821
+  (0.0ms) begin transaction
54822
+  (0.1ms) rollback transaction
54823
+  (0.1ms) begin transaction
54824
+  (0.0ms) commit transaction
54825
+  (0.0ms) begin transaction
54826
+  (0.0ms) rollback transaction
54827
+  (0.1ms) begin transaction
54828
+  (0.0ms) commit transaction
54829
+  (0.0ms) begin transaction
54830
+  (0.0ms) rollback transaction
54831
+  (0.1ms) begin transaction
54832
+  (0.0ms) commit transaction
54833
+  (0.0ms) begin transaction
54834
+  (0.1ms) rollback transaction
54835
+  (0.1ms) begin transaction
54836
+  (0.0ms) commit transaction
54837
+  (0.0ms) begin transaction
54838
+  (0.1ms) rollback transaction
54839
+  (0.1ms) begin transaction
54840
+  (0.0ms) commit transaction
54841
+  (0.0ms) begin transaction
54842
+  (0.1ms) rollback transaction
54843
+  (0.1ms) begin transaction
54844
+  (0.1ms) commit transaction
54845
+  (0.1ms) begin transaction
54846
+  (0.1ms) rollback transaction
54847
+  (0.1ms) begin transaction
54848
+  (0.0ms) commit transaction
54849
+  (0.0ms) begin transaction
54850
+  (0.0ms) rollback transaction
54851
+  (0.0ms) begin transaction
54852
+  (0.0ms) commit transaction
54853
+  (0.0ms) begin transaction
54854
+  (0.1ms) rollback transaction
54855
+  (0.0ms) begin transaction
54856
+  (0.0ms) commit transaction
54857
+  (0.1ms) begin transaction
54858
+  (0.0ms) rollback transaction
54859
+  (0.1ms) begin transaction
54860
+  (0.0ms) commit transaction
54861
+  (0.0ms) begin transaction
54862
+  (0.1ms) rollback transaction
54863
+  (0.1ms) begin transaction
54864
+  (0.0ms) commit transaction
54865
+  (0.0ms) begin transaction
54866
+ Pulitzer::Tag Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'The north 2' LIMIT 1
54867
+  (0.1ms) rollback transaction
54868
+  (0.1ms) begin transaction
54869
+  (0.0ms) commit transaction
54870
+  (0.0ms) begin transaction
54871
+ Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT 1
54872
+  (0.0ms) rollback transaction
54873
+  (0.2ms) begin transaction
54874
+  (0.0ms) commit transaction
54875
+  (0.0ms) begin transaction
54876
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT 1
54877
+  (0.1ms) SAVEPOINT active_record_1
54878
+ SQL (0.5ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "a"], ["created_at", "2016-05-23 18:08:23.881639"], ["updated_at", "2016-05-23 18:08:23.881639"]]
54879
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54880
+ Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'a' LIMIT 1
54881
+ Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'A' LIMIT 1
54882
+  (0.5ms) rollback transaction
54883
+  (0.1ms) begin transaction
54884
+  (0.0ms) commit transaction
54885
+  (0.0ms) begin transaction
54886
+  (0.0ms) rollback transaction
54887
+  (0.0ms) begin transaction
54888
+  (0.0ms) commit transaction
54889
+  (0.0ms) begin transaction
54890
+  (0.0ms) rollback transaction
54891
+  (0.1ms) begin transaction
54892
+  (0.0ms) commit transaction
54893
+  (0.0ms) begin transaction
54894
+  (0.1ms) SAVEPOINT active_record_1
54895
+ SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.896165"], ["updated_at", "2016-05-23 18:08:23.896165"]]
54896
+  (0.1ms) RELEASE SAVEPOINT active_record_1
54897
+  (0.0ms) SAVEPOINT active_record_1
54898
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-12"]]
54899
+ SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 12"], ["post_type_id", 1], ["slug", "winterfell-news-12"], ["created_at", "2016-05-23 18:08:23.900886"], ["updated_at", "2016-05-23 18:08:23.900886"]]
54900
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.903491"], ["updated_at", "2016-05-23 18:08:23.903491"]]
54901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54902
+  (0.5ms) rollback transaction
54903
+  (0.1ms) begin transaction
54904
+  (0.0ms) commit transaction
54905
+  (0.0ms) begin transaction
54906
+  (0.1ms) rollback transaction
54907
+  (0.1ms) begin transaction
54908
+  (0.0ms) commit transaction
54909
+  (0.1ms) begin transaction
54910
+  (0.1ms) rollback transaction
54911
+  (0.1ms) begin transaction
54912
+  (0.0ms) commit transaction
54913
+  (0.0ms) begin transaction
54914
+  (0.0ms) rollback transaction
54915
+  (0.0ms) begin transaction
54916
+  (0.0ms) commit transaction
54917
+  (0.0ms) begin transaction
54918
+  (0.0ms) rollback transaction
54919
+  (0.1ms) begin transaction
54920
+  (0.0ms) commit transaction
54921
+  (0.0ms) begin transaction
54922
+  (0.0ms) rollback transaction
54923
+  (0.1ms) begin transaction
54924
+  (0.0ms) commit transaction
54925
+  (0.0ms) begin transaction
54926
+  (0.1ms) rollback transaction
54927
+  (0.0ms) begin transaction
54928
+  (0.0ms) commit transaction
54929
+  (0.0ms) begin transaction
54930
+  (0.0ms) SAVEPOINT active_record_1
54931
+ Pulitzer::Tag Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'The north 3' LIMIT 1
54932
+ SQL (0.2ms) INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "The north 3"], ["created_at", "2016-05-23 18:08:23.926371"], ["updated_at", "2016-05-23 18:08:23.926371"]]
54933
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54934
+  (0.0ms) SAVEPOINT active_record_1
54935
+ SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 18:08:23.928883"], ["updated_at", "2016-05-23 18:08:23.928883"]]
54936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54937
+  (0.0ms) SAVEPOINT active_record_1
54938
+ Pulitzer::Post Exists (0.0ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-13"]]
54939
+ SQL (0.1ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 13"], ["post_type_id", 1], ["slug", "winterfell-news-13"], ["created_at", "2016-05-23 18:08:23.931601"], ["updated_at", "2016-05-23 18:08:23.931601"]]
54940
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.933226"], ["updated_at", "2016-05-23 18:08:23.933226"]]
54941
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54942
+  (0.0ms) SAVEPOINT active_record_1
54943
+ SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 18:08:23.935003"], ["updated_at", "2016-05-23 18:08:23.935003"]]
54944
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54945
+  (0.0ms) SAVEPOINT active_record_1
54946
+ SQL (0.2ms) INSERT INTO "pulitzer_post_tags" ("label_id", "label_type", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["version_id", 2], ["created_at", "2016-05-23 18:08:23.937791"], ["updated_at", "2016-05-23 18:08:23.937791"]]
54947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
54948
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
54949
+  (0.1ms) SELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? AND "pulitzer_post_tags"."label_id" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"], ["label_id", 1]]
54950
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
54951
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
54952
+  (0.5ms) rollback transaction