pulitzer 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/pulitzer/post_types/_form_fields.html.erb +2 -0
- data/app/views/pulitzer/post_types/_new.html.erb +2 -3
- data/app/views/pulitzer/post_types/_show.html.erb +5 -1
- data/app/views/pulitzer/post_types/_template.html.erb +2 -1
- data/lib/pulitzer/version.rb +1 -1
- data/spec/dummy/db/schema.rb +2 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +2631 -0
- data/spec/dummy/public/uploads/tmp/1464017309-58451-6943/cms_sam_and_snow.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1464017309-58451-6943/sam_and_snow.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1464017309-58451-6943/thumb_sam_and_snow.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1464019966-61476-8987/cms_sam_and_snow.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1464019966-61476-8987/sam_and_snow.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1464019966-61476-8987/thumb_sam_and_snow.jpg +0 -0
- metadata +13 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9cafb67c6274317c88bb14448f64f7a2b4d376e
|
4
|
+
data.tar.gz: 6e1c5b835f99aa804010d1151370d80cc168c8ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e46f2c97262bb48c4eb089e7d2a65e1c04cf6f4440f650ea27efb41864daa786127f348de602cc652d2292aa33a5b2eebb7878f546039bc17811a025bbe4b604
|
7
|
+
data.tar.gz: 51083d37267c6fa6a79a8a355c0d11aa8790f4abbd87e1ed7e9cec388592afe0a5d83667042949151b26c33716d0a1eb878675fa636524e7008161032b1c35e4
|
@@ -2,8 +2,10 @@
|
|
2
2
|
<%= f.text_field :name %>
|
3
3
|
<%= f.hidden_field :kind %>
|
4
4
|
<% if f.object.template? %>
|
5
|
+
<div class="pulitzer-row">
|
5
6
|
<%= f.label :plural %>
|
6
7
|
<%= f.check_box :plural %>
|
8
|
+
</div>
|
7
9
|
<% elsif f.object.partial? %>
|
8
10
|
<%= f.hidden_field :plural, value: true %>
|
9
11
|
<% end %>
|
@@ -1,7 +1,6 @@
|
|
1
1
|
<%= form_for post_type, html: ajax_form_hash('#post_types_container', insert_method: 'append', sub_class: "AddALineForm", container: '#new_post_type') do |f| %>
|
2
2
|
<%= render partial: 'form_fields', locals: { f: f } %>
|
3
|
-
|
4
|
-
<%=
|
5
|
-
data: { emptier: true, target: "#new_#{post_type.kind}" } ) %>
|
3
|
+
<div class="pulitzer-span margin"><%= f.submit "Create" %></div>
|
4
|
+
<div class="button pulitzer-span" <%= emptier "#new_#{post_type.kind}" %>>Cancel</div>
|
6
5
|
<% end %>
|
7
6
|
<%= render 'pulitzer/shared/error_messages', object: post_type %>
|
@@ -5,7 +5,11 @@
|
|
5
5
|
<li><%= link_to_posts(post_type, 'Index', 'Manage') %></li>
|
6
6
|
<% end %>
|
7
7
|
<li>
|
8
|
-
|
8
|
+
<% if 'template' == action_name %>
|
9
|
+
<%= ajax_link 'Template', post_type_path(post_type), {}, dom_target(post_type) %>
|
10
|
+
<% else %>
|
11
|
+
<%= ajax_link 'Template', template_post_type_path(post_type), {}, dom_target(post_type) %>
|
12
|
+
<% end %>
|
9
13
|
</li>
|
10
14
|
<li>
|
11
15
|
<% if Pulitzer.skip_metadata_auth? || self.instance_eval(&Pulitzer.metadata_closure) %>
|
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
<%= render partial: 'show', locals: {post_type: post_type} %>
|
2
|
+
<div class="pulitzer-indent" id="<%= dom_id(post_type, :template) %>">
|
2
3
|
<h5>Content Elements</h5>
|
3
4
|
<div id="post_type_content_element_types_container_<%= dom_id(post_type) %>">
|
4
5
|
<% post_type.post_type_content_element_types.each do |ptcet| %>
|
data/lib/pulitzer/version.rb
CHANGED
data/spec/dummy/db/schema.rb
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
#
|
12
12
|
# It's strongly recommended that you check this file into your version control system.
|
13
13
|
|
14
|
-
ActiveRecord::Schema.define(version:
|
14
|
+
ActiveRecord::Schema.define(version: 20160519181030) do
|
15
15
|
|
16
16
|
create_table "pulitzer_content_element_types", force: :cascade do |t|
|
17
17
|
t.string "name"
|
@@ -58,6 +58,7 @@ ActiveRecord::Schema.define(version: 20160517182500) do
|
|
58
58
|
t.integer "free_form_section_id"
|
59
59
|
t.integer "sort_order"
|
60
60
|
t.integer "layout_id"
|
61
|
+
t.string "label"
|
61
62
|
end
|
62
63
|
|
63
64
|
create_table "pulitzer_post_tags", force: :cascade do |t|
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/spec/dummy/log/test.log
CHANGED
@@ -51106,3 +51106,2634 @@ Pulitzer::CloneVersion !!!
|
|
51106
51106
|
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
|
51107
51107
|
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
|
51108
51108
|
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
51109
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
51110
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "pulitzer_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
51111
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "sort_order" integer, "kind" integer DEFAULT 0, "partial_id" integer)
|
51112
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "pulitzer_free_form_section_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "name" varchar) [0m
|
51113
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "pulitzer_free_form_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "free_form_section_type_id" integer, "name" varchar)
|
51114
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "pulitzer_layouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "name" varchar) [0m
|
51115
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "pulitzer_partials" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "free_form_section_id" integer, "sort_order" integer, "layout_id" integer)
|
51116
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
51117
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "pulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor" varchar)
|
51118
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "kind" integer DEFAULT 0) [0m
|
51119
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "pulitzer_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "post_type_id" integer, "status" varchar DEFAULT 'unpublished', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)
|
51120
|
+
[1m[36m (1.1ms)[0m [1mselect sqlite_version(*)[0m
|
51121
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
|
51122
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "pulitzer_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
51123
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "search_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51124
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
51125
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
51126
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
51127
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160517182500')
|
51128
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150901153531')[0m
|
51129
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
51130
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
51131
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
51132
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
51133
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
51134
|
+
Migrating to CreatePulitzerPostTypes (20150618224344)
|
51135
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51136
|
+
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51137
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150618224344"]]
|
51138
|
+
[1m[35m (1.2ms)[0m commit transaction
|
51139
|
+
Migrating to CreatePulitzerContentElementTypes (20150618225402)
|
51140
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51141
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51142
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150618225402"]]
|
51143
|
+
[1m[35m (1.0ms)[0m commit transaction
|
51144
|
+
Migrating to CreatePulitzerPosts (20150619204615)
|
51145
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51146
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "post_type_id" integer, "status" varchar DEFAULT 'unpublished', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51147
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150619204615"]]
|
51148
|
+
[1m[35m (0.6ms)[0m commit transaction
|
51149
|
+
Migrating to CreatePulitzerContentElements (20150619204708)
|
51150
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
51151
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51152
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150619204708"]]
|
51153
|
+
[1m[35m (0.6ms)[0m commit transaction
|
51154
|
+
Migrating to CreatePulitzerTags (20150619213436)
|
51155
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51156
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51157
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150619213436"]]
|
51158
|
+
[1m[35m (0.7ms)[0m commit transaction
|
51159
|
+
Migrating to CreatePulitzerPostTags (20150619213457)
|
51160
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51161
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51162
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150619213457"]]
|
51163
|
+
[1m[35m (0.5ms)[0m commit transaction
|
51164
|
+
Migrating to CreatePulitzerPostTypeContentElementTypes (20150619215914)
|
51165
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51166
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51167
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150619215914"]]
|
51168
|
+
[1m[35m (0.6ms)[0m commit transaction
|
51169
|
+
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150629195832)
|
51170
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51171
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
|
51172
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
|
51173
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150629195832"]]
|
51174
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
51175
|
+
Migrating to AddPulitzerContentElementTypes (20150702150819)
|
51176
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51177
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text' LIMIT 1[0m
|
51178
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", "2016-05-23 15:28:20.232296"], ["updated_at", "2016-05-23 15:28:20.232296"]]
|
51179
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Image' LIMIT 1[0m
|
51180
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2016-05-23 15:28:20.234986"], ["updated_at", "2016-05-23 15:28:20.234986"]]
|
51181
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Video' LIMIT 1[0m
|
51182
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", "2016-05-23 15:28:20.236947"], ["updated_at", "2016-05-23 15:28:20.236947"]]
|
51183
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150702150819"]]
|
51184
|
+
[1m[35m (0.7ms)[0m commit transaction
|
51185
|
+
Migrating to AddSlugToPulitzerPosts (20150724150230)
|
51186
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51187
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_posts" ADD "slug" varchar
|
51188
|
+
[1m[36m (0.5ms)[0m [1mCREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")[0m
|
51189
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150724150230"]]
|
51190
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
51191
|
+
Migrating to CreateSearchLocations (20150901153531)
|
51192
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51193
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "search_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
51194
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150901153531"]]
|
51195
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
51196
|
+
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902212741)
|
51197
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51198
|
+
[1m[36m (0.5ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
51199
|
+
[1m[35m (0.0ms)[0m SELECT * FROM "pulitzer_post_tags"
|
51200
|
+
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_post_tags"[0m
|
51201
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51202
|
+
[1m[36m (0.0ms)[0m [1mSELECT * FROM "apulitzer_post_tags"[0m
|
51203
|
+
[1m[35m (0.3ms)[0m DROP TABLE "apulitzer_post_tags"
|
51204
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150902212741"]]
|
51205
|
+
[1m[35m (0.8ms)[0m commit transaction
|
51206
|
+
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026180630)
|
51207
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51208
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar
|
51209
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)[0m
|
51210
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151026180630"]]
|
51211
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
51212
|
+
Migrating to CreatePulitzerVersions (20151029194354)
|
51213
|
+
[1m[35m (0.0ms)[0m begin transaction
|
51214
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
51215
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029194354"]]
|
51216
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
51217
|
+
Migrating to ChangePostElementsToVersions (20151029220558)
|
51218
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51219
|
+
[1m[36m (0.3ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
51220
|
+
[1m[35m (0.1ms)[0m SELECT * FROM "pulitzer_content_elements"
|
51221
|
+
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_content_elements"[0m
|
51222
|
+
[1m[35m (0.2ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51223
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_content_elements"[0m
|
51224
|
+
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_content_elements"
|
51225
|
+
[1m[36m (0.2ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
51226
|
+
[1m[35m (0.1ms)[0m SELECT * FROM "pulitzer_post_tags"
|
51227
|
+
[1m[36m (0.5ms)[0m [1mDROP TABLE "pulitzer_post_tags"[0m
|
51228
|
+
[1m[35m (0.2ms)[0m CREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
51229
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_tags"[0m
|
51230
|
+
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_post_tags"
|
51231
|
+
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000[0m
|
51232
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029220558"]]
|
51233
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
51234
|
+
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113183344)
|
51235
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51236
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar[0m
|
51237
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100
|
51238
|
+
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100[0m
|
51239
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer
|
51240
|
+
Scoped order and limit are ignored, it's forced to be batch order and batch size
|
51241
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1000[0m
|
51242
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151113183344"]]
|
51243
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
51244
|
+
Migrating to ChangeTemplateToPulitzerPostTypes (20151116162508)
|
51245
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51246
|
+
[1m[36m (0.2ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "template" boolean) [0m
|
51247
|
+
[1m[35m (0.1ms)[0m SELECT * FROM "pulitzer_post_types"
|
51248
|
+
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
|
51249
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean)
|
51250
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
|
51251
|
+
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_post_types"
|
51252
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "kind" integer DEFAULT 0[0m
|
51253
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151116162508"]]
|
51254
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
51255
|
+
Migrating to AddKindToPulitzerContentElements (20151118031237)
|
51256
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51257
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "kind" integer DEFAULT 0[0m
|
51258
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151118031237"]]
|
51259
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
51260
|
+
Migrating to AddErrorsToVersion (20160122204201)
|
51261
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51262
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_versions" ADD "cloning_errors" jsonb[0m
|
51263
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160122204201"]]
|
51264
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
51265
|
+
Migrating to CreatePartials (20160511192041)
|
51266
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51267
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "pulitzer_partials" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "free_form_section_id" integer, "sort_order" integer) [0m
|
51268
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160511192041"]]
|
51269
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
51270
|
+
Migrating to AddPartialToContentElement (20160512214545)
|
51271
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51272
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "partial_id" integer[0m
|
51273
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160512214545"]]
|
51274
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
51275
|
+
Migrating to CreateFreeFormSectionType (20160513153209)
|
51276
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51277
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_free_form_section_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "name" varchar) [0m
|
51278
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160513153209"]]
|
51279
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
51280
|
+
Migrating to CreateFreeFormSection (20160513153214)
|
51281
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51282
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "pulitzer_free_form_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "free_form_section_type_id" integer, "name" varchar) [0m
|
51283
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160513153214"]]
|
51284
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
51285
|
+
Migrating to FixPostTypeKinds (20160516150237)
|
51286
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51287
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" IN (1, 2)[0m
|
51288
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516150237"]]
|
51289
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
51290
|
+
Migrating to CreateLayouts (20160517181706)
|
51291
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51292
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "pulitzer_layouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "name" varchar) [0m
|
51293
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160517181706"]]
|
51294
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
51295
|
+
Migrating to AddLayoutToPartial (20160517182500)
|
51296
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51297
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_partials" ADD "layout_id" integer[0m
|
51298
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160517182500"]]
|
51299
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
51300
|
+
Migrating to AddLabelToPartial (20160519181030)
|
51301
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51302
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_partials" ADD "label" varchar[0m
|
51303
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160519181030"]]
|
51304
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
51305
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
51306
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
51307
|
+
FROM sqlite_master
|
51308
|
+
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
|
51309
|
+
UNION ALL
|
51310
|
+
SELECT sql
|
51311
|
+
FROM sqlite_temp_master
|
51312
|
+
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
|
51313
|
+
[0m
|
51314
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
51315
|
+
[1m[35m (1.0ms)[0m DELETE FROM "pulitzer_content_element_types";
|
51316
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
51317
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';
|
51318
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "pulitzer_posts";[0m
|
51319
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
51320
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
51321
|
+
[1m[35m (0.6ms)[0m DELETE FROM "pulitzer_tags";
|
51322
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
51323
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_tags';
|
51324
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
51325
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
51326
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
51327
|
+
[1m[35m (1.0ms)[0m DELETE FROM "search_locations";
|
51328
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
51329
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'search_locations';
|
51330
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "pulitzer_versions";[0m
|
51331
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
51332
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
51333
|
+
[1m[35m (0.6ms)[0m DELETE FROM "pulitzer_content_elements";
|
51334
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
51335
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';
|
51336
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "pulitzer_post_tags";[0m
|
51337
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
51338
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
51339
|
+
[1m[35m (0.6ms)[0m DELETE FROM "pulitzer_post_types";
|
51340
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
51341
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_post_types';
|
51342
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "pulitzer_partials";[0m
|
51343
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
51344
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
51345
|
+
[1m[35m (0.6ms)[0m DELETE FROM "pulitzer_free_form_section_types";
|
51346
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
51347
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';
|
51348
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "pulitzer_free_form_sections";[0m
|
51349
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
51350
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
51351
|
+
[1m[35m (0.6ms)[0m DELETE FROM "pulitzer_layouts";
|
51352
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
51353
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_layouts';
|
51354
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51355
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51356
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51357
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51358
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 15:28:28.697717"], ["updated_at", "2016-05-23 15:28:28.697717"]]
|
51359
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51360
|
+
Processing by Pulitzer::FreeFormSectionTypesController#new as HTML
|
51361
|
+
Parameters: {"post_type_id"=>"1"}
|
51362
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51363
|
+
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
51364
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (5.8ms)
|
51365
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_new.html.erb (25.0ms)
|
51366
|
+
Completed 200 OK in 56ms (Views: 33.8ms | ActiveRecord: 0.3ms)
|
51367
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
51368
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51369
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
51370
|
+
[1m[35m (0.0ms)[0m begin transaction
|
51371
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51372
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 15:28:28.769367"], ["updated_at", "2016-05-23 15:28:28.769367"]]
|
51373
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51374
|
+
Processing by Pulitzer::FreeFormSectionTypesController#create as HTML
|
51375
|
+
Parameters: {"free_form_section_type"=>{"post_type_id"=>"1", "name"=>"test sidebar"}}
|
51376
|
+
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
51377
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51378
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name") VALUES (?, ?) [["post_type_id", 1], ["name", "test sidebar"]]
|
51379
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51380
|
+
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
51381
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
51382
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (5.2ms)
|
51383
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show_wrapper.html.erb (7.3ms)
|
51384
|
+
Completed 200 OK in 15ms (Views: 9.2ms | ActiveRecord: 0.8ms)
|
51385
|
+
[1m[35mPulitzer::FreeFormSectionType Load (0.1ms)[0m SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT 1
|
51386
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
51387
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51388
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
51389
|
+
[1m[35m (0.0ms)[0m begin transaction
|
51390
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51391
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 15:28:28.792542"], ["updated_at", "2016-05-23 15:28:28.792542"]]
|
51392
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51393
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51394
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?)[0m [["name", "main content"], ["post_type_id", 1]]
|
51395
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51396
|
+
Processing by Pulitzer::FreeFormSectionTypesController#edit as HTML
|
51397
|
+
Parameters: {"id"=>"1"}
|
51398
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51399
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
|
51400
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (0.7ms)
|
51401
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form.html.erb (10.2ms)
|
51402
|
+
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms)
|
51403
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
51404
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51405
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51406
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51407
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51408
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 15:28:28.815841"], ["updated_at", "2016-05-23 15:28:28.815841"]]
|
51409
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51410
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51411
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "main content"], ["post_type_id", 1]]
|
51412
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51413
|
+
Processing by Pulitzer::FreeFormSectionTypesController#update as HTML
|
51414
|
+
Parameters: {"free_form_section_type"=>{"name"=>"edited name"}, "id"=>"1"}
|
51415
|
+
[1m[35mPulitzer::FreeFormSectionType Load (0.0ms)[0m SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1 [["id", 1]]
|
51416
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51417
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ? [["name", "edited name"], ["id", 1]]
|
51418
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51419
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
51420
|
+
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
51421
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (4.7ms)
|
51422
|
+
Completed 200 OK in 9ms (Views: 5.2ms | ActiveRecord: 0.3ms)
|
51423
|
+
[1m[35mPulitzer::FreeFormSectionType Load (0.1ms)[0m SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1 [["id", 1]]
|
51424
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
51425
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51426
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
51427
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51428
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51429
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 15:28:28.837441"], ["updated_at", "2016-05-23 15:28:28.837441"]]
|
51430
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51431
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51432
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?)[0m [["name", "main content"], ["post_type_id", 1]]
|
51433
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51434
|
+
Processing by Pulitzer::FreeFormSectionTypesController#destroy as HTML
|
51435
|
+
Parameters: {"id"=>"1"}
|
51436
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51437
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51438
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["id", 1]]
|
51439
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51440
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51441
|
+
[1m[35mPulitzer::Post Load (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
|
51442
|
+
Rendered text template (0.0ms)
|
51443
|
+
Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.3ms)
|
51444
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51445
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
51446
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51447
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51448
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51449
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51450
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 15:28:28.856478"], ["updated_at", "2016-05-23 15:28:28.856478"]]
|
51451
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51452
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51453
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
|
51454
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51455
|
+
Processing by Pulitzer::PartialsController#new as HTML
|
51456
|
+
Parameters: {"partial"=>{"free_form_section_id"=>"1"}}
|
51457
|
+
[1m[35mPulitzer::FreeFormSection Load (0.1ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
|
51458
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
|
51459
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ?[0m [["kind", 1]]
|
51460
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? [["kind", 1]]
|
51461
|
+
[1m[36mPulitzer::Layout Load (0.1ms)[0m [1mSELECT "pulitzer_layouts".* FROM "pulitzer_layouts" WHERE "pulitzer_layouts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
51462
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_new.html.erb (11.9ms)
|
51463
|
+
Completed 200 OK in 32ms (Views: 15.7ms | ActiveRecord: 0.6ms)
|
51464
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
51465
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51466
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51467
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51468
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51469
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 15:28:28.905130"], ["updated_at", "2016-05-23 15:28:28.905130"]]
|
51470
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51471
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51472
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
|
51473
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51474
|
+
Processing by Pulitzer::PartialsController#create as HTML
|
51475
|
+
Parameters: {"partial"=>{"post_type_id"=>"1", "free_form_section_id"=>"1"}}
|
51476
|
+
[1m[35mPulitzer::FreeFormSection Load (0.1ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
|
51477
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51478
|
+
[1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
|
51479
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 1]]
|
51480
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 1], ["free_form_section_id", 1], ["sort_order", 1]]
|
51481
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51482
|
+
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
51483
|
+
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "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]]
|
51484
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
|
51485
|
+
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]]
|
51486
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (4.0ms)
|
51487
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (11.4ms)
|
51488
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show_wrapper.html.erb (13.2ms)
|
51489
|
+
Completed 200 OK in 26ms (Views: 14.7ms | ActiveRecord: 1.1ms)
|
51490
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1mSELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT 1[0m
|
51491
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
51492
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51493
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51494
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51495
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51496
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
|
51497
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51498
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51499
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 15:28:28.944086"], ["updated_at", "2016-05-23 15:28:28.944086"]]
|
51500
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51501
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51502
|
+
[1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1[0m [["id", 1]]
|
51503
|
+
[1m[35m (0.0ms)[0m SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 1]]
|
51504
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 1], ["free_form_section_id", 1], ["sort_order", 1]]
|
51505
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51506
|
+
Processing by Pulitzer::PartialsController#edit as HTML
|
51507
|
+
Parameters: {"id"=>"1"}
|
51508
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
51509
|
+
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
51510
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
|
51511
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
|
51512
|
+
[1m[36mPulitzer::Layout Load (0.1ms)[0m [1mSELECT "pulitzer_layouts".* FROM "pulitzer_layouts" WHERE "pulitzer_layouts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
51513
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_form.html.erb (12.4ms)
|
51514
|
+
Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.2ms)
|
51515
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
51516
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51517
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51518
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51519
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51520
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Left Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 15:28:28.970911"], ["updated_at", "2016-05-23 15:28:28.970911"]]
|
51521
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51522
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51523
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
|
51524
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51525
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51526
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 15:28:28.974858"], ["updated_at", "2016-05-23 15:28:28.974858"]]
|
51527
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51528
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51529
|
+
[1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
|
51530
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 1]]
|
51531
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 2], ["free_form_section_id", 1], ["sort_order", 1]]
|
51532
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51533
|
+
Processing by Pulitzer::PartialsController#update as HTML
|
51534
|
+
Parameters: {"partial"=>{"post_type_id"=>"1"}, "id"=>"1"}
|
51535
|
+
[1m[35mPulitzer::Partial Load (0.1ms)[0m SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT 1 [["id", 1]]
|
51536
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51537
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ? [["post_type_id", 1], ["id", 1]]
|
51538
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51539
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
51540
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
|
51541
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
|
51542
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (1.4ms)
|
51543
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (6.6ms)
|
51544
|
+
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.3ms)
|
51545
|
+
[1m[35mPulitzer::Partial Load (0.0ms)[0m SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT 1 [["id", 1]]
|
51546
|
+
[1m[36mPulitzer::PostType Load (0.0ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51547
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
51548
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51549
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51550
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51551
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51552
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.005406"], ["updated_at", "2016-05-23 15:28:29.005406"]]
|
51553
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51554
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51555
|
+
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-1"]]
|
51556
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["slug", "winterfell-news-1"], ["created_at", "2016-05-23 15:28:29.129151"], ["updated_at", "2016-05-23 15:28:29.129151"]]
|
51557
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:29.132696"], ["updated_at", "2016-05-23 15:28:29.132696"]]
|
51558
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51559
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51560
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:29.134787"], ["updated_at", "2016-05-23 15:28:29.134787"]]
|
51561
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51562
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51563
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 1' LIMIT 1
|
51564
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", "2016-05-23 15:28:29.148018"], ["updated_at", "2016-05-23 15:28:29.148018"]]
|
51565
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51566
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51567
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.150748"], ["updated_at", "2016-05-23 15:28:29.150748"]]
|
51568
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51569
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51570
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 2' LIMIT 1[0m
|
51571
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 2"], ["created_at", "2016-05-23 15:28:29.154332"], ["updated_at", "2016-05-23 15:28:29.154332"]]
|
51572
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51573
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51574
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.156089"], ["updated_at", "2016-05-23 15:28:29.156089"]]
|
51575
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51576
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51577
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 3' LIMIT 1
|
51578
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", "2016-05-23 15:28:29.158762"], ["updated_at", "2016-05-23 15:28:29.158762"]]
|
51579
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51580
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51581
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.160159"], ["updated_at", "2016-05-23 15:28:29.160159"]]
|
51582
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51583
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
|
51584
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51585
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 15:28:29.164207"], ["updated_at", "2016-05-23 15:28:29.164207"]]
|
51586
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51587
|
+
Pulitzer::CloneVersion !!!
|
51588
|
+
/Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
51589
|
+
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
|
51590
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
51591
|
+
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
|
51592
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51593
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.150748"], ["updated_at", "2016-05-23 15:28:29.150748"]]
|
51594
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51595
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51596
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.172093"], ["id", 4]]
|
51597
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51598
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
|
51599
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51600
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 15:28:29.156089"], ["updated_at", "2016-05-23 15:28:29.156089"]]
|
51601
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51602
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51603
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.176786"], ["id", 5]]
|
51604
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51605
|
+
[1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
|
51606
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51607
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 15:28:29.160159"], ["updated_at", "2016-05-23 15:28:29.160159"]]
|
51608
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51609
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51610
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.181625"], ["id", 6]]
|
51611
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51612
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
51613
|
+
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
|
51614
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51615
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 15:28:29.186759"], ["id", 3]]
|
51616
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51617
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
|
51618
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
51619
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51620
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
51621
|
+
[1m[35m (0.0ms)[0m begin transaction
|
51622
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51623
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.197181"], ["updated_at", "2016-05-23 15:28:29.197181"]]
|
51624
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51625
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51626
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-2"]]
|
51627
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 2"], ["post_type_id", 1], ["slug", "winterfell-news-2"], ["created_at", "2016-05-23 15:28:29.200432"], ["updated_at", "2016-05-23 15:28:29.200432"]]
|
51628
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:29.202745"], ["updated_at", "2016-05-23 15:28:29.202745"]]
|
51629
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51630
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51631
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:29.204881"], ["updated_at", "2016-05-23 15:28:29.204881"]]
|
51632
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51633
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51634
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?)[0m [["name", "section A"], ["version_id", 2]]
|
51635
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51636
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51637
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "section B"], ["version_id", 2]]
|
51638
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51639
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51640
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?)[0m [["name", "section C"], ["version_id", 2]]
|
51641
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51642
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
51643
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51644
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 15:28:29.210701"], ["updated_at", "2016-05-23 15:28:29.210701"]]
|
51645
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51646
|
+
Pulitzer::CloneVersion !!!
|
51647
|
+
/Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
51648
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 4]]
|
51649
|
+
[1m[35mPulitzer::ContentElement Load (0.0ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
|
51650
|
+
[1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
51651
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51652
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "section A"]]
|
51653
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51654
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 1]]
|
51655
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51656
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 3], ["id", 4]]
|
51657
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51658
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51659
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "section B"]]
|
51660
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51661
|
+
[1m[35mPulitzer::Partial Load (0.0ms)[0m SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 2]]
|
51662
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51663
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 3], ["id", 5]]
|
51664
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51665
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51666
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "section C"]]
|
51667
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51668
|
+
[1m[36mPulitzer::Partial Load (0.0ms)[0m [1mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
|
51669
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51670
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 3], ["id", 6]]
|
51671
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51672
|
+
[1m[36mPulitzer::PostTag Load (0.0ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
|
51673
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51674
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", "2016-05-23 15:28:29.222491"], ["id", 3]]
|
51675
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51676
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 3]]
|
51677
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
51678
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51679
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51680
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51681
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51682
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.231611"], ["updated_at", "2016-05-23 15:28:29.231611"]]
|
51683
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51684
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51685
|
+
[1m[35mPulitzer::Post Exists (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-3"]]
|
51686
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 3"], ["post_type_id", 1], ["slug", "winterfell-news-3"], ["created_at", "2016-05-23 15:28:29.234631"], ["updated_at", "2016-05-23 15:28:29.234631"]]
|
51687
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:29.237620"], ["updated_at", "2016-05-23 15:28:29.237620"]]
|
51688
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51689
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51690
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:29.239550"], ["updated_at", "2016-05-23 15:28:29.239550"]]
|
51691
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51692
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51693
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 4' LIMIT 1
|
51694
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", "2016-05-23 15:28:29.242439"], ["updated_at", "2016-05-23 15:28:29.242439"]]
|
51695
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51696
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51697
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.243983"], ["updated_at", "2016-05-23 15:28:29.243983"]]
|
51698
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51699
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51700
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 5' LIMIT 1[0m
|
51701
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 5"], ["created_at", "2016-05-23 15:28:29.246660"], ["updated_at", "2016-05-23 15:28:29.246660"]]
|
51702
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51703
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51704
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.248370"], ["updated_at", "2016-05-23 15:28:29.248370"]]
|
51705
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51706
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51707
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 6' LIMIT 1
|
51708
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", "2016-05-23 15:28:29.251103"], ["updated_at", "2016-05-23 15:28:29.251103"]]
|
51709
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51710
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51711
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.253533"], ["updated_at", "2016-05-23 15:28:29.253533"]]
|
51712
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51713
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51714
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 15:28:29.256075"], ["updated_at", "2016-05-23 15:28:29.256075"]]
|
51715
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51716
|
+
Pulitzer::CloneVersion !!!
|
51717
|
+
/Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
51718
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 4]]
|
51719
|
+
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
|
51720
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51721
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51722
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.243983"], ["updated_at", "2016-05-23 15:28:29.243983"]]
|
51723
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51724
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51725
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.262946"], ["id", 4]]
|
51726
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51727
|
+
[1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
|
51728
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51729
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 5"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 15:28:29.248370"], ["updated_at", "2016-05-23 15:28:29.248370"]]
|
51730
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51731
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51732
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.268511"], ["id", 5]]
|
51733
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51734
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
51735
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51736
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 15:28:29.253533"], ["updated_at", "2016-05-23 15:28:29.253533"]]
|
51737
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51738
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51739
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.273650"], ["id", 6]]
|
51740
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51741
|
+
[1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
|
51742
|
+
[1m[36mPulitzer::PostTag Load (0.0ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
|
51743
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51744
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", "2016-05-23 15:28:29.275929"], ["id", 3]]
|
51745
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51746
|
+
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["version_id", 3]]
|
51747
|
+
[1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
|
51748
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
51749
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51750
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
51751
|
+
[1m[35m (0.0ms)[0m begin transaction
|
51752
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51753
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.285216"], ["updated_at", "2016-05-23 15:28:29.285216"]]
|
51754
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51755
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51756
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 7' LIMIT 1[0m
|
51757
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 7"], ["created_at", "2016-05-23 15:28:29.291293"], ["updated_at", "2016-05-23 15:28:29.291293"]]
|
51758
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51759
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51760
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["content_element_type_id", 1], ["post_type_id", 1], ["created_at", "2016-05-23 15:28:29.294360"], ["updated_at", "2016-05-23 15:28:29.294360"]]
|
51761
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51762
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51763
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 8' LIMIT 1
|
51764
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 8"], ["created_at", "2016-05-23 15:28:29.297040"], ["updated_at", "2016-05-23 15:28:29.297040"]]
|
51765
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51766
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51767
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2016-05-23 15:28:29.298595"], ["updated_at", "2016-05-23 15:28:29.298595"]]
|
51768
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51769
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51770
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 9' LIMIT 1[0m
|
51771
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 9"], ["created_at", "2016-05-23 15:28:29.300901"], ["updated_at", "2016-05-23 15:28:29.300901"]]
|
51772
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51773
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51774
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2016-05-23 15:28:29.302509"], ["updated_at", "2016-05-23 15:28:29.302509"]]
|
51775
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51776
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ?[0m [["id", 1]]
|
51777
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]]
|
51778
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51779
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "test"]]
|
51780
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51781
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51782
|
+
[1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1[0m [["id", 1]]
|
51783
|
+
[1m[35m (0.0ms)[0m SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 1]]
|
51784
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 1], ["free_form_section_id", 1], ["sort_order", 1]]
|
51785
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51786
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ?[0m [["partial_id", 1]]
|
51787
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
51788
|
+
[1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "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]]
|
51789
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51790
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51791
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("partial_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["partial_id", 1], ["label", "Slide 1 content element 1"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.317196"], ["updated_at", "2016-05-23 15:28:29.317196"]]
|
51792
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51793
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51794
|
+
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
|
51795
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("partial_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["partial_id", 1], ["label", "Slide 1 content element 2"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2016-05-23 15:28:29.322842"], ["updated_at", "2016-05-23 15:28:29.322842"]]
|
51796
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51797
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51798
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
51799
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("partial_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["partial_id", 1], ["label", "Slide 1 content element 3"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 3], ["created_at", "2016-05-23 15:28:29.326275"], ["updated_at", "2016-05-23 15:28:29.326275"]]
|
51800
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51801
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
51802
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51803
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51804
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51805
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51806
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.332055"], ["updated_at", "2016-05-23 15:28:29.332055"]]
|
51807
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51808
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51809
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 10' LIMIT 1
|
51810
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 10"], ["created_at", "2016-05-23 15:28:29.334891"], ["updated_at", "2016-05-23 15:28:29.334891"]]
|
51811
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51812
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51813
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["content_element_type_id", 1], ["post_type_id", 1], ["created_at", "2016-05-23 15:28:29.337486"], ["updated_at", "2016-05-23 15:28:29.337486"]]
|
51814
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51815
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51816
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 11' LIMIT 1[0m
|
51817
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 11"], ["created_at", "2016-05-23 15:28:29.340493"], ["updated_at", "2016-05-23 15:28:29.340493"]]
|
51818
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51819
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51820
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2016-05-23 15:28:29.341902"], ["updated_at", "2016-05-23 15:28:29.341902"]]
|
51821
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51822
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51823
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 12' LIMIT 1
|
51824
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 12"], ["created_at", "2016-05-23 15:28:29.344134"], ["updated_at", "2016-05-23 15:28:29.344134"]]
|
51825
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51826
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51827
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2016-05-23 15:28:29.345396"], ["updated_at", "2016-05-23 15:28:29.345396"]]
|
51828
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51829
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]]
|
51830
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51831
|
+
[1m[35mPulitzer::Post Exists (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-4"]]
|
51832
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 4"], ["post_type_id", 1], ["slug", "winterfell-news-4"], ["created_at", "2016-05-23 15:28:29.349426"], ["updated_at", "2016-05-23 15:28:29.349426"]]
|
51833
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:29.351225"], ["updated_at", "2016-05-23 15:28:29.351225"]]
|
51834
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51835
|
+
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
51836
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 1]]
|
51837
|
+
[1m[35mPulitzer::PostTypeContentElementType Load (0.0ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
|
51838
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
51839
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51840
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51841
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "Slide 1 content element 4"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.358930"], ["updated_at", "2016-05-23 15:28:29.358930"]]
|
51842
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51843
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
51844
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51845
|
+
[1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
|
51846
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "Slide 1 content element 5"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2016-05-23 15:28:29.363350"], ["updated_at", "2016-05-23 15:28:29.363350"]]
|
51847
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51848
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
51849
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51850
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
51851
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "Slide 1 content element 6"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 3], ["created_at", "2016-05-23 15:28:29.368358"], ["updated_at", "2016-05-23 15:28:29.368358"]]
|
51852
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51853
|
+
[1m[35mPulitzer::FreeFormSectionType Load (0.1ms)[0m SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]]
|
51854
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
51855
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 1]]
|
51856
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
51857
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51858
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
51859
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51860
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51861
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.377398"], ["updated_at", "2016-05-23 15:28:29.377398"]]
|
51862
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51863
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51864
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?)[0m [["name", "Main Body"], ["post_type_id", 1]]
|
51865
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51866
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51867
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "Side Bar"], ["post_type_id", 1]]
|
51868
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51869
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51870
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?)[0m [["name", "Footer List"], ["post_type_id", 1]]
|
51871
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51872
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51873
|
+
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "test"]]
|
51874
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "test"], ["post_type_id", 1], ["slug", "test"], ["created_at", "2016-05-23 15:28:29.386165"], ["updated_at", "2016-05-23 15:28:29.386165"]]
|
51875
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:29.388243"], ["updated_at", "2016-05-23 15:28:29.388243"]]
|
51876
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51877
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]]
|
51878
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
51879
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 1]]
|
51880
|
+
[1m[36mPulitzer::PostType Load (0.0ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51881
|
+
[1m[35mPulitzer::PostTypeContentElementType Load (0.0ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
|
51882
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1mSELECT "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]]
|
51883
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
51884
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51885
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "Main Body"], ["version_id", 1]]
|
51886
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51887
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
51888
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51889
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "Side Bar"], ["version_id", 1]]
|
51890
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51891
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
51892
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51893
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "Footer List"], ["version_id", 1]]
|
51894
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51895
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
51896
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
51897
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
51898
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51899
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51900
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51901
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51902
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.406712"], ["updated_at", "2016-05-23 15:28:29.406712"]]
|
51903
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51904
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51905
|
+
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-5"]]
|
51906
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 5"], ["post_type_id", 1], ["slug", "winterfell-news-5"], ["created_at", "2016-05-23 15:28:29.410689"], ["updated_at", "2016-05-23 15:28:29.410689"]]
|
51907
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:29.413176"], ["updated_at", "2016-05-23 15:28:29.413176"]]
|
51908
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51909
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51910
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:29.415404"], ["updated_at", "2016-05-23 15:28:29.415404"]]
|
51911
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51912
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51913
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 13' LIMIT 1
|
51914
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 13"], ["created_at", "2016-05-23 15:28:29.418728"], ["updated_at", "2016-05-23 15:28:29.418728"]]
|
51915
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51916
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51917
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 7"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.421708"], ["updated_at", "2016-05-23 15:28:29.421708"]]
|
51918
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51919
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51920
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 14' LIMIT 1[0m
|
51921
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 14"], ["created_at", "2016-05-23 15:28:29.425182"], ["updated_at", "2016-05-23 15:28:29.425182"]]
|
51922
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51923
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51924
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 8"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.427274"], ["updated_at", "2016-05-23 15:28:29.427274"]]
|
51925
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51926
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51927
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 15' LIMIT 1
|
51928
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 15"], ["created_at", "2016-05-23 15:28:29.430633"], ["updated_at", "2016-05-23 15:28:29.430633"]]
|
51929
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51930
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51931
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 9"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.432386"], ["updated_at", "2016-05-23 15:28:29.432386"]]
|
51932
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51933
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
|
51934
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51935
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2016-05-23 15:28:29.435240"], ["id", 2]]
|
51936
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51937
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51938
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 15:28:29.436988"], ["updated_at", "2016-05-23 15:28:29.436988"]]
|
51939
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51940
|
+
[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 8e9fceac-29f6-4263-8746-4c15f330b749) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
51941
|
+
[ActiveJob] [1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
|
51942
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
51943
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
51944
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] Pulitzer::CloneVersion !!!
|
51945
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
51946
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 4]]
|
51947
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
|
51948
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
51949
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51950
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 7"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.421708"], ["updated_at", "2016-05-23 15:28:29.421708"]]
|
51951
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51952
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51953
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.456318"], ["id", 4]]
|
51954
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51955
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
|
51956
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51957
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 8"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 15:28:29.427274"], ["updated_at", "2016-05-23 15:28:29.427274"]]
|
51958
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51959
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51960
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.461859"], ["id", 5]]
|
51961
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51962
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
51963
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51964
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 9"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 15:28:29.432386"], ["updated_at", "2016-05-23 15:28:29.432386"]]
|
51965
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51966
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51967
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.466290"], ["id", 6]]
|
51968
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51969
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
|
51970
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
|
51971
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51972
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", "2016-05-23 15:28:29.468964"], ["id", 3]]
|
51973
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51974
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [8e9fceac-29f6-4263-8746-4c15f330b749] Performed Pulitzer::CloneVersionJob from Inline(default) in 29.31ms
|
51975
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
|
51976
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
51977
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
51978
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
51979
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 3]]
|
51980
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
51981
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51982
|
+
[1m[35m (0.0ms)[0m commit transaction
|
51983
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51984
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51985
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.482785"], ["updated_at", "2016-05-23 15:28:29.482785"]]
|
51986
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51987
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51988
|
+
[1m[35mPulitzer::Post Exists (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-6"]]
|
51989
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 6"], ["post_type_id", 1], ["slug", "winterfell-news-6"], ["created_at", "2016-05-23 15:28:29.485896"], ["updated_at", "2016-05-23 15:28:29.485896"]]
|
51990
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:29.488295"], ["updated_at", "2016-05-23 15:28:29.488295"]]
|
51991
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51992
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51993
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:29.490196"], ["updated_at", "2016-05-23 15:28:29.490196"]]
|
51994
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51995
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51996
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 16' LIMIT 1
|
51997
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 16"], ["created_at", "2016-05-23 15:28:29.493362"], ["updated_at", "2016-05-23 15:28:29.493362"]]
|
51998
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51999
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52000
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 10"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.494980"], ["updated_at", "2016-05-23 15:28:29.494980"]]
|
52001
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52002
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52003
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 17' LIMIT 1[0m
|
52004
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 17"], ["created_at", "2016-05-23 15:28:29.497675"], ["updated_at", "2016-05-23 15:28:29.497675"]]
|
52005
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52006
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52007
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 11"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.499117"], ["updated_at", "2016-05-23 15:28:29.499117"]]
|
52008
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52009
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52010
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 18' LIMIT 1
|
52011
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 18"], ["created_at", "2016-05-23 15:28:29.501619"], ["updated_at", "2016-05-23 15:28:29.501619"]]
|
52012
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52013
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52014
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 12"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.503554"], ["updated_at", "2016-05-23 15:28:29.503554"]]
|
52015
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52016
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
|
52017
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52018
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2016-05-23 15:28:29.506308"], ["id", 2]]
|
52019
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52020
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52021
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 15:28:29.507833"], ["updated_at", "2016-05-23 15:28:29.507833"]]
|
52022
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52023
|
+
[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 0ac461c4-0766-405e-aa95-20ad6eb642ae) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
52024
|
+
[ActiveJob] [1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
|
52025
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
52026
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35mPulitzer::Post Load (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
52027
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] Pulitzer::CloneVersion !!!
|
52028
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
52029
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 4]]
|
52030
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35mPulitzer::ContentElement Load (0.0ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
|
52031
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
52032
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52033
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 10"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.494980"], ["updated_at", "2016-05-23 15:28:29.494980"]]
|
52034
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52035
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52036
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.517001"], ["id", 4]]
|
52037
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52038
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
|
52039
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52040
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 11"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 15:28:29.499117"], ["updated_at", "2016-05-23 15:28:29.499117"]]
|
52041
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52042
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52043
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.523221"], ["id", 5]]
|
52044
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52045
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
52046
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52047
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 12"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 15:28:29.503554"], ["updated_at", "2016-05-23 15:28:29.503554"]]
|
52048
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52049
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52050
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.528863"], ["id", 6]]
|
52051
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52052
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
|
52053
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
|
52054
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52055
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", "2016-05-23 15:28:29.531171"], ["id", 3]]
|
52056
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52057
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [0ac461c4-0766-405e-aa95-20ad6eb642ae] Performed Pulitzer::CloneVersionJob from Inline(default) in 24.73ms
|
52058
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
|
52059
|
+
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
52060
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
52061
|
+
[1m[35mPulitzer::Post Load (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
52062
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
|
52063
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52064
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2016-05-23 15:28:29.538306"], ["id", 3]]
|
52065
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52066
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52067
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 15:28:29.539982"], ["updated_at", "2016-05-23 15:28:29.539982"]]
|
52068
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52069
|
+
[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 277a7ad6-dd54-4a5b-aeb8-da21b552446f) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
52070
|
+
[ActiveJob] [1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
|
52071
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
52072
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
|
52073
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] Pulitzer::CloneVersion !!!
|
52074
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
52075
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
|
52076
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
52077
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
|
52078
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52079
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 10"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.494980"], ["updated_at", "2016-05-23 15:28:29.494980"]]
|
52080
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52081
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52082
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 4], ["updated_at", "2016-05-23 15:28:29.547797"], ["id", 7]]
|
52083
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52084
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
|
52085
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52086
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 11"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 15:28:29.499117"], ["updated_at", "2016-05-23 15:28:29.499117"]]
|
52087
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52088
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52089
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2016-05-23 15:28:29.552460"], ["id", 8]]
|
52090
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52091
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
|
52092
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52093
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 12"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 15:28:29.503554"], ["updated_at", "2016-05-23 15:28:29.503554"]]
|
52094
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52095
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52096
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 4], ["updated_at", "2016-05-23 15:28:29.557463"], ["id", 9]]
|
52097
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52098
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
52099
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35mPulitzer::PostTag Load (0.0ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
|
52100
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52101
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 15:28:29.560283"], ["id", 4]]
|
52102
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52103
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [277a7ad6-dd54-4a5b-aeb8-da21b552446f] Performed Pulitzer::CloneVersionJob from Inline(default) in 21.83ms
|
52104
|
+
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
|
52105
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
52106
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
52107
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
52108
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 4]]
|
52109
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
52110
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52111
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52112
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52113
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52114
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.573536"], ["updated_at", "2016-05-23 15:28:29.573536"]]
|
52115
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52116
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52117
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-7"]]
|
52118
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 7"], ["post_type_id", 1], ["slug", "winterfell-news-7"], ["created_at", "2016-05-23 15:28:29.576581"], ["updated_at", "2016-05-23 15:28:29.576581"]]
|
52119
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:29.579409"], ["updated_at", "2016-05-23 15:28:29.579409"]]
|
52120
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52121
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52122
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:29.581393"], ["updated_at", "2016-05-23 15:28:29.581393"]]
|
52123
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52124
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52125
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 19' LIMIT 1[0m
|
52126
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 19"], ["created_at", "2016-05-23 15:28:29.584445"], ["updated_at", "2016-05-23 15:28:29.584445"]]
|
52127
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52128
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52129
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 13"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.586308"], ["updated_at", "2016-05-23 15:28:29.586308"]]
|
52130
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52131
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52132
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 20' LIMIT 1
|
52133
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 20"], ["created_at", "2016-05-23 15:28:29.589547"], ["updated_at", "2016-05-23 15:28:29.589547"]]
|
52134
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52135
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52136
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 14"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.591011"], ["updated_at", "2016-05-23 15:28:29.591011"]]
|
52137
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52138
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52139
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 21' LIMIT 1[0m
|
52140
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 21"], ["created_at", "2016-05-23 15:28:29.593662"], ["updated_at", "2016-05-23 15:28:29.593662"]]
|
52141
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52142
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52143
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 15"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 15:28:29.595252"], ["updated_at", "2016-05-23 15:28:29.595252"]]
|
52144
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52145
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
|
52146
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52147
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2016-05-23 15:28:29.598141"], ["id", 2]]
|
52148
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52149
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52150
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 15:28:29.599734"], ["updated_at", "2016-05-23 15:28:29.599734"]]
|
52151
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52152
|
+
[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: c9e02dde-08e3-47e2-832f-c91a26363a87) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
52153
|
+
[ActiveJob] [1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
|
52154
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
52155
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
|
52156
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] Pulitzer::CloneVersion !!!
|
52157
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
52158
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
|
52159
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
52160
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
|
52161
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52162
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 13"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.586308"], ["updated_at", "2016-05-23 15:28:29.586308"]]
|
52163
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52164
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52165
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.610183"], ["id", 4]]
|
52166
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52167
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
|
52168
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52169
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 14"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 15:28:29.591011"], ["updated_at", "2016-05-23 15:28:29.591011"]]
|
52170
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52171
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52172
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.616680"], ["id", 5]]
|
52173
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52174
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
|
52175
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52176
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 15"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 15:28:29.595252"], ["updated_at", "2016-05-23 15:28:29.595252"]]
|
52177
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52178
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52179
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 15:28:29.623399"], ["id", 6]]
|
52180
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52181
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
52182
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35mPulitzer::PostTag Load (0.0ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
|
52183
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52184
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 15:28:29.626277"], ["id", 3]]
|
52185
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52186
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [c9e02dde-08e3-47e2-832f-c91a26363a87] Performed Pulitzer::CloneVersionJob from Inline(default) in 28.66ms
|
52187
|
+
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
|
52188
|
+
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
|
52189
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
|
52190
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52191
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2016-05-23 15:28:29.633068"], ["id", 2]]
|
52192
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52193
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
52194
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
|
52195
|
+
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
52196
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
52197
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
52198
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
52199
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
|
52200
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
52201
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52202
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52203
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52204
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52205
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52206
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52207
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52208
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52209
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 22' LIMIT 1
|
52210
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 22"], ["created_at", "2016-05-23 15:28:29.646064"], ["updated_at", "2016-05-23 15:28:29.646064"]]
|
52211
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52212
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
52213
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52214
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52215
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52216
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
52217
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52218
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52219
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52220
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52221
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52222
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52223
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52224
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52225
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52226
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
52227
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52228
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
52229
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52230
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52231
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52232
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52233
|
+
[1m[35mPulitzer::ContentElementType Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 23' LIMIT 1
|
52234
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 23"], ["created_at", "2016-05-23 15:28:29.658744"], ["updated_at", "2016-05-23 15:28:29.658744"]]
|
52235
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52236
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
52237
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52238
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52239
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52240
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52241
|
+
[1m[35mPulitzer::ContentElementType Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 24' LIMIT 1
|
52242
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 24"], ["created_at", "2016-05-23 15:28:29.666967"], ["updated_at", "2016-05-23 15:28:29.666967"]]
|
52243
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52244
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
52245
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52246
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52247
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52248
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52249
|
+
[1m[35mPulitzer::ContentElementType Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 25' LIMIT 1
|
52250
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 25"], ["created_at", "2016-05-23 15:28:29.673219"], ["updated_at", "2016-05-23 15:28:29.673219"]]
|
52251
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52252
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
52253
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52254
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52255
|
+
[1m[35m (0.2ms)[0m begin transaction
|
52256
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52257
|
+
[1m[35mPulitzer::ContentElementType Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Video' LIMIT 1
|
52258
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2016-05-23 15:28:29.679281"], ["updated_at", "2016-05-23 15:28:29.679281"]]
|
52259
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52260
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52261
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 20"], ["title", "Night's Watch"], ["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.681015"], ["updated_at", "2016-05-23 15:28:29.681015"]]
|
52262
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52263
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
52264
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52265
|
+
[1m[35m (0.1ms)[0m commit transaction
|
52266
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52267
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52268
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Video' LIMIT 1[0m
|
52269
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", "2016-05-23 15:28:29.688408"], ["updated_at", "2016-05-23 15:28:29.688408"]]
|
52270
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52271
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52272
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 21"], ["title", "Night's Watch"], ["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 1], ["created_at", "2016-05-23 15:28:29.690335"], ["updated_at", "2016-05-23 15:28:29.690335"]]
|
52273
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52274
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
52275
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52276
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
52277
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52278
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52279
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 26' LIMIT 1
|
52280
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 26"], ["created_at", "2016-05-23 15:28:29.704518"], ["updated_at", "2016-05-23 15:28:29.704518"]]
|
52281
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52282
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
52283
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52284
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52285
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52286
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52287
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 27' LIMIT 1
|
52288
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 27"], ["created_at", "2016-05-23 15:28:29.709789"], ["updated_at", "2016-05-23 15:28:29.709789"]]
|
52289
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52290
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
52291
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52292
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52293
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52294
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52295
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Image' LIMIT 1
|
52296
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", "2016-05-23 15:28:29.716408"], ["updated_at", "2016-05-23 15:28:29.716408"]]
|
52297
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52298
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
52299
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52300
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52301
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52302
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52303
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.933852"], ["updated_at", "2016-05-23 15:28:29.933852"]]
|
52304
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52305
|
+
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-8"]]
|
52306
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
52307
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52308
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52309
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52310
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
52311
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52312
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52313
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52314
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52315
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52316
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52317
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52318
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52319
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.951859"], ["updated_at", "2016-05-23 15:28:29.951859"]]
|
52320
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52321
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52322
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-9"]]
|
52323
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 9"], ["post_type_id", 1], ["slug", "winterfell-news-9"], ["created_at", "2016-05-23 15:28:29.957301"], ["updated_at", "2016-05-23 15:28:29.957301"]]
|
52324
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:29.959934"], ["updated_at", "2016-05-23 15:28:29.959934"]]
|
52325
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52326
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
52327
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52328
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52329
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52330
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52331
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.964671"], ["updated_at", "2016-05-23 15:28:29.964671"]]
|
52332
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52333
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52334
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-10"]]
|
52335
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 10"], ["post_type_id", 1], ["slug", "winterfell-news-10"], ["created_at", "2016-05-23 15:28:29.968429"], ["updated_at", "2016-05-23 15:28:29.968429"]]
|
52336
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:29.971780"], ["updated_at", "2016-05-23 15:28:29.971780"]]
|
52337
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52338
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52339
|
+
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 1) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "the-new-king-in-the-north"]]
|
52340
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_posts" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "pulitzer_posts"."id" = ?[0m [["title", "The new King in the North"], ["slug", "the-new-king-in-the-north"], ["updated_at", "2016-05-23 15:28:29.974946"], ["id", 1]]
|
52341
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52342
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
52343
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52344
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52345
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52346
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52347
|
+
[1m[35mPulitzer::Tag Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'The north 1' LIMIT 1
|
52348
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 1"], ["created_at", "2016-05-23 15:28:29.989177"], ["updated_at", "2016-05-23 15:28:29.989177"]]
|
52349
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52350
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52351
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:29.994942"], ["updated_at", "2016-05-23 15:28:29.994942"]]
|
52352
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52353
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52354
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-11"]]
|
52355
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 11"], ["post_type_id", 1], ["slug", "winterfell-news-11"], ["created_at", "2016-05-23 15:28:29.998366"], ["updated_at", "2016-05-23 15:28:29.998366"]]
|
52356
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:30.000061"], ["updated_at", "2016-05-23 15:28:30.000061"]]
|
52357
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52358
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52359
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:30.002967"], ["updated_at", "2016-05-23 15:28:30.002967"]]
|
52360
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52361
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
52362
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52363
|
+
[1m[35m (0.1ms)[0m commit transaction
|
52364
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52365
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
52366
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52367
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52369
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
52370
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52371
|
+
[1m[35m (0.3ms)[0m commit transaction
|
52372
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52373
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
52374
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52375
|
+
[1m[35m (0.1ms)[0m commit transaction
|
52376
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52377
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
52378
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52379
|
+
[1m[35m (0.1ms)[0m commit transaction
|
52380
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52381
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
52382
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52383
|
+
[1m[35m (0.1ms)[0m commit transaction
|
52384
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52385
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52386
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:30.039923"], ["updated_at", "2016-05-23 15:28:30.039923"]]
|
52387
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52388
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52389
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 28' LIMIT 1
|
52390
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 28"], ["created_at", "2016-05-23 15:28:30.043228"], ["updated_at", "2016-05-23 15:28:30.043228"]]
|
52391
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52392
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
52393
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52394
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52395
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52396
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
52397
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52398
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
52399
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52400
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
52401
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52402
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
52403
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52404
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
52405
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52406
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
52407
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52408
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
52409
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52410
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52411
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52412
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52413
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52414
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52415
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52416
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52417
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52418
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52419
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52420
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
52421
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52422
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52423
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52424
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
52425
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52426
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52427
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52428
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52429
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52430
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52431
|
+
[1m[35m (0.2ms)[0m begin transaction
|
52432
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52433
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52434
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52435
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52436
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52437
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52438
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52439
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52440
|
+
[1m[36mPulitzer::Tag Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'The north 2' LIMIT 1[0m
|
52441
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
52442
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52443
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52444
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52445
|
+
[1m[35mPulitzer::Tag Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT 1
|
52446
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52447
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52448
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52449
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52450
|
+
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m
|
52451
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52452
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "a"], ["created_at", "2016-05-23 15:28:30.096949"], ["updated_at", "2016-05-23 15:28:30.096949"]]
|
52453
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52454
|
+
[1m[36mPulitzer::Tag Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'a' LIMIT 1[0m
|
52455
|
+
[1m[35mPulitzer::Tag Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'A' LIMIT 1
|
52456
|
+
[1m[36m (1.4ms)[0m [1mrollback transaction[0m
|
52457
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52458
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52459
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52460
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52461
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52462
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52463
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52464
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52465
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52466
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52467
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52468
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52469
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:30.112414"], ["updated_at", "2016-05-23 15:28:30.112414"]]
|
52470
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52471
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52472
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-12"]]
|
52473
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 12"], ["post_type_id", 1], ["slug", "winterfell-news-12"], ["created_at", "2016-05-23 15:28:30.115593"], ["updated_at", "2016-05-23 15:28:30.115593"]]
|
52474
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:30.117738"], ["updated_at", "2016-05-23 15:28:30.117738"]]
|
52475
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52476
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
52477
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52478
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52479
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52480
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
52481
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52482
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52483
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52484
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52485
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52486
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52487
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52488
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52489
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52490
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52491
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52492
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52493
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52494
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52495
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52496
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52497
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52498
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52499
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52500
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52501
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52502
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52503
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52504
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52505
|
+
[1m[35mPulitzer::Tag Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'The north 3' LIMIT 1
|
52506
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 3"], ["created_at", "2016-05-23 15:28:30.135646"], ["updated_at", "2016-05-23 15:28:30.135646"]]
|
52507
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
52508
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52509
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 15:28:30.138661"], ["updated_at", "2016-05-23 15:28:30.138661"]]
|
52510
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52511
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52512
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-13"]]
|
52513
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 13"], ["post_type_id", 1], ["slug", "winterfell-news-13"], ["created_at", "2016-05-23 15:28:30.142240"], ["updated_at", "2016-05-23 15:28:30.142240"]]
|
52514
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 15:28:30.144209"], ["updated_at", "2016-05-23 15:28:30.144209"]]
|
52515
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52516
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52517
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 15:28:30.145761"], ["updated_at", "2016-05-23 15:28:30.145761"]]
|
52518
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52519
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52520
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "label_type", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["version_id", 2], ["created_at", "2016-05-23 15:28:30.148301"], ["updated_at", "2016-05-23 15:28:30.148301"]]
|
52521
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52522
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
|
52523
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? AND "pulitzer_post_tags"."label_id" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"], ["label_id", 1]]
|
52524
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
|
52525
|
+
[1m[35mPulitzer::Tag Load (0.3ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
|
52526
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
52527
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
52528
|
+
[1m[35m (1.4ms)[0m DELETE FROM "pulitzer_content_element_types";
|
52529
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
52530
|
+
[1m[35m (0.5ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_content_element_types';
|
52531
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "pulitzer_posts";[0m
|
52532
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
52533
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_posts';[0m
|
52534
|
+
[1m[35m (1.2ms)[0m DELETE FROM "pulitzer_tags";
|
52535
|
+
[1m[36m (0.3ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
52536
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_tags';
|
52537
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types";[0m
|
52538
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
52539
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_post_type_content_element_types';[0m
|
52540
|
+
[1m[35m (1.1ms)[0m DELETE FROM "search_locations";
|
52541
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
52542
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'search_locations';
|
52543
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "pulitzer_versions";[0m
|
52544
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
52545
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_versions';[0m
|
52546
|
+
[1m[35m (1.1ms)[0m DELETE FROM "pulitzer_content_elements";
|
52547
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
52548
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_content_elements';
|
52549
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "pulitzer_post_tags";[0m
|
52550
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
52551
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_post_tags';[0m
|
52552
|
+
[1m[35m (0.9ms)[0m DELETE FROM "pulitzer_post_types";
|
52553
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
52554
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_post_types';
|
52555
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "pulitzer_partials";[0m
|
52556
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
52557
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_partials';[0m
|
52558
|
+
[1m[35m (1.1ms)[0m DELETE FROM "pulitzer_free_form_section_types";
|
52559
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
52560
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_free_form_section_types';
|
52561
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "pulitzer_free_form_sections";[0m
|
52562
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
52563
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'pulitzer_free_form_sections';[0m
|
52564
|
+
[1m[35m (0.9ms)[0m DELETE FROM "pulitzer_layouts";
|
52565
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
52566
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'pulitzer_layouts';
|
52567
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52568
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52569
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52570
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52571
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 16:12:45.665612"], ["updated_at", "2016-05-23 16:12:45.665612"]]
|
52572
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52573
|
+
Processing by Pulitzer::FreeFormSectionTypesController#new as HTML
|
52574
|
+
Parameters: {"post_type_id"=>"1"}
|
52575
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
52576
|
+
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
52577
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (8.2ms)
|
52578
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_new.html.erb (35.7ms)
|
52579
|
+
Completed 200 OK in 64ms (Views: 45.4ms | ActiveRecord: 0.3ms)
|
52580
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
52581
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52582
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52583
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52584
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52585
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 16:12:45.746220"], ["updated_at", "2016-05-23 16:12:45.746220"]]
|
52586
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52587
|
+
Processing by Pulitzer::FreeFormSectionTypesController#create as HTML
|
52588
|
+
Parameters: {"free_form_section_type"=>{"post_type_id"=>"1", "name"=>"test sidebar"}}
|
52589
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
52590
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52591
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name") VALUES (?, ?) [["post_type_id", 1], ["name", "test sidebar"]]
|
52592
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52593
|
+
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
52594
|
+
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
52595
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (5.4ms)
|
52596
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show_wrapper.html.erb (7.3ms)
|
52597
|
+
Completed 200 OK in 16ms (Views: 9.1ms | ActiveRecord: 0.8ms)
|
52598
|
+
[1m[35mPulitzer::FreeFormSectionType Load (0.1ms)[0m SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" ORDER BY "pulitzer_free_form_section_types"."id" DESC LIMIT 1
|
52599
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
52600
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52601
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52602
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52603
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52604
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 16:12:45.769999"], ["updated_at", "2016-05-23 16:12:45.769999"]]
|
52605
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52606
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52607
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?)[0m [["name", "main content"], ["post_type_id", 1]]
|
52608
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52609
|
+
Processing by Pulitzer::FreeFormSectionTypesController#edit as HTML
|
52610
|
+
Parameters: {"id"=>"1"}
|
52611
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
52612
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
|
52613
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form_fields.html.erb (0.6ms)
|
52614
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_form.html.erb (9.1ms)
|
52615
|
+
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.1ms)
|
52616
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
52617
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52618
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52619
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52620
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52621
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 16:12:45.793172"], ["updated_at", "2016-05-23 16:12:45.793172"]]
|
52622
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52623
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52624
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "main content"], ["post_type_id", 1]]
|
52625
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52626
|
+
Processing by Pulitzer::FreeFormSectionTypesController#update as HTML
|
52627
|
+
Parameters: {"free_form_section_type"=>{"name"=>"edited name"}, "id"=>"1"}
|
52628
|
+
[1m[35mPulitzer::FreeFormSectionType Load (0.1ms)[0m SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1 [["id", 1]]
|
52629
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52630
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_free_form_section_types" SET "name" = ? WHERE "pulitzer_free_form_section_types"."id" = ? [["name", "edited name"], ["id", 1]]
|
52631
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52632
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
52633
|
+
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
52634
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/free_form_section_types/_show.html.erb (5.0ms)
|
52635
|
+
Completed 200 OK in 10ms (Views: 5.6ms | ActiveRecord: 0.3ms)
|
52636
|
+
[1m[35mPulitzer::FreeFormSectionType Load (0.1ms)[0m SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1 [["id", 1]]
|
52637
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
52638
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52639
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
52640
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52641
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52642
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "free as a bird"], ["plural", "t"], ["created_at", "2016-05-23 16:12:45.814791"], ["updated_at", "2016-05-23 16:12:45.814791"]]
|
52643
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52644
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52645
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?)[0m [["name", "main content"], ["post_type_id", 1]]
|
52646
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52647
|
+
Processing by Pulitzer::FreeFormSectionTypesController#destroy as HTML
|
52648
|
+
Parameters: {"id"=>"1"}
|
52649
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
52650
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52651
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ?[0m [["id", 1]]
|
52652
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52653
|
+
[1m[36mPulitzer::PostType Load (0.0ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
52654
|
+
[1m[35mPulitzer::Post Load (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
|
52655
|
+
Rendered text template (0.0ms)
|
52656
|
+
Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.3ms)
|
52657
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.1ms)[0m [1mSELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
52658
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
52659
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52660
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52662
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52663
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 16:12:45.833745"], ["updated_at", "2016-05-23 16:12:45.833745"]]
|
52664
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52665
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52666
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
|
52667
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52668
|
+
Processing by Pulitzer::PartialsController#new as HTML
|
52669
|
+
Parameters: {"partial"=>{"free_form_section_id"=>"1"}}
|
52670
|
+
[1m[35mPulitzer::FreeFormSection Load (0.1ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
|
52671
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
|
52672
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ?[0m [["kind", 1]]
|
52673
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."kind" = ? [["kind", 1]]
|
52674
|
+
[1m[36mPulitzer::Layout Load (0.1ms)[0m [1mSELECT "pulitzer_layouts".* FROM "pulitzer_layouts" WHERE "pulitzer_layouts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
52675
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_new.html.erb (19.2ms)
|
52676
|
+
Completed 200 OK in 36ms (Views: 23.2ms | ActiveRecord: 0.6ms)
|
52677
|
+
[1m[35m (2.0ms)[0m rollback transaction
|
52678
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52679
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52680
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52681
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52682
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 16:12:45.889493"], ["updated_at", "2016-05-23 16:12:45.889493"]]
|
52683
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52684
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52685
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
|
52686
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52687
|
+
Processing by Pulitzer::PartialsController#create as HTML
|
52688
|
+
Parameters: {"partial"=>{"post_type_id"=>"1", "free_form_section_id"=>"1"}}
|
52689
|
+
[1m[35mPulitzer::FreeFormSection Load (0.1ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
|
52690
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52691
|
+
[1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
|
52692
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 1]]
|
52693
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 1], ["free_form_section_id", 1], ["sort_order", 1]]
|
52694
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52695
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
52696
|
+
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "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]]
|
52697
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.8ms)
|
52698
|
+
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["partial_id", 1]]
|
52699
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (6.2ms)
|
52700
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (16.2ms)
|
52701
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show_wrapper.html.erb (18.3ms)
|
52702
|
+
Completed 200 OK in 33ms (Views: 19.8ms | ActiveRecord: 0.9ms)
|
52703
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1mSELECT "pulitzer_partials".* FROM "pulitzer_partials" ORDER BY "pulitzer_partials"."id" DESC LIMIT 1[0m
|
52704
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
52705
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52706
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52707
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52708
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52709
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "free as a bird"]]
|
52710
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52711
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52712
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 16:12:45.938367"], ["updated_at", "2016-05-23 16:12:45.938367"]]
|
52713
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52714
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52715
|
+
[1m[36mPulitzer::FreeFormSection Load (0.6ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1[0m [["id", 1]]
|
52716
|
+
[1m[35m (0.1ms)[0m SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 1]]
|
52717
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 1], ["free_form_section_id", 1], ["sort_order", 1]]
|
52718
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52719
|
+
Processing by Pulitzer::PartialsController#edit as HTML
|
52720
|
+
Parameters: {"id"=>"1"}
|
52721
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
52722
|
+
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
52723
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
|
52724
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
|
52725
|
+
[1m[36mPulitzer::Layout Load (0.1ms)[0m [1mSELECT "pulitzer_layouts".* FROM "pulitzer_layouts" WHERE "pulitzer_layouts"."post_type_id" = ?[0m [["post_type_id", 1]]
|
52726
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_form.html.erb (17.5ms)
|
52727
|
+
Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.2ms)
|
52728
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
52729
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52730
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52731
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52732
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52733
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Left Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 16:12:45.976476"], ["updated_at", "2016-05-23 16:12:45.976476"]]
|
52734
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52735
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52736
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "free as a bird"]]
|
52737
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52738
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52739
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Centered Text White BG"], ["plural", "t"], ["kind", 1], ["created_at", "2016-05-23 16:12:45.982254"], ["updated_at", "2016-05-23 16:12:45.982254"]]
|
52740
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52741
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52742
|
+
[1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1 [["id", 1]]
|
52743
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ?[0m [["free_form_section_id", 1]]
|
52744
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 2], ["free_form_section_id", 1], ["sort_order", 1]]
|
52745
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52746
|
+
Processing by Pulitzer::PartialsController#update as HTML
|
52747
|
+
Parameters: {"partial"=>{"post_type_id"=>"1"}, "id"=>"1"}
|
52748
|
+
[1m[35mPulitzer::Partial Load (0.1ms)[0m SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT 1 [["id", 1]]
|
52749
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52750
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_partials" SET "post_type_id" = ? WHERE "pulitzer_partials"."id" = ? [["post_type_id", 1], ["id", 1]]
|
52751
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52752
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
52753
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
|
52754
|
+
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["partial_id", 1]]
|
52755
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/_partial_index.html.erb (1.5ms)
|
52756
|
+
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/partials/_show.html.erb (5.0ms)
|
52757
|
+
Completed 200 OK in 8ms (Views: 5.5ms | ActiveRecord: 0.3ms)
|
52758
|
+
[1m[35mPulitzer::Partial Load (0.0ms)[0m SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT 1 [["id", 1]]
|
52759
|
+
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
52760
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
52761
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52762
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52763
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52764
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52765
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.028218"], ["updated_at", "2016-05-23 16:12:46.028218"]]
|
52766
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52767
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52768
|
+
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-1"]]
|
52769
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 1"], ["post_type_id", 1], ["slug", "winterfell-news-1"], ["created_at", "2016-05-23 16:12:46.132635"], ["updated_at", "2016-05-23 16:12:46.132635"]]
|
52770
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:46.135549"], ["updated_at", "2016-05-23 16:12:46.135549"]]
|
52771
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52772
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52773
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:46.138244"], ["updated_at", "2016-05-23 16:12:46.138244"]]
|
52774
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52775
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52776
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 1' LIMIT 1
|
52777
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 1"], ["created_at", "2016-05-23 16:12:46.150655"], ["updated_at", "2016-05-23 16:12:46.150655"]]
|
52778
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52779
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52780
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.152978"], ["updated_at", "2016-05-23 16:12:46.152978"]]
|
52781
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52782
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52783
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 2' LIMIT 1[0m
|
52784
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 2"], ["created_at", "2016-05-23 16:12:46.156153"], ["updated_at", "2016-05-23 16:12:46.156153"]]
|
52785
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52786
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52787
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.158845"], ["updated_at", "2016-05-23 16:12:46.158845"]]
|
52788
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52789
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52790
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 3' LIMIT 1
|
52791
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 3"], ["created_at", "2016-05-23 16:12:46.162065"], ["updated_at", "2016-05-23 16:12:46.162065"]]
|
52792
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52793
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52794
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.163833"], ["updated_at", "2016-05-23 16:12:46.163833"]]
|
52795
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52796
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
|
52797
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52798
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 16:12:46.168162"], ["updated_at", "2016-05-23 16:12:46.168162"]]
|
52799
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52800
|
+
Pulitzer::CloneVersion !!!
|
52801
|
+
/Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
52802
|
+
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
|
52803
|
+
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
52804
|
+
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
|
52805
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52806
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 1"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.152978"], ["updated_at", "2016-05-23 16:12:46.152978"]]
|
52807
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52808
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52809
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.176645"], ["id", 4]]
|
52810
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52811
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
|
52812
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52813
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 2"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 16:12:46.158845"], ["updated_at", "2016-05-23 16:12:46.158845"]]
|
52814
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52815
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52816
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.181330"], ["id", 5]]
|
52817
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52818
|
+
[1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
|
52819
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52820
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 3"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 16:12:46.163833"], ["updated_at", "2016-05-23 16:12:46.163833"]]
|
52821
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52822
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52823
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.185525"], ["id", 6]]
|
52824
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52825
|
+
[1m[36mPulitzer::FreeFormSection Load (0.1ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
52826
|
+
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
|
52827
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52828
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 16:12:46.189743"], ["id", 3]]
|
52829
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52830
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
|
52831
|
+
[1m[36m (1.3ms)[0m [1mrollback transaction[0m
|
52832
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52833
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52834
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52835
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52836
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.201193"], ["updated_at", "2016-05-23 16:12:46.201193"]]
|
52837
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52838
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52839
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-2"]]
|
52840
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 2"], ["post_type_id", 1], ["slug", "winterfell-news-2"], ["created_at", "2016-05-23 16:12:46.204277"], ["updated_at", "2016-05-23 16:12:46.204277"]]
|
52841
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:46.207054"], ["updated_at", "2016-05-23 16:12:46.207054"]]
|
52842
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52843
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52844
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:46.208857"], ["updated_at", "2016-05-23 16:12:46.208857"]]
|
52845
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52846
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52847
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?)[0m [["name", "section A"], ["version_id", 2]]
|
52848
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52849
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52850
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "section B"], ["version_id", 2]]
|
52851
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52852
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52853
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?)[0m [["name", "section C"], ["version_id", 2]]
|
52854
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52855
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
52856
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52857
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 16:12:46.214460"], ["updated_at", "2016-05-23 16:12:46.214460"]]
|
52858
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52859
|
+
Pulitzer::CloneVersion !!!
|
52860
|
+
/Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
52861
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 4]]
|
52862
|
+
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
|
52863
|
+
[1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
52864
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52865
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "section A"]]
|
52866
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52867
|
+
[1m[36mPulitzer::Partial Load (0.1ms)[0m [1mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 1]]
|
52868
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52869
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 3], ["id", 4]]
|
52870
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52871
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52872
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "section B"]]
|
52873
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52874
|
+
[1m[35mPulitzer::Partial Load (0.0ms)[0m SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 2]]
|
52875
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52876
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 3], ["id", 5]]
|
52877
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52878
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52879
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?)[0m [["name", "section C"]]
|
52880
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52881
|
+
[1m[36mPulitzer::Partial Load (0.0ms)[0m [1mSELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC[0m [["free_form_section_id", 3]]
|
52882
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52883
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ?[0m [["version_id", 3], ["id", 6]]
|
52884
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52885
|
+
[1m[36mPulitzer::PostTag Load (0.0ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
|
52886
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52887
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", "2016-05-23 16:12:46.226042"], ["id", 3]]
|
52888
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52889
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 3]]
|
52890
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
52891
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52892
|
+
[1m[35m (0.0ms)[0m commit transaction
|
52893
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52894
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52895
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.234726"], ["updated_at", "2016-05-23 16:12:46.234726"]]
|
52896
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52897
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52898
|
+
[1m[35mPulitzer::Post Exists (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-3"]]
|
52899
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 3"], ["post_type_id", 1], ["slug", "winterfell-news-3"], ["created_at", "2016-05-23 16:12:46.237464"], ["updated_at", "2016-05-23 16:12:46.237464"]]
|
52900
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:46.240561"], ["updated_at", "2016-05-23 16:12:46.240561"]]
|
52901
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52902
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52903
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:46.242913"], ["updated_at", "2016-05-23 16:12:46.242913"]]
|
52904
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52905
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52906
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 4' LIMIT 1
|
52907
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 4"], ["created_at", "2016-05-23 16:12:46.246013"], ["updated_at", "2016-05-23 16:12:46.246013"]]
|
52908
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52909
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52910
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.248664"], ["updated_at", "2016-05-23 16:12:46.248664"]]
|
52911
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52912
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52913
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 5' LIMIT 1[0m
|
52914
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 5"], ["created_at", "2016-05-23 16:12:46.252242"], ["updated_at", "2016-05-23 16:12:46.252242"]]
|
52915
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52916
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52917
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.254043"], ["updated_at", "2016-05-23 16:12:46.254043"]]
|
52918
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52919
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52920
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 6' LIMIT 1
|
52921
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 6"], ["created_at", "2016-05-23 16:12:46.256983"], ["updated_at", "2016-05-23 16:12:46.256983"]]
|
52922
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52923
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52924
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.258628"], ["updated_at", "2016-05-23 16:12:46.258628"]]
|
52925
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52926
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52927
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 16:12:46.260575"], ["updated_at", "2016-05-23 16:12:46.260575"]]
|
52928
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52929
|
+
Pulitzer::CloneVersion !!!
|
52930
|
+
/Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
52931
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 4]]
|
52932
|
+
[1m[35mPulitzer::ContentElement Load (0.0ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
|
52933
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
52934
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52935
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 4"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.248664"], ["updated_at", "2016-05-23 16:12:46.248664"]]
|
52936
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52937
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52938
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.267586"], ["id", 4]]
|
52939
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52940
|
+
[1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
|
52941
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52942
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 5"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 16:12:46.254043"], ["updated_at", "2016-05-23 16:12:46.254043"]]
|
52943
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52944
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52945
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.272107"], ["id", 5]]
|
52946
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52947
|
+
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
52948
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52949
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 6"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 16:12:46.258628"], ["updated_at", "2016-05-23 16:12:46.258628"]]
|
52950
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52951
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52952
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.278814"], ["id", 6]]
|
52953
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52954
|
+
[1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
|
52955
|
+
[1m[36mPulitzer::PostTag Load (0.0ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
|
52956
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52957
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", "2016-05-23 16:12:46.281595"], ["id", 3]]
|
52958
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52959
|
+
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["version_id", 3]]
|
52960
|
+
[1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
|
52961
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
52962
|
+
[1m[35m (0.1ms)[0m begin transaction
|
52963
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
52964
|
+
[1m[35m (0.0ms)[0m begin transaction
|
52965
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52966
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.291486"], ["updated_at", "2016-05-23 16:12:46.291486"]]
|
52967
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52968
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52969
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 7' LIMIT 1[0m
|
52970
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 7"], ["created_at", "2016-05-23 16:12:46.299023"], ["updated_at", "2016-05-23 16:12:46.299023"]]
|
52971
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52972
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52973
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 1"], ["content_element_type_id", 1], ["post_type_id", 1], ["created_at", "2016-05-23 16:12:46.301623"], ["updated_at", "2016-05-23 16:12:46.301623"]]
|
52974
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52975
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52976
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 8' LIMIT 1
|
52977
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 8"], ["created_at", "2016-05-23 16:12:46.304114"], ["updated_at", "2016-05-23 16:12:46.304114"]]
|
52978
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52979
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52980
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 2"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2016-05-23 16:12:46.305439"], ["updated_at", "2016-05-23 16:12:46.305439"]]
|
52981
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52982
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52983
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 9' LIMIT 1[0m
|
52984
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 9"], ["created_at", "2016-05-23 16:12:46.307650"], ["updated_at", "2016-05-23 16:12:46.307650"]]
|
52985
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52986
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52987
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 3"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2016-05-23 16:12:46.308910"], ["updated_at", "2016-05-23 16:12:46.308910"]]
|
52988
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52989
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = 1 WHERE "pulitzer_post_types"."id" = ?[0m [["id", 1]]
|
52990
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]]
|
52991
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52992
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name") VALUES (?) [["name", "test"]]
|
52993
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52994
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52995
|
+
[1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT 1[0m [["id", 1]]
|
52996
|
+
[1m[35m (0.0ms)[0m SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 1]]
|
52997
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?)[0m [["post_type_id", 1], ["free_form_section_id", 1], ["sort_order", 1]]
|
52998
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52999
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."partial_id" = ?[0m [["partial_id", 1]]
|
53000
|
+
[1m[35mPulitzer::PostType Load (0.0ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
|
53001
|
+
[1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "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]]
|
53002
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53003
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
53004
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("partial_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["partial_id", 1], ["label", "Slide 1 content element 1"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.320681"], ["updated_at", "2016-05-23 16:12:46.320681"]]
|
53005
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53006
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53007
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
|
53008
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("partial_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["partial_id", 1], ["label", "Slide 1 content element 2"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2016-05-23 16:12:46.324344"], ["updated_at", "2016-05-23 16:12:46.324344"]]
|
53009
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53010
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53011
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
53012
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("partial_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["partial_id", 1], ["label", "Slide 1 content element 3"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 3], ["created_at", "2016-05-23 16:12:46.328251"], ["updated_at", "2016-05-23 16:12:46.328251"]]
|
53013
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53014
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
53015
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53016
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53017
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53018
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53019
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.334612"], ["updated_at", "2016-05-23 16:12:46.334612"]]
|
53020
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53021
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53022
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 10' LIMIT 1
|
53023
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 10"], ["created_at", "2016-05-23 16:12:46.337549"], ["updated_at", "2016-05-23 16:12:46.337549"]]
|
53024
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53025
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53026
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 4"], ["content_element_type_id", 1], ["post_type_id", 1], ["created_at", "2016-05-23 16:12:46.339427"], ["updated_at", "2016-05-23 16:12:46.339427"]]
|
53027
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53028
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53029
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 11' LIMIT 1[0m
|
53030
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 11"], ["created_at", "2016-05-23 16:12:46.341725"], ["updated_at", "2016-05-23 16:12:46.341725"]]
|
53031
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53032
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53033
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 5"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2016-05-23 16:12:46.343864"], ["updated_at", "2016-05-23 16:12:46.343864"]]
|
53034
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53035
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53036
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 12' LIMIT 1
|
53037
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 12"], ["created_at", "2016-05-23 16:12:46.347592"], ["updated_at", "2016-05-23 16:12:46.347592"]]
|
53038
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53039
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53040
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Slide 1 content element 6"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2016-05-23 16:12:46.349196"], ["updated_at", "2016-05-23 16:12:46.349196"]]
|
53041
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53042
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]]
|
53043
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53044
|
+
[1m[35mPulitzer::Post Exists (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-4"]]
|
53045
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 4"], ["post_type_id", 1], ["slug", "winterfell-news-4"], ["created_at", "2016-05-23 16:12:46.354245"], ["updated_at", "2016-05-23 16:12:46.354245"]]
|
53046
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:46.356366"], ["updated_at", "2016-05-23 16:12:46.356366"]]
|
53047
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53048
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53049
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 1]]
|
53050
|
+
[1m[35mPulitzer::PostTypeContentElementType Load (0.0ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
|
53051
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53052
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53053
|
+
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
53054
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "Slide 1 content element 4"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.364501"], ["updated_at", "2016-05-23 16:12:46.364501"]]
|
53055
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53056
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53057
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53058
|
+
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
|
53059
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "Slide 1 content element 5"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2016-05-23 16:12:46.370302"], ["updated_at", "2016-05-23 16:12:46.370302"]]
|
53060
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53061
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53062
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53063
|
+
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
53064
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "Slide 1 content element 6"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 3], ["created_at", "2016-05-23 16:12:46.375958"], ["updated_at", "2016-05-23 16:12:46.375958"]]
|
53065
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53066
|
+
[1m[35mPulitzer::FreeFormSectionType Load (0.1ms)[0m SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]]
|
53067
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53068
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 1]]
|
53069
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
53070
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53071
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53072
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53073
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53074
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.384677"], ["updated_at", "2016-05-23 16:12:46.384677"]]
|
53075
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53076
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53077
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?)[0m [["name", "Main Body"], ["post_type_id", 1]]
|
53078
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53079
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53080
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?) [["name", "Side Bar"], ["post_type_id", 1]]
|
53081
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53082
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53083
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_free_form_section_types" ("name", "post_type_id") VALUES (?, ?)[0m [["name", "Footer List"], ["post_type_id", 1]]
|
53084
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53085
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53086
|
+
[1m[35mPulitzer::Post Exists (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "test"]]
|
53087
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "test"], ["post_type_id", 1], ["slug", "test"], ["created_at", "2016-05-23 16:12:46.393810"], ["updated_at", "2016-05-23 16:12:46.393810"]]
|
53088
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:46.395622"], ["updated_at", "2016-05-23 16:12:46.395622"]]
|
53089
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53090
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 1]]
|
53091
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53092
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 1]]
|
53093
|
+
[1m[36mPulitzer::PostType Load (0.0ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
53094
|
+
[1m[35mPulitzer::PostTypeContentElementType Load (0.0ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
|
53095
|
+
[1m[36mPulitzer::FreeFormSectionType Load (0.0ms)[0m [1mSELECT "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]]
|
53096
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53097
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53098
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "Main Body"], ["version_id", 1]]
|
53099
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53100
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53101
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53102
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "Side Bar"], ["version_id", 1]]
|
53103
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53104
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53105
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53106
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_free_form_sections" ("name", "version_id") VALUES (?, ?) [["name", "Footer List"], ["version_id", 1]]
|
53107
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53108
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53109
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 1]]
|
53110
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
53111
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53112
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53113
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53114
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53115
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.411582"], ["updated_at", "2016-05-23 16:12:46.411582"]]
|
53116
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53117
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53118
|
+
[1m[35mPulitzer::Post Exists (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-5"]]
|
53119
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 5"], ["post_type_id", 1], ["slug", "winterfell-news-5"], ["created_at", "2016-05-23 16:12:46.414393"], ["updated_at", "2016-05-23 16:12:46.414393"]]
|
53120
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:46.416340"], ["updated_at", "2016-05-23 16:12:46.416340"]]
|
53121
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53122
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53123
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:46.418754"], ["updated_at", "2016-05-23 16:12:46.418754"]]
|
53124
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53125
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53126
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 13' LIMIT 1
|
53127
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 13"], ["created_at", "2016-05-23 16:12:46.422403"], ["updated_at", "2016-05-23 16:12:46.422403"]]
|
53128
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53129
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53130
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 7"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.424852"], ["updated_at", "2016-05-23 16:12:46.424852"]]
|
53131
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53132
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53133
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 14' LIMIT 1[0m
|
53134
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 14"], ["created_at", "2016-05-23 16:12:46.427726"], ["updated_at", "2016-05-23 16:12:46.427726"]]
|
53135
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53136
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53137
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 8"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.429306"], ["updated_at", "2016-05-23 16:12:46.429306"]]
|
53138
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53139
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53140
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 15' LIMIT 1
|
53141
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 15"], ["created_at", "2016-05-23 16:12:46.432083"], ["updated_at", "2016-05-23 16:12:46.432083"]]
|
53142
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53143
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53144
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 9"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.433570"], ["updated_at", "2016-05-23 16:12:46.433570"]]
|
53145
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53146
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
|
53147
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53148
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2016-05-23 16:12:46.435823"], ["id", 2]]
|
53149
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53150
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53151
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 16:12:46.437281"], ["updated_at", "2016-05-23 16:12:46.437281"]]
|
53152
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53153
|
+
[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: a458eae3-5acf-48aa-8310-df59f41ff473) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
53154
|
+
[ActiveJob] [1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
|
53155
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
53156
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
53157
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] Pulitzer::CloneVersion !!!
|
53158
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
53159
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 4]]
|
53160
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35mPulitzer::ContentElement Load (0.0ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
|
53161
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
53162
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53163
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 7"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.424852"], ["updated_at", "2016-05-23 16:12:46.424852"]]
|
53164
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53165
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53166
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.450463"], ["id", 4]]
|
53167
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53168
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
|
53169
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53170
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 8"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 16:12:46.429306"], ["updated_at", "2016-05-23 16:12:46.429306"]]
|
53171
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53172
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53173
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.455054"], ["id", 5]]
|
53174
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53175
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
53176
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53177
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 9"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 16:12:46.433570"], ["updated_at", "2016-05-23 16:12:46.433570"]]
|
53178
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53179
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53180
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.460650"], ["id", 6]]
|
53181
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53182
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
|
53183
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
|
53184
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53185
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", "2016-05-23 16:12:46.462989"], ["id", 3]]
|
53186
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53187
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [a458eae3-5acf-48aa-8310-df59f41ff473] Performed Pulitzer::CloneVersionJob from Inline(default) in 24.48ms
|
53188
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
|
53189
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53190
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53191
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53192
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 3]]
|
53193
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
53194
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53195
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53196
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53197
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53198
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.476302"], ["updated_at", "2016-05-23 16:12:46.476302"]]
|
53199
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53200
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53201
|
+
[1m[35mPulitzer::Post Exists (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-6"]]
|
53202
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Winterfell news 6"], ["post_type_id", 1], ["slug", "winterfell-news-6"], ["created_at", "2016-05-23 16:12:46.479202"], ["updated_at", "2016-05-23 16:12:46.479202"]]
|
53203
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:46.481824"], ["updated_at", "2016-05-23 16:12:46.481824"]]
|
53204
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53205
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53206
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:46.483812"], ["updated_at", "2016-05-23 16:12:46.483812"]]
|
53207
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53208
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53209
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 16' LIMIT 1
|
53210
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 16"], ["created_at", "2016-05-23 16:12:46.486531"], ["updated_at", "2016-05-23 16:12:46.486531"]]
|
53211
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53212
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53213
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 10"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.488066"], ["updated_at", "2016-05-23 16:12:46.488066"]]
|
53214
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53215
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53216
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 17' LIMIT 1[0m
|
53217
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 17"], ["created_at", "2016-05-23 16:12:46.491261"], ["updated_at", "2016-05-23 16:12:46.491261"]]
|
53218
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53219
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53220
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 11"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.492858"], ["updated_at", "2016-05-23 16:12:46.492858"]]
|
53221
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53222
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53223
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 18' LIMIT 1
|
53224
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 18"], ["created_at", "2016-05-23 16:12:46.495513"], ["updated_at", "2016-05-23 16:12:46.495513"]]
|
53225
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53226
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53227
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 12"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.496974"], ["updated_at", "2016-05-23 16:12:46.496974"]]
|
53228
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53229
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
|
53230
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53231
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2016-05-23 16:12:46.499248"], ["id", 2]]
|
53232
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53233
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53234
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 16:12:46.500731"], ["updated_at", "2016-05-23 16:12:46.500731"]]
|
53235
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53236
|
+
[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 783dccb8-5277-4db9-83cf-594c9e3b37c0) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
53237
|
+
[ActiveJob] [1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
|
53238
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
53239
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35mPulitzer::Post Load (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
53240
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] Pulitzer::CloneVersion !!!
|
53241
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
53242
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 4]]
|
53243
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35mPulitzer::ContentElement Load (0.0ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
|
53244
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
|
53245
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53246
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 10"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.488066"], ["updated_at", "2016-05-23 16:12:46.488066"]]
|
53247
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53248
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53249
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.508842"], ["id", 4]]
|
53250
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53251
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
|
53252
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
53253
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 11"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 16:12:46.492858"], ["updated_at", "2016-05-23 16:12:46.492858"]]
|
53254
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53255
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53256
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36mSQL (0.0ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.515342"], ["id", 5]]
|
53257
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53258
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
|
53259
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53260
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 12"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 16:12:46.496974"], ["updated_at", "2016-05-23 16:12:46.496974"]]
|
53261
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53262
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53263
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.519881"], ["id", 6]]
|
53264
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53265
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35mPulitzer::FreeFormSection Load (0.0ms)[0m SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 2]]
|
53266
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36mPulitzer::PostTag Load (0.0ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
|
53267
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53268
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 0], ["updated_at", "2016-05-23 16:12:46.522490"], ["id", 3]]
|
53269
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53270
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [783dccb8-5277-4db9-83cf-594c9e3b37c0] Performed Pulitzer::CloneVersionJob from Inline(default) in 23.31ms
|
53271
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
|
53272
|
+
[1m[35mPulitzer::Post Load (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
53273
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53274
|
+
[1m[35mPulitzer::Post Load (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
53275
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
|
53276
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53277
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2016-05-23 16:12:46.529314"], ["id", 3]]
|
53278
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53279
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53280
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 16:12:46.530886"], ["updated_at", "2016-05-23 16:12:46.530886"]]
|
53281
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53282
|
+
[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 58dcd69b-d30b-426c-8f68-3940d26362f0) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
53283
|
+
[ActiveJob] [1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
|
53284
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
53285
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
|
53286
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] Pulitzer::CloneVersion !!!
|
53287
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
53288
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
|
53289
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
53290
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
|
53291
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53292
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 10"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.488066"], ["updated_at", "2016-05-23 16:12:46.488066"]]
|
53293
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53294
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53295
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 4], ["updated_at", "2016-05-23 16:12:46.538863"], ["id", 7]]
|
53296
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53297
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
|
53298
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53299
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 11"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 16:12:46.492858"], ["updated_at", "2016-05-23 16:12:46.492858"]]
|
53300
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53301
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53302
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2016-05-23 16:12:46.544171"], ["id", 8]]
|
53303
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53304
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
|
53305
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53306
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 12"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 16:12:46.496974"], ["updated_at", "2016-05-23 16:12:46.496974"]]
|
53307
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53308
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53309
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 4], ["updated_at", "2016-05-23 16:12:46.548858"], ["id", 9]]
|
53310
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53311
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
53312
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35mPulitzer::PostTag Load (0.0ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
|
53313
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53314
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 16:12:46.551406"], ["id", 4]]
|
53315
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53316
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [58dcd69b-d30b-426c-8f68-3940d26362f0] Performed Pulitzer::CloneVersionJob from Inline(default) in 22.6ms
|
53317
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
|
53318
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53319
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53320
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53321
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 4]]
|
53322
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
53323
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53324
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53325
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53326
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53327
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.564801"], ["updated_at", "2016-05-23 16:12:46.564801"]]
|
53328
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53329
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53330
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-7"]]
|
53331
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 7"], ["post_type_id", 1], ["slug", "winterfell-news-7"], ["created_at", "2016-05-23 16:12:46.567701"], ["updated_at", "2016-05-23 16:12:46.567701"]]
|
53332
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:46.569908"], ["updated_at", "2016-05-23 16:12:46.569908"]]
|
53333
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53334
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53335
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:46.572076"], ["updated_at", "2016-05-23 16:12:46.572076"]]
|
53336
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53337
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53338
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 19' LIMIT 1[0m
|
53339
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 19"], ["created_at", "2016-05-23 16:12:46.575109"], ["updated_at", "2016-05-23 16:12:46.575109"]]
|
53340
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53341
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53342
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 13"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 1], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.576945"], ["updated_at", "2016-05-23 16:12:46.576945"]]
|
53343
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53344
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53345
|
+
[1m[35mPulitzer::ContentElementType Exists (0.3ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 20' LIMIT 1
|
53346
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 20"], ["created_at", "2016-05-23 16:12:46.580901"], ["updated_at", "2016-05-23 16:12:46.580901"]]
|
53347
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53348
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53349
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 14"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 2], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.582663"], ["updated_at", "2016-05-23 16:12:46.582663"]]
|
53350
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53351
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53352
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 21' LIMIT 1[0m
|
53353
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text 21"], ["created_at", "2016-05-23 16:12:46.585617"], ["updated_at", "2016-05-23 16:12:46.585617"]]
|
53354
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53355
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53356
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 15"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["content_element_type_id", 3], ["version_id", 2], ["created_at", "2016-05-23 16:12:46.587164"], ["updated_at", "2016-05-23 16:12:46.587164"]]
|
53357
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53358
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
|
53359
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53360
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2016-05-23 16:12:46.589676"], ["id", 2]]
|
53361
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53362
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53363
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 1], ["created_at", "2016-05-23 16:12:46.591527"], ["updated_at", "2016-05-23 16:12:46.591527"]]
|
53364
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53365
|
+
[ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: dc402bb8-ff53-4997-92dd-954664037066) to Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
53366
|
+
[ActiveJob] [1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
|
53367
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: gid://dummy/Pulitzer::Version/2
|
53368
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
|
53369
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] Pulitzer::CloneVersion !!!
|
53370
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] /Users/eric/.rvm/gems/ruby-2.2.3/bin/rspec
|
53371
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 4]]
|
53372
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
|
53373
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
|
53374
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
53375
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 13"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.576945"], ["updated_at", "2016-05-23 16:12:46.576945"]]
|
53376
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53377
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53378
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.600521"], ["id", 4]]
|
53379
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53380
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
|
53381
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53382
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 14"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 2], ["created_at", "2016-05-23 16:12:46.582663"], ["updated_at", "2016-05-23 16:12:46.582663"]]
|
53383
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53384
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53385
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.605104"], ["id", 5]]
|
53386
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53387
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35mPulitzer::ContentElementType Load (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
|
53388
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53389
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "image", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 15"], ["title", "Night's Watch"], ["body", "I pledge my life and honor to the Night's Watch, for this night and all the nights to come"], ["image", nil], ["content_element_type_id", 3], ["created_at", "2016-05-23 16:12:46.587164"], ["updated_at", "2016-05-23 16:12:46.587164"]]
|
53390
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53391
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53392
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2016-05-23 16:12:46.611181"], ["id", 6]]
|
53393
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53394
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36mPulitzer::FreeFormSection Load (0.0ms)[0m [1mSELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ?[0m [["version_id", 2]]
|
53395
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35mPulitzer::PostTag Load (0.0ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
|
53396
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53397
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[35mSQL (0.0ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", "2016-05-23 16:12:46.613723"], ["id", 3]]
|
53398
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53399
|
+
[ActiveJob] [Pulitzer::CloneVersionJob] [dc402bb8-ff53-4997-92dd-954664037066] Performed Pulitzer::CloneVersionJob from Inline(default) in 23.54ms
|
53400
|
+
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
|
53401
|
+
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
|
53402
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
|
53403
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53404
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2016-05-23 16:12:46.619505"], ["id", 2]]
|
53405
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53406
|
+
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53407
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
|
53408
|
+
[1m[35mPulitzer::Post Load (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
|
53409
|
+
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53410
|
+
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
|
53411
|
+
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
|
53412
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
|
53413
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
53414
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53415
|
+
[1m[36m (9.0ms)[0m [1mcommit transaction[0m
|
53416
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53417
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53418
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53419
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
53420
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53421
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53422
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 22' LIMIT 1
|
53423
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 22"], ["created_at", "2016-05-23 16:12:46.641502"], ["updated_at", "2016-05-23 16:12:46.641502"]]
|
53424
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53425
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
53426
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53427
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53428
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53429
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53430
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53431
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53432
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53433
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53434
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53435
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53436
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53437
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53438
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53439
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53440
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53441
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53442
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53443
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53444
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53445
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53446
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 23' LIMIT 1
|
53447
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 23"], ["created_at", "2016-05-23 16:12:46.653180"], ["updated_at", "2016-05-23 16:12:46.653180"]]
|
53448
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53449
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
53450
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53451
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53452
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53453
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53454
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 24' LIMIT 1
|
53455
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 24"], ["created_at", "2016-05-23 16:12:46.659336"], ["updated_at", "2016-05-23 16:12:46.659336"]]
|
53456
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53457
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
53458
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53459
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53460
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53461
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53462
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 25' LIMIT 1
|
53463
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 25"], ["created_at", "2016-05-23 16:12:46.666178"], ["updated_at", "2016-05-23 16:12:46.666178"]]
|
53464
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53465
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
53466
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53467
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53468
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53469
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53470
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Video' LIMIT 1
|
53471
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2016-05-23 16:12:46.672259"], ["updated_at", "2016-05-23 16:12:46.672259"]]
|
53472
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53473
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53474
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 1 content element 20"], ["title", "Night's Watch"], ["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.675090"], ["updated_at", "2016-05-23 16:12:46.675090"]]
|
53475
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53476
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
53477
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53478
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53479
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53480
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53481
|
+
[1m[36mPulitzer::ContentElementType Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Video' LIMIT 1[0m
|
53482
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", "2016-05-23 16:12:46.681981"], ["updated_at", "2016-05-23 16:12:46.681981"]]
|
53483
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53484
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53485
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 content element 21"], ["title", "Night's Watch"], ["body", "https://www.youtube.com/watch?v=yLisM2KPDIA"], ["content_element_type_id", 1], ["created_at", "2016-05-23 16:12:46.683912"], ["updated_at", "2016-05-23 16:12:46.683912"]]
|
53486
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53487
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
53488
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53489
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53490
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53491
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53492
|
+
[1m[35mPulitzer::ContentElementType Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 26' LIMIT 1
|
53493
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 26"], ["created_at", "2016-05-23 16:12:46.690245"], ["updated_at", "2016-05-23 16:12:46.690245"]]
|
53494
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53495
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
53496
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53497
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53498
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53499
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53500
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 27' LIMIT 1
|
53501
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 27"], ["created_at", "2016-05-23 16:12:46.695735"], ["updated_at", "2016-05-23 16:12:46.695735"]]
|
53502
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53503
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
53504
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53505
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
53506
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53507
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53508
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Image' LIMIT 1
|
53509
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", "2016-05-23 16:12:46.702055"], ["updated_at", "2016-05-23 16:12:46.702055"]]
|
53510
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53511
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
53512
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53513
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
53514
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53515
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53516
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.867208"], ["updated_at", "2016-05-23 16:12:46.867208"]]
|
53517
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53518
|
+
[1m[35mPulitzer::Post Exists (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "winterfell-news-8"]]
|
53519
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
53520
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53521
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
53522
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53523
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53524
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53525
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53526
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53527
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53528
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53529
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
53530
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53531
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53532
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.889145"], ["updated_at", "2016-05-23 16:12:46.889145"]]
|
53533
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53534
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53535
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-9"]]
|
53536
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 9"], ["post_type_id", 1], ["slug", "winterfell-news-9"], ["created_at", "2016-05-23 16:12:46.894731"], ["updated_at", "2016-05-23 16:12:46.894731"]]
|
53537
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:46.897639"], ["updated_at", "2016-05-23 16:12:46.897639"]]
|
53538
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53539
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
53540
|
+
[1m[35m (0.2ms)[0m begin transaction
|
53541
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53542
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53543
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53544
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.903539"], ["updated_at", "2016-05-23 16:12:46.903539"]]
|
53545
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53546
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53547
|
+
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-10"]]
|
53548
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 10"], ["post_type_id", 1], ["slug", "winterfell-news-10"], ["created_at", "2016-05-23 16:12:46.909410"], ["updated_at", "2016-05-23 16:12:46.909410"]]
|
53549
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:46.911512"], ["updated_at", "2016-05-23 16:12:46.911512"]]
|
53550
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53551
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53552
|
+
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" != 1) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "the-new-king-in-the-north"]]
|
53553
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_posts" SET "title" = ?, "slug" = ?, "updated_at" = ? WHERE "pulitzer_posts"."id" = ?[0m [["title", "The new King in the North"], ["slug", "the-new-king-in-the-north"], ["updated_at", "2016-05-23 16:12:46.916012"], ["id", 1]]
|
53554
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
53555
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
53556
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53557
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53558
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53559
|
+
[1m[36m (0.6ms)[0m [1mSAVEPOINT active_record_1[0m
|
53560
|
+
[1m[35mPulitzer::Tag Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'The north 1' LIMIT 1
|
53561
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 1"], ["created_at", "2016-05-23 16:12:46.933257"], ["updated_at", "2016-05-23 16:12:46.933257"]]
|
53562
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53563
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53564
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.938984"], ["updated_at", "2016-05-23 16:12:46.938984"]]
|
53565
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53566
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53567
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-11"]]
|
53568
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 11"], ["post_type_id", 1], ["slug", "winterfell-news-11"], ["created_at", "2016-05-23 16:12:46.942913"], ["updated_at", "2016-05-23 16:12:46.942913"]]
|
53569
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:46.945769"], ["updated_at", "2016-05-23 16:12:46.945769"]]
|
53570
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53571
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53572
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:46.949537"], ["updated_at", "2016-05-23 16:12:46.949537"]]
|
53573
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53574
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
53575
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53576
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53577
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53578
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
53579
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53580
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53581
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53582
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
53583
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53584
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53585
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53586
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
53587
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53588
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53589
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53590
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
53591
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53592
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53593
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53594
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
53595
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53596
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53597
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53598
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53599
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:46.974316"], ["updated_at", "2016-05-23 16:12:46.974316"]]
|
53600
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53601
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53602
|
+
[1m[35mPulitzer::ContentElementType Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = 'Text 28' LIMIT 1
|
53603
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text 28"], ["created_at", "2016-05-23 16:12:46.978247"], ["updated_at", "2016-05-23 16:12:46.978247"]]
|
53604
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53605
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
53606
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53607
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53608
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53609
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53610
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53611
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53612
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53613
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53614
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53615
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53616
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53617
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53618
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53619
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53620
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53621
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53622
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53623
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53624
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53625
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53626
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53627
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53628
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53629
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53630
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53631
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53632
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53633
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53634
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53635
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53636
|
+
[1m[35m (0.2ms)[0m begin transaction
|
53637
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53638
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53639
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
53640
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53641
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53642
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53643
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53644
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53645
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53646
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53647
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
53648
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53649
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53650
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53651
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53652
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53653
|
+
[1m[36mPulitzer::Tag Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'The north 2' LIMIT 1[0m
|
53654
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
53655
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53656
|
+
[1m[35m (0.0ms)[0m commit transaction
|
53657
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53658
|
+
[1m[35mPulitzer::Tag Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" IS NULL LIMIT 1
|
53659
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53660
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53661
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53662
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53663
|
+
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m
|
53664
|
+
[1m[35m (1.5ms)[0m SAVEPOINT active_record_1
|
53665
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "a"], ["created_at", "2016-05-23 16:12:47.033628"], ["updated_at", "2016-05-23 16:12:47.033628"]]
|
53666
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
53667
|
+
[1m[36mPulitzer::Tag Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'a' LIMIT 1[0m
|
53668
|
+
[1m[35mPulitzer::Tag Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'A' LIMIT 1
|
53669
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
53670
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53671
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
53672
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53673
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53674
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53675
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53676
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53677
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53678
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53679
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53680
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53681
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53682
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:47.053349"], ["updated_at", "2016-05-23 16:12:47.053349"]]
|
53683
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53684
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53685
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-12"]]
|
53686
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 12"], ["post_type_id", 1], ["slug", "winterfell-news-12"], ["created_at", "2016-05-23 16:12:47.056321"], ["updated_at", "2016-05-23 16:12:47.056321"]]
|
53687
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:47.060478"], ["updated_at", "2016-05-23 16:12:47.060478"]]
|
53688
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
53689
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
53690
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53691
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53692
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53693
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53694
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53695
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53696
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53697
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53698
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53699
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53700
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53701
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53702
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53703
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53704
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53705
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53706
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53707
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53708
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53709
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53710
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53711
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53712
|
+
[1m[35m (0.1ms)[0m begin transaction
|
53713
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
53714
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53715
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
53716
|
+
[1m[35m (0.0ms)[0m begin transaction
|
53717
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53718
|
+
[1m[35mPulitzer::Tag Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = 'The north 3' LIMIT 1
|
53719
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The north 3"], ["created_at", "2016-05-23 16:12:47.084882"], ["updated_at", "2016-05-23 16:12:47.084882"]]
|
53720
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53721
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53722
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Winterfell news 1"], ["plural", "f"], ["created_at", "2016-05-23 16:12:47.088069"], ["updated_at", "2016-05-23 16:12:47.088069"]]
|
53723
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53724
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53725
|
+
[1m[36mPulitzer::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "winterfell-news-13"]]
|
53726
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Winterfell news 13"], ["post_type_id", 1], ["slug", "winterfell-news-13"], ["created_at", "2016-05-23 16:12:47.092240"], ["updated_at", "2016-05-23 16:12:47.092240"]]
|
53727
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2016-05-23 16:12:47.093950"], ["updated_at", "2016-05-23 16:12:47.093950"]]
|
53728
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53729
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53730
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2016-05-23 16:12:47.095505"], ["updated_at", "2016-05-23 16:12:47.095505"]]
|
53731
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53732
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53733
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "label_type", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["version_id", 2], ["created_at", "2016-05-23 16:12:47.098201"], ["updated_at", "2016-05-23 16:12:47.098201"]]
|
53734
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53735
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
|
53736
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? AND "pulitzer_post_tags"."label_id" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"], ["label_id", 1]]
|
53737
|
+
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
|
53738
|
+
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
|
53739
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|