pulitzer 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/interactions/pulitzer/update_post_type_content_elements.rb +12 -7
- data/lib/pulitzer/exceptions.rb +3 -2
- data/lib/pulitzer/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +1728 -0
- data/spec/interactions/update_post_type_content_elements_spec.rb +32 -0
- metadata +4 -2
data/spec/dummy/log/test.log
CHANGED
@@ -102660,3 +102660,1731 @@ Processing by Pulitzer::TagsController#destroy as HTML
|
|
102660
102660
|
Rendered text template (0.0ms)
|
102661
102661
|
Completed 200 OK in 14ms (Views: 0.5ms | ActiveRecord: 0.6ms)
|
102662
102662
|
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
102663
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
102664
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
102665
|
+
[1m[35m (1.5ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
102666
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102667
|
+
[1m[35m (0.4ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
102668
|
+
[1m[35m (1.6ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
102669
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102670
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
102671
|
+
[1m[35m (1.6ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
102672
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102673
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
102674
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
102675
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102676
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
102677
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
102678
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102679
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
102680
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
102681
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102682
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
102683
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
102684
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102685
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
102686
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
102687
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102688
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
102689
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
102690
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102691
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
102692
|
+
[1m[35m (1.5ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
102693
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102694
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
102695
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
102696
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102697
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
102698
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
102699
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102700
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
102701
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
102702
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
102703
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
102704
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102705
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC], ["plural", false]]
|
102706
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102707
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102708
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
102709
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC], ["slug", "winterfell-news-1"]]
|
102710
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC]]
|
102711
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102712
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102713
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC]]
|
102714
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102715
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102716
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
102717
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC]]
|
102718
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102719
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102720
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC]]
|
102721
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102722
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102723
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
102724
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC]]
|
102725
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102726
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102727
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC]]
|
102728
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102729
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102730
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
102731
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC]]
|
102732
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102733
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102734
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 19:06:09 UTC], ["updated_at", 2017-02-27 19:06:09 UTC]]
|
102735
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102736
|
+
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
102737
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
102738
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
102739
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
102740
|
+
[1m[35m (1.4ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
102741
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102742
|
+
[1m[35m (0.4ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
102743
|
+
[1m[35m (1.7ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
102744
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102745
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
102746
|
+
[1m[35m (1.6ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
102747
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102748
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
102749
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
102750
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102751
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
102752
|
+
[1m[35m (1.3ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
102753
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102754
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
102755
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
102756
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102757
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
102758
|
+
[1m[35m (1.3ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
102759
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102760
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
102761
|
+
[1m[35m (1.9ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
102762
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102763
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
102764
|
+
[1m[35m (1.3ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
102765
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102766
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
102767
|
+
[1m[35m (1.3ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
102768
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102769
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
102770
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
102771
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102772
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
102773
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
102774
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102775
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
102776
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
102777
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
102778
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
102779
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102780
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC], ["plural", false]]
|
102781
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102782
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102783
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
102784
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC], ["slug", "winterfell-news-1"]]
|
102785
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC]]
|
102786
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102787
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102788
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC]]
|
102789
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102790
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102791
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
102792
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC]]
|
102793
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102794
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102795
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC]]
|
102796
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102797
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102798
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
102799
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC]]
|
102800
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102801
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102802
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC]]
|
102803
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102804
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102805
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
102806
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC]]
|
102807
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102808
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102809
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:44:14 UTC], ["updated_at", 2017-02-27 22:44:14 UTC]]
|
102810
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102811
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
102812
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
102813
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
102814
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
102815
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
102816
|
+
[1m[35m (1.9ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
102817
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102818
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
102819
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
102820
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102821
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
102822
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
102823
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102824
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
102825
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
102826
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102827
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
102828
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
102829
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102830
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
102831
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
102832
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102833
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
102834
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
102835
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102836
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
102837
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
102838
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102839
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
102840
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
102841
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102842
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
102843
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
102844
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102845
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
102846
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
102847
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102848
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
102849
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
102850
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102851
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
102852
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
102853
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
102854
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
102855
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102856
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC], ["plural", false]]
|
102857
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102858
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102859
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
102860
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC], ["slug", "winterfell-news-1"]]
|
102861
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC]]
|
102862
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102863
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102864
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC]]
|
102865
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102866
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102867
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
102868
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC]]
|
102869
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102870
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102871
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC]]
|
102872
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102873
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102874
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
102875
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC]]
|
102876
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102877
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102878
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC]]
|
102879
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102880
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102881
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
102882
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC]]
|
102883
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102884
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102885
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:44:46 UTC], ["updated_at", 2017-02-27 22:44:46 UTC]]
|
102886
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102887
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
102888
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
102889
|
+
[1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
102890
|
+
[1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
|
102891
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
102892
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
102893
|
+
[1m[35m (1.7ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
102894
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102895
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
102896
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
102897
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102898
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
102899
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
102900
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102901
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
102902
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
102903
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102904
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
102905
|
+
[1m[35m (0.7ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
102906
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102907
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
102908
|
+
[1m[35m (1.6ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
102909
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102910
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
102911
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
102912
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102913
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
102914
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
102915
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102916
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
102917
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
102918
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102919
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
102920
|
+
[1m[35m (0.7ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
102921
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102922
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
102923
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
102924
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102925
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
102926
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
102927
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102928
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
102929
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
102930
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
102931
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
102932
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102933
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC], ["plural", false]]
|
102934
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102935
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102936
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
102937
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC], ["slug", "winterfell-news-1"]]
|
102938
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC]]
|
102939
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102940
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102941
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC]]
|
102942
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102943
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102944
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
102945
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC]]
|
102946
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102947
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102948
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC]]
|
102949
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102950
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102951
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
102952
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC]]
|
102953
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102954
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102955
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC]]
|
102956
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102957
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102958
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
102959
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC]]
|
102960
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102961
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102962
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:46:03 UTC], ["updated_at", 2017-02-27 22:46:03 UTC]]
|
102963
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
102964
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
102965
|
+
[1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
|
102966
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
102967
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
102968
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
102969
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
102970
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
102971
|
+
[1m[35m (1.9ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
102972
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102973
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
102974
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
102975
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102976
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
102977
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
102978
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102979
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
102980
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
102981
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102982
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
102983
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
102984
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102985
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
102986
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
102987
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102988
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
102989
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
102990
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102991
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
102992
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
102993
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102994
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
102995
|
+
[1m[35m (0.7ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
102996
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
102997
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
102998
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
102999
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103000
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
103001
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
103002
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103003
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
103004
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
103005
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103006
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
103007
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103008
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
103009
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103010
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103011
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC], ["plural", false]]
|
103012
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103013
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103014
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
103015
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC], ["slug", "winterfell-news-1"]]
|
103016
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC]]
|
103017
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103018
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103019
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC]]
|
103020
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103021
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103022
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
103023
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC]]
|
103024
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103025
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103026
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC]]
|
103027
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103028
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103029
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
103030
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC]]
|
103031
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103032
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103033
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC]]
|
103034
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103035
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103036
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
103037
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC]]
|
103038
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103039
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103040
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:47:13 UTC], ["updated_at", 2017-02-27 22:47:13 UTC]]
|
103041
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103042
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103043
|
+
[1m[36mPulitzer::Version Load (0.2ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103044
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103045
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103046
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103047
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103048
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
103049
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
103050
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
103051
|
+
[1m[35m (1.7ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
103052
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103053
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
103054
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
103055
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103056
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
103057
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
103058
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103059
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
103060
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
103061
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103062
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
103063
|
+
[1m[35m (1.3ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
103064
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103065
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
103066
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
103067
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103068
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
103069
|
+
[1m[35m (1.3ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
103070
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103071
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
103072
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
103073
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103074
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
103075
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
103076
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103077
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
103078
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
103079
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103080
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
103081
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
103082
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103083
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
103084
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
103085
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103086
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
103087
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103088
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103089
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103090
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103091
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC], ["plural", false]]
|
103092
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103093
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103094
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
103095
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC], ["slug", "winterfell-news-1"]]
|
103096
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103097
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103098
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103099
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103100
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103101
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103102
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
103103
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103104
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103105
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103106
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103107
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103108
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103109
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
103110
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103111
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103112
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103113
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103114
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103115
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103116
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
103117
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103118
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103119
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103120
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103121
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103122
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103123
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103124
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103125
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103126
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103127
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103128
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103129
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103130
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103131
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103132
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103133
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103134
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103135
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103136
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103137
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103138
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 22:48:07 UTC], ["updated_at", 2017-02-27 22:48:07 UTC]]
|
103139
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103140
|
+
[1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103141
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103142
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
103143
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103144
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
103145
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
103146
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
103147
|
+
[1m[35m (1.7ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
103148
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103149
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
103150
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
103151
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103152
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
103153
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
103154
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103155
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
103156
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
103157
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103158
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
103159
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
103160
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103161
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
103162
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
103163
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103164
|
+
[1m[35m (0.3ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
103165
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
103166
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103167
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
103168
|
+
[1m[35m (0.7ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
103169
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103170
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
103171
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
103172
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103173
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
103174
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
103175
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103176
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
103177
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
103178
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103179
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
103180
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
103181
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103182
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
103183
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103184
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103185
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103186
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103187
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC], ["plural", false]]
|
103188
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103189
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103190
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
103191
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC], ["slug", "winterfell-news-1"]]
|
103192
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103193
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103194
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103195
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103196
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103197
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103198
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
103199
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103200
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103201
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103202
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103203
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103204
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103205
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
103206
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103207
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103208
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103209
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103210
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103211
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103212
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
103213
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103214
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103215
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103216
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103217
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103218
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103219
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103220
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103221
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103222
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103223
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103224
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103225
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103226
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103227
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103228
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103229
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103230
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103231
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103232
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103233
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103234
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103235
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103236
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103237
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103238
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
103239
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103240
|
+
[1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
|
103241
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103242
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103243
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103244
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103245
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC], ["plural", false]]
|
103246
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103247
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103248
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
|
103249
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 2"], ["post_type_id", 1], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC], ["slug", "winterfell-news-2"]]
|
103250
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103251
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103252
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103253
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103254
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103255
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103256
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
|
103257
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103258
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103259
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103260
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103261
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103262
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103263
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
|
103264
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103265
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103266
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103267
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103268
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103269
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103270
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
|
103271
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103272
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103273
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103274
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:49:47 UTC], ["updated_at", 2017-02-27 22:49:47 UTC]]
|
103275
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103276
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103277
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
|
103278
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103279
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103280
|
+
[1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103281
|
+
[1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103282
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103283
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103284
|
+
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
103285
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103286
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103287
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 22:50:19 UTC], ["updated_at", 2017-02-27 22:50:19 UTC]]
|
103288
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103289
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103290
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 22:50:19 UTC], ["updated_at", 2017-02-27 22:50:19 UTC]]
|
103291
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103292
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103293
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103294
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
103295
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103296
|
+
[1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
|
103297
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
103298
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
103299
|
+
[1m[35m (1.9ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
103300
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103301
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
103302
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
103303
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103304
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
103305
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
103306
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103307
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
103308
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
103309
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103310
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
103311
|
+
[1m[35m (1.3ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
103312
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103313
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
103314
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
103315
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103316
|
+
[1m[35m (0.3ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
103317
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
103318
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103319
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
103320
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
103321
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103322
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
103323
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
103324
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103325
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
103326
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
103327
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103328
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
103329
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
103330
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103331
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
103332
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
103333
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103334
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
103335
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103336
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103337
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103338
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103339
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC], ["plural", false]]
|
103340
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103341
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103342
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
103343
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC], ["slug", "winterfell-news-1"]]
|
103344
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103345
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103346
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103347
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103348
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103349
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103350
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
103351
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103352
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103353
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103354
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103355
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103356
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103357
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
103358
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103359
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103360
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103361
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103362
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103363
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103364
|
+
[1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
103365
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103366
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103367
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103368
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103369
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103370
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103371
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103372
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103373
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103374
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103375
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103376
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103377
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103378
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103379
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103380
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103381
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103382
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103383
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103384
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103385
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103386
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103387
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103388
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103389
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103390
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
103391
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103392
|
+
[1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
|
103393
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103394
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103395
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103396
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103397
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC], ["plural", false]]
|
103398
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103399
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103400
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
|
103401
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 2"], ["post_type_id", 1], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC], ["slug", "winterfell-news-2"]]
|
103402
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103403
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103404
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103405
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103406
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103407
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103408
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
|
103409
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103410
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103411
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103412
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103413
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103414
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103415
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
|
103416
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103417
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103418
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103419
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103420
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103421
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103422
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
|
103423
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103424
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103425
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103426
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103427
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103428
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103429
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
|
103430
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103431
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103432
|
+
[1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103433
|
+
[1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103434
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103435
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103436
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
103437
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103438
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103439
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103440
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103441
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103442
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 22:52:11 UTC], ["updated_at", 2017-02-27 22:52:11 UTC]]
|
103443
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103444
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
103445
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
103446
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
103447
|
+
[1m[35m (1.7ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
103448
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103449
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
103450
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
103451
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103452
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
103453
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
103454
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103455
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
103456
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
103457
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103458
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
103459
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
103460
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103461
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
103462
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
103463
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103464
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
103465
|
+
[1m[35m (1.4ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
103466
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103467
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
103468
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
103469
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103470
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
103471
|
+
[1m[35m (0.7ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
103472
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103473
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
103474
|
+
[1m[35m (0.7ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
103475
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103476
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
103477
|
+
[1m[35m (0.7ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
103478
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103479
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
103480
|
+
[1m[35m (0.7ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
103481
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103482
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
103483
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103484
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103485
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103486
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103487
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC], ["plural", false]]
|
103488
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103489
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103490
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
103491
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC], ["slug", "winterfell-news-1"]]
|
103492
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103493
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103494
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103495
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103496
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103497
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103498
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
103499
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103500
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103501
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103502
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103503
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103504
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103505
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
103506
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103507
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103508
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103509
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103510
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103511
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103512
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
103513
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103514
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103515
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103516
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103517
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103518
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103519
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103520
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103521
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103522
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103523
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103524
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103525
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103526
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103527
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103528
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103529
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103530
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103531
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103532
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103533
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103534
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103535
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103536
|
+
[1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103537
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103538
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
103539
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103540
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
103541
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103542
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103543
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103544
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103545
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC], ["plural", false]]
|
103546
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103547
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103548
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
|
103549
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 2"], ["post_type_id", 1], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC], ["slug", "winterfell-news-2"]]
|
103550
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103551
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103552
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103553
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103554
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103555
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103556
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
|
103557
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103558
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103559
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103560
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103561
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103562
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103563
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
|
103564
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103565
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103566
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103567
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103568
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103569
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103570
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
|
103571
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103572
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103573
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103574
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103575
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103576
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103577
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
|
103578
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103579
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103580
|
+
[1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103581
|
+
[1m[36mPulitzer::PostTag Load (0.0ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103582
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103583
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103584
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
103585
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103586
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103587
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103588
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103589
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103590
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 22:52:43 UTC], ["updated_at", 2017-02-27 22:52:43 UTC]]
|
103591
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103592
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103593
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103594
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
103595
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103596
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
103597
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
103598
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
103599
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
103600
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
103601
|
+
[1m[35m (1.4ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
103602
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103603
|
+
[1m[35m (0.6ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
103604
|
+
[1m[35m (2.1ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
103605
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103606
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
103607
|
+
[1m[35m (1.5ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
103608
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103609
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
103610
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
103611
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103612
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
103613
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
103614
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103615
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
103616
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
103617
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103618
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
103619
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
103620
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103621
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
103622
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
103623
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103624
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
103625
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
103626
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103627
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
103628
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
103629
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103630
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
103631
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
103632
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103633
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
103634
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
103635
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103636
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
103637
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103638
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
103639
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103640
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103641
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC], ["plural", false]]
|
103642
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103643
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103644
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
103645
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC], ["slug", "winterfell-news-1"]]
|
103646
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103647
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103648
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103649
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103650
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103651
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103652
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
103653
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103654
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103655
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103656
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103657
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103658
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103659
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
103660
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103661
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103662
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103663
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103664
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103665
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103666
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
103667
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103668
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103669
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103670
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103671
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103672
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103673
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103674
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103675
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103676
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103677
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103678
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103679
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103680
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103681
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103682
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103683
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103684
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103685
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103686
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103687
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103688
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103689
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103690
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103691
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103692
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
103693
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103694
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
103695
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103696
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
103697
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103698
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103699
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC], ["plural", false]]
|
103700
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103701
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103702
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
|
103703
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 2"], ["post_type_id", 1], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC], ["slug", "winterfell-news-2"]]
|
103704
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103705
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103706
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103707
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103708
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103709
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103710
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
|
103711
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103712
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103713
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103714
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103715
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103716
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103717
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
|
103718
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103719
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103720
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103721
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103722
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103723
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103724
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
|
103725
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103726
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103727
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103728
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103729
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103730
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103731
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103732
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103733
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103734
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103735
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103736
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103737
|
+
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
|
103738
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103739
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103740
|
+
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
103741
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "A New Field for this Post Type"], ["version_id", 2], ["post_type_content_element_type_id", 1], ["content_element_type_id", 4], ["created_at", 2017-02-27 23:06:52 UTC], ["updated_at", 2017-02-27 23:06:52 UTC]]
|
103742
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103743
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103744
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103745
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
103746
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103747
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-02-27 23:06:52 UTC], ["id", 1]]
|
103748
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103749
|
+
[1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103750
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103751
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103752
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["label", "A changed label"]]
|
103753
|
+
[1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103754
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
103755
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
103756
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
103757
|
+
[1m[35m (1.8ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
103758
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103759
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
103760
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
103761
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103762
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
103763
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
103764
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103765
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
103766
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
103767
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103768
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
103769
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
103770
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103771
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
103772
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
103773
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103774
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
103775
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
103776
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103777
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
103778
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
103779
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103780
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
103781
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
103782
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103783
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
103784
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
103785
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103786
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
103787
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
103788
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103789
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
103790
|
+
[1m[35m (2.9ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
103791
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103792
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
103793
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103794
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103795
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103796
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103797
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC], ["plural", false]]
|
103798
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103799
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103800
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
103801
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC], ["slug", "winterfell-news-1"]]
|
103802
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103803
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103804
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103805
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103806
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103807
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103808
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
103809
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103810
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103811
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103812
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103813
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103814
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103815
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
103816
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103817
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103818
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103819
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103820
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103821
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103822
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
103823
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103824
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103825
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103826
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103827
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103828
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103829
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103830
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103831
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103832
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103833
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103834
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103835
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103836
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103837
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103838
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103839
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103840
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103841
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103842
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103843
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103844
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103845
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103846
|
+
[1m[36mPulitzer::Post Load (0.2ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103847
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103848
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
103849
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103850
|
+
[1m[35m (1.3ms)[0m [1m[31mrollback transaction[0m
|
103851
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103852
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103853
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103854
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103855
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC], ["plural", false]]
|
103856
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103857
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103858
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
|
103859
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 2"], ["post_type_id", 1], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC], ["slug", "winterfell-news-2"]]
|
103860
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103861
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103862
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103863
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103864
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103865
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103866
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
|
103867
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103868
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103869
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103870
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103871
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103872
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103873
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
|
103874
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103875
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103876
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103877
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103878
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103879
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103880
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
|
103881
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103882
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103883
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103884
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103885
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103886
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103887
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103888
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103889
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103890
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103891
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103892
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103893
|
+
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
|
103894
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103895
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103896
|
+
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
103897
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "A New Field for this Post Type"], ["version_id", 2], ["post_type_content_element_type_id", 1], ["content_element_type_id", 4], ["created_at", 2017-02-27 23:07:26 UTC], ["updated_at", 2017-02-27 23:07:26 UTC]]
|
103898
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103899
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103900
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103901
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
103902
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103903
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-02-27 23:07:26 UTC], ["id", 1]]
|
103904
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103905
|
+
[1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103906
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103907
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103908
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["label", "A changed label"]]
|
103909
|
+
[1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
103910
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
103911
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
103912
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
103913
|
+
[1m[35m (1.8ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
103914
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103915
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
103916
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
103917
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103918
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
103919
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
103920
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103921
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
103922
|
+
[1m[35m (0.7ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
103923
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103924
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
103925
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
103926
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103927
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
103928
|
+
[1m[35m (1.3ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
103929
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103930
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
103931
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
103932
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103933
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
103934
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
103935
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103936
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
103937
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
103938
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103939
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
103940
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
103941
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103942
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
103943
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
103944
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103945
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
103946
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
103947
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
103948
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
103949
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
103950
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
103951
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103952
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103953
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC], ["plural", false]]
|
103954
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103955
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103956
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
103957
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC], ["slug", "winterfell-news-1"]]
|
103958
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
103959
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103960
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103961
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
103962
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103963
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103964
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
103965
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
103966
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103967
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103968
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
103969
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103970
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103971
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
103972
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
103973
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103974
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103975
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
103976
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103977
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103978
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
103979
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
103980
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103981
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103982
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
103983
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103984
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
103985
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103986
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103987
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
103988
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
103989
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
103990
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
103991
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103992
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103993
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
103994
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
103995
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
103996
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
103997
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
103998
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
103999
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104000
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104001
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104002
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104003
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104004
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
104005
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104006
|
+
[1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
|
104007
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
104008
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
104009
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
104010
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104011
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC], ["plural", false]]
|
104012
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104013
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104014
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
|
104015
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 2"], ["post_type_id", 1], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC], ["slug", "winterfell-news-2"]]
|
104016
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104017
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104018
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104019
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104020
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104021
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104022
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
|
104023
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104024
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104025
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104026
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104027
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104028
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104029
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
|
104030
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104031
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104032
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104033
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104034
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104035
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104036
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
|
104037
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104038
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104039
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104040
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104041
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104042
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104043
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
104044
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104045
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104046
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104047
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104048
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104049
|
+
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
|
104050
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104051
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104052
|
+
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
104053
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "A New Field for this Post Type"], ["version_id", 2], ["post_type_content_element_type_id", 1], ["content_element_type_id", 4], ["created_at", 2017-02-27 23:08:07 UTC], ["updated_at", 2017-02-27 23:08:07 UTC]]
|
104054
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104055
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104056
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104057
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
104058
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104059
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-02-27 23:08:07 UTC], ["id", 1]]
|
104060
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104061
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104062
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104063
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104064
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["label", "A changed label"]]
|
104065
|
+
[1m[36mPulitzer::Partial Load (0.6ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104066
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
104067
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
104068
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
104069
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
104070
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
104071
|
+
[1m[35m (1.8ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
104072
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104073
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
104074
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
104075
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104076
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
104077
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
104078
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104079
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
104080
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
104081
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104082
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
104083
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
104084
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104085
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
104086
|
+
[1m[35m (1.5ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
104087
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104088
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
104089
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
104090
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104091
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
104092
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
104093
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104094
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
104095
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
104096
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104097
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
104098
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
104099
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104100
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
104101
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
104102
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104103
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
104104
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
104105
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104106
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
104107
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
104108
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
104109
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
104110
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104111
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC], ["plural", false]]
|
104112
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104113
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104114
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
104115
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC], ["slug", "winterfell-news-1"]]
|
104116
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104117
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104118
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104119
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104120
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104121
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104122
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
104123
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104124
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104125
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104126
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104127
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104128
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104129
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
104130
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104131
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104132
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104133
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104134
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104135
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104136
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
104137
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104138
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104139
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104140
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104141
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104142
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
104143
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104144
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104145
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
104146
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
104147
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
104148
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
104149
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104150
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
104151
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104152
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
104153
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104154
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
104155
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104156
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104157
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104158
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104159
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104160
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104161
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104162
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
104163
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104164
|
+
[1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
|
104165
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
104166
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
104167
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
104168
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104169
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC], ["plural", false]]
|
104170
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104171
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104172
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
|
104173
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 2"], ["post_type_id", 1], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC], ["slug", "winterfell-news-2"]]
|
104174
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104175
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104176
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104177
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104178
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104179
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104180
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
|
104181
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104182
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104183
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104184
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104185
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104186
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104187
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
|
104188
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104189
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104190
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104191
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104192
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104193
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104194
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
|
104195
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104196
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104197
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104198
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104199
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104200
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104201
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
104202
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104203
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104204
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104205
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104206
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104207
|
+
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
|
104208
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104209
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104210
|
+
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
104211
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "A New Field for this Post Type"], ["version_id", 2], ["post_type_content_element_type_id", 1], ["content_element_type_id", 4], ["created_at", 2017-02-27 23:09:27 UTC], ["updated_at", 2017-02-27 23:09:27 UTC]]
|
104212
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104213
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104214
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104215
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
104216
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104217
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-02-27 23:09:27 UTC], ["id", 1]]
|
104218
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104219
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104220
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104221
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104222
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["label", "A New Field for this Post Type"]]
|
104223
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104224
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-02-27 23:09:27 UTC], ["id", 4]]
|
104225
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104226
|
+
[1m[36mPulitzer::Partial Load (0.0ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104227
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
104228
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
104229
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
104230
|
+
Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
|
104231
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
104232
|
+
[1m[35m (1.7ms)[0m [1m[31mDELETE FROM "pulitzer_content_element_types";[0m
|
104233
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104234
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';[0m
|
104235
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_posts";[0m
|
104236
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104237
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
104238
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_tags";[0m
|
104239
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104240
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_tags';[0m
|
104241
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
104242
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104243
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
104244
|
+
[1m[35m (0.9ms)[0m [1m[31mDELETE FROM "pulitzer_versions";[0m
|
104245
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104246
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
104247
|
+
[1m[35m (1.1ms)[0m [1m[31mDELETE FROM "pulitzer_post_tags";[0m
|
104248
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104249
|
+
[1m[35m (0.3ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
104250
|
+
[1m[35m (1.0ms)[0m [1m[31mDELETE FROM "pulitzer_post_types";[0m
|
104251
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104252
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_post_types';[0m
|
104253
|
+
[1m[35m (1.2ms)[0m [1m[31mDELETE FROM "pulitzer_partials";[0m
|
104254
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104255
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
104256
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_section_types";[0m
|
104257
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104258
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';[0m
|
104259
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_free_form_sections";[0m
|
104260
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104261
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
104262
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_layouts";[0m
|
104263
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104264
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_layouts';[0m
|
104265
|
+
[1m[35m (0.8ms)[0m [1m[31mDELETE FROM "pulitzer_content_elements";[0m
|
104266
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
104267
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';[0m
|
104268
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
104269
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
104270
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
104271
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104272
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC], ["plural", false]]
|
104273
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104274
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104275
|
+
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-1"], ["LIMIT", 1]]
|
104276
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC], ["slug", "winterfell-news-1"]]
|
104277
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104278
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104279
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104280
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104281
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104282
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104283
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 1"], ["LIMIT", 1]]
|
104284
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104285
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104286
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104287
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104288
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104289
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104290
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 2"], ["LIMIT", 1]]
|
104291
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 2"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104292
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104293
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104294
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104295
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104296
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104297
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 3"], ["LIMIT", 1]]
|
104298
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104299
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104300
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104301
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104302
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104303
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104304
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
104305
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104306
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104307
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104308
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104309
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104310
|
+
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
|
104311
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104312
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104313
|
+
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
104314
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "A New Field for this Post Type"], ["version_id", 2], ["post_type_content_element_type_id", 1], ["content_element_type_id", 4], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104315
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104316
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104317
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104318
|
+
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
104319
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104320
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-02-27 23:10:28 UTC], ["id", 1]]
|
104321
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104322
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104323
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104324
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104325
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["label", "A New Field for this Post Type"]]
|
104326
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104327
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["label", "A changed label"], ["updated_at", 2017-02-27 23:10:28 UTC], ["id", 4]]
|
104328
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104329
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104330
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
104331
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
104332
|
+
[1m[35m (1.3ms)[0m [1m[31mrollback transaction[0m
|
104333
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
104334
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
104335
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
104336
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104337
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC], ["plural", false]]
|
104338
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104339
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104340
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ?[0m [["slug", "winterfell-news-2"], ["LIMIT", 1]]
|
104341
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 2"], ["post_type_id", 1], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC], ["slug", "winterfell-news-2"]]
|
104342
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104343
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104344
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104345
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104346
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104347
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104348
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 4"], ["LIMIT", 1]]
|
104349
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104350
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104351
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104352
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 1], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104353
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104354
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104355
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 5"], ["LIMIT", 1]]
|
104356
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 5"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104357
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104358
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104359
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 2], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104360
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104361
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104362
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text 6"], ["LIMIT", 1]]
|
104363
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104364
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104365
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104366
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_elements" ("label", "body", "version_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["version_id", 2], ["content_element_type_id", 3], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104367
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104368
|
+
[1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "pulitzer_versions" SET "status" = 2 WHERE "pulitzer_versions"."id" = ?[0m [["id", 2]]
|
104369
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104370
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104371
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1m[34mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
|
104372
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1m[34mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
104373
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1m[34mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
|
104374
|
+
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ?[0m [["id", 1]]
|
104375
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104376
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
104377
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104378
|
+
[1m[36mPulitzer::PostType Load (0.3ms)[0m [1m[34mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
104379
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104380
|
+
[1m[36mPulitzer::ContentElementType Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ?[0m [["name", "Text"], ["LIMIT", 1]]
|
104381
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104382
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104383
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
104384
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_type_id", 1], ["content_element_type_id", 4], ["label", "A New Field for this Post Type"], ["created_at", 2017-02-27 23:10:28 UTC], ["updated_at", 2017-02-27 23:10:28 UTC]]
|
104385
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
104386
|
+
[1m[36mPulitzer::Post Load (0.0ms)[0m [1m[34mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104387
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1m[34mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ?[0m [["post_id", 1], ["status", 0], ["LIMIT", 1]]
|
104388
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 4]]
|
104389
|
+
[1m[36mPulitzer::Partial Load (0.2ms)[0m [1m[34mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."post_type_id" = ?[0m [["post_type_id", 1]]
|
104390
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|