push_type_wysiwyg 0.4.0.beta.3 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/test/dummy/config/initializers/push_type.rb +1 -1
- data/test/dummy/config/secrets.yml +2 -2
- data/test/dummy/db/migrate/{20150406131611_create_push_type_users.push_type.rb → 20150423122757_create_push_type_users.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131612_create_push_type_nodes.push_type.rb → 20150423122758_create_push_type_nodes.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131613_create_push_type_node_hierarchies.push_type.rb → 20150423122759_create_push_type_node_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131614_create_push_type_assets.push_type.rb → 20150423122760_create_push_type_assets.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131615_create_push_type_taxonomies.push_type.rb → 20150423122761_create_push_type_taxonomies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131616_create_push_type_taxonomy_hierarchies.push_type.rb → 20150423122762_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/log/test.log +614 -614
- metadata +20 -20
data/test/dummy/log/test.log
CHANGED
@@ -1,42 +1,42 @@
|
|
1
|
-
[1m[36m (3.
|
2
|
-
[1m[35m (
|
1
|
+
[1m[36m (3.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
|
2
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
3
3
|
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
4
|
-
Migrating to CreatePushTypeUsers (
|
4
|
+
Migrating to CreatePushTypeUsers (20150423122757)
|
5
5
|
[1m[35m (0.1ms)[0m BEGIN
|
6
|
-
[1m[36mSQL (1.
|
7
|
-
[1m[35m (2.
|
8
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
6
|
+
[1m[36mSQL (1.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "uuid-ossp"[0m
|
7
|
+
[1m[35m (2.5ms)[0m CREATE TABLE "push_type_users" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "name" character varying, "email" character varying, "field_store" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
|
8
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150423122757"]]
|
9
9
|
[1m[35m (0.7ms)[0m COMMIT
|
10
|
-
Migrating to CreatePushTypeNodes (
|
10
|
+
Migrating to CreatePushTypeNodes (20150423122758)
|
11
11
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
12
|
-
[1m[35m (
|
13
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
12
|
+
[1m[35m (2.0ms)[0m CREATE TABLE "push_type_nodes" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "field_store" jsonb, "parent_id" uuid, "sort_order" integer, "status" integer, "published_at" timestamp, "published_to" timestamp, "creator_id" uuid, "updater_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp)
|
13
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150423122758"]]
|
14
14
|
[1m[35m (0.4ms)[0m COMMIT
|
15
|
-
Migrating to CreatePushTypeNodeHierarchies (
|
15
|
+
Migrating to CreatePushTypeNodeHierarchies (20150423122759)
|
16
16
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
17
17
|
[1m[35m (0.4ms)[0m CREATE TABLE "push_type_node_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL)
|
18
|
-
[1m[36m (0.
|
18
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "node_anc_desc_idx" ON "push_type_node_hierarchies" ("ancestor_id", "descendant_id", "generations")[0m
|
19
19
|
[1m[35m (0.6ms)[0m CREATE INDEX "node_desc_idx" ON "push_type_node_hierarchies" ("descendant_id")
|
20
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
21
|
-
[1m[35m (0.
|
22
|
-
Migrating to CreatePushTypeAssets (
|
20
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150423122759"]]
|
21
|
+
[1m[35m (0.3ms)[0m COMMIT
|
22
|
+
Migrating to CreatePushTypeAssets (20150423122760)
|
23
23
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
24
|
-
[1m[35m (
|
25
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
24
|
+
[1m[35m (1.9ms)[0m CREATE TABLE "push_type_assets" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "file_uid" character varying, "file_name" character varying, "file_size" integer, "file_ext" character varying, "mime_type" character varying, "description" character varying, "uploader_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp)
|
25
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150423122760"]]
|
26
26
|
[1m[35m (0.4ms)[0m COMMIT
|
27
|
-
Migrating to CreatePushTypeTaxonomies (
|
27
|
+
Migrating to CreatePushTypeTaxonomies (20150423122761)
|
28
28
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
29
|
-
[1m[35m (1.
|
29
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "push_type_taxonomies" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "parent_id" uuid, "sort_order" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
|
30
30
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_assets" ADD "tags" character varying[][0m
|
31
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "
|
32
|
-
[1m[36m (0.
|
33
|
-
Migrating to CreatePushTypeTaxonomyHierarchies (
|
31
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150423122761"]]
|
32
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
33
|
+
Migrating to CreatePushTypeTaxonomyHierarchies (20150423122762)
|
34
34
|
[1m[35m (0.1ms)[0m BEGIN
|
35
35
|
[1m[36m (0.4ms)[0m [1mCREATE TABLE "push_type_taxonomy_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL) [0m
|
36
|
-
[1m[35m (0.
|
36
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "taxonomy_anc_desc_idx" ON "push_type_taxonomy_hierarchies" ("ancestor_id", "descendant_id", "generations")
|
37
37
|
[1m[36m (0.6ms)[0m [1mCREATE INDEX "taxonomy_desc_idx" ON "push_type_taxonomy_hierarchies" ("descendant_id")[0m
|
38
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "
|
39
|
-
[1m[36m (0.
|
38
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150423122762"]]
|
39
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
40
40
|
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
41
41
|
[1m[36m (1.6ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
42
42
|
FROM pg_constraint c
|
@@ -86,7 +86,7 @@ WHERE c.contype = 'f'
|
|
86
86
|
AND t3.nspname = ANY (current_schemas(false))
|
87
87
|
ORDER BY c.conname
|
88
88
|
|
89
|
-
[1m[36m (1.
|
89
|
+
[1m[36m (1.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
90
90
|
FROM pg_constraint c
|
91
91
|
JOIN pg_class t1 ON c.conrelid = t1.oid
|
92
92
|
JOIN pg_class t2 ON c.confrelid = t2.oid
|
@@ -111,1240 +111,1240 @@ WHERE c.contype = 'f'
|
|
111
111
|
ORDER BY c.conname
|
112
112
|
|
113
113
|
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
114
|
-
[1m[35m (0.
|
114
|
+
[1m[35m (0.5ms)[0m ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "push_type_users" DISABLE TRIGGER ALL;ALTER TABLE "push_type_nodes" DISABLE TRIGGER ALL;ALTER TABLE "push_type_node_hierarchies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_assets" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomy_hierarchies" DISABLE TRIGGER ALL
|
115
115
|
[1m[36m (0.9ms)[0m [1m SELECT schemaname || '.' || tablename
|
116
116
|
FROM pg_tables
|
117
117
|
WHERE tablename !~ '_prt_' AND schemaname = ANY (current_schemas(false))
|
118
118
|
[0m
|
119
|
-
[1m[35m (1.
|
120
|
-
[1m[36m (10.
|
121
|
-
[1m[35m (0.
|
119
|
+
[1m[35m (1.1ms)[0m select table_name from information_schema.views where table_schema = 'dummy_test'
|
120
|
+
[1m[36m (10.8ms)[0m [1mTRUNCATE TABLE "public"."schema_migrations", "public"."push_type_users", "public"."push_type_nodes", "public"."push_type_node_hierarchies", "public"."push_type_taxonomies", "public"."push_type_assets", "public"."push_type_taxonomy_hierarchies" RESTART IDENTITY CASCADE;[0m
|
121
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomies" ENABLE TRIGGER ALL;ALTER TABLE "push_type_assets" ENABLE TRIGGER ALL;ALTER TABLE "push_type_users" ENABLE TRIGGER ALL;ALTER TABLE "push_type_nodes" ENABLE TRIGGER ALL;ALTER TABLE "push_type_node_hierarchies" ENABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomy_hierarchies" ENABLE TRIGGER ALL
|
122
122
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
123
|
-
|
124
|
-
PushType::WysiwygMediaController::
|
125
|
-
|
123
|
+
--------------------------------------------------------------------------------
|
124
|
+
PushType::WysiwygMediaController::POST #create::asset count: test_0001_anonymous
|
125
|
+
--------------------------------------------------------------------------------
|
126
126
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
127
127
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
128
128
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
129
|
-
[1m[36m (0.
|
130
|
-
|
131
|
-
|
129
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets"[0m
|
130
|
+
Processing by PushType::WysiwygMediaController#create as JSON
|
131
|
+
Parameters: {"asset"=>{"file"=>#<Rack::Test::UploadedFile:0x007f80bf3306c0 @content_type="text/plain", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/c4/6qjwj9_n54zcj3sjqtq42y480000gn/T/image.png20150423-5516-1sranfu>>}}
|
132
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
133
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "1"], ["created_at", "2015-04-23 12:28:02.356271"], ["updated_at", "2015-04-23 12:28:02.356271"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
134
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
135
|
+
Completed 200 OK in 22ms (Views: 0.2ms | ActiveRecord: 1.5ms)
|
136
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets"[0m
|
137
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
138
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
139
|
+
[1m[35m (0.1ms)[0m BEGIN
|
140
|
+
---------------------------------------------------------------------------------------
|
141
|
+
PushType::WysiwygMediaController::GET #index::filtering for images: test_0002_anonymous
|
142
|
+
---------------------------------------------------------------------------------------
|
143
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
144
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
145
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
132
146
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
133
|
-
[1m[36mSQL (0.
|
147
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "2"], ["created_at", "2015-04-23 12:28:02.368320"], ["updated_at", "2015-04-23 12:28:02.368320"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
134
148
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
135
149
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
136
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "3"], ["created_at", "2015-04-
|
150
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "3"], ["created_at", "2015-04-23 12:28:02.371343"], ["updated_at", "2015-04-23 12:28:02.371343"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
137
151
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
138
152
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
139
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "4"], ["created_at", "2015-04-
|
153
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "4"], ["created_at", "2015-04-23 12:28:02.374130"], ["updated_at", "2015-04-23 12:28:02.374130"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
140
154
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
141
155
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
142
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "5"], ["created_at", "2015-04-
|
156
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "5"], ["created_at", "2015-04-23 12:28:02.376685"], ["updated_at", "2015-04-23 12:28:02.376685"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
143
157
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
144
158
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
145
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "
|
159
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "6"], ["created_at", "2015-04-23 12:28:02.379532"], ["updated_at", "2015-04-23 12:28:02.379532"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
146
160
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
147
161
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
148
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "7"], ["created_at", "2015-04-
|
162
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "7"], ["created_at", "2015-04-23 12:28:02.382371"], ["updated_at", "2015-04-23 12:28:02.382371"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
149
163
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
150
164
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
151
|
-
[1m[36mSQL (0.
|
165
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "8"], ["created_at", "2015-04-23 12:28:02.384939"], ["updated_at", "2015-04-23 12:28:02.384939"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
152
166
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
153
167
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
154
|
-
[1m[35mSQL (0.
|
168
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "9"], ["created_at", "2015-04-23 12:28:02.387566"], ["updated_at", "2015-04-23 12:28:02.387566"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
155
169
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
156
170
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
157
|
-
[1m[36mSQL (0.
|
171
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "10"], ["created_at", "2015-04-23 12:28:02.390513"], ["updated_at", "2015-04-23 12:28:02.390513"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
158
172
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
159
173
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
160
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "11"], ["created_at", "2015-04-
|
174
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "11"], ["created_at", "2015-04-23 12:28:02.393151"], ["updated_at", "2015-04-23 12:28:02.393151"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
161
175
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
162
176
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
163
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "12"], ["created_at", "2015-04-
|
177
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "12"], ["created_at", "2015-04-23 12:28:02.395714"], ["updated_at", "2015-04-23 12:28:02.395714"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
164
178
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
165
179
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
166
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "13"], ["created_at", "2015-04-
|
180
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "13"], ["created_at", "2015-04-23 12:28:02.398219"], ["updated_at", "2015-04-23 12:28:02.398219"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
167
181
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
168
182
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
169
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "14"], ["created_at", "2015-04-
|
183
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "14"], ["created_at", "2015-04-23 12:28:02.401071"], ["updated_at", "2015-04-23 12:28:02.401071"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
170
184
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
171
185
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
172
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "15"], ["created_at", "2015-04-
|
186
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "15"], ["created_at", "2015-04-23 12:28:02.403725"], ["updated_at", "2015-04-23 12:28:02.403725"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
173
187
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
174
188
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
175
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "16"], ["created_at", "2015-04-
|
189
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "16"], ["created_at", "2015-04-23 12:28:02.406559"], ["updated_at", "2015-04-23 12:28:02.406559"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
176
190
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
177
191
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
178
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "17"], ["created_at", "2015-04-
|
192
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "17"], ["created_at", "2015-04-23 12:28:02.409110"], ["updated_at", "2015-04-23 12:28:02.409110"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
179
193
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
180
194
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
181
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "18"], ["created_at", "2015-04-
|
195
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "18"], ["created_at", "2015-04-23 12:28:02.411644"], ["updated_at", "2015-04-23 12:28:02.411644"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
182
196
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
197
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
198
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "19"], ["created_at", "2015-04-23 12:28:02.414293"], ["updated_at", "2015-04-23 12:28:02.414293"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
199
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
183
200
|
Processing by PushType::WysiwygMediaController#index as JSON
|
184
201
|
Parameters: {"filter"=>"image"}
|
185
|
-
[1m[
|
186
|
-
[1m[
|
187
|
-
Completed 200 OK in
|
188
|
-
[1m[
|
189
|
-
[1m[
|
190
|
-
[1m[
|
202
|
+
[1m[35mPushType::Asset Load (0.6ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 0
|
203
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%')[0m
|
204
|
+
Completed 200 OK in 26ms (Views: 0.4ms | ActiveRecord: 0.9ms)
|
205
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
206
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
207
|
+
[1m[35m (0.1ms)[0m BEGIN
|
191
208
|
---------------------------------------------------------------------------------------
|
192
|
-
PushType::WysiwygMediaController::GET #index::filtering for images:
|
209
|
+
PushType::WysiwygMediaController::GET #index::filtering for images: test_0001_anonymous
|
193
210
|
---------------------------------------------------------------------------------------
|
194
|
-
[1m[
|
195
|
-
[1m[
|
196
|
-
[1m[
|
197
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
198
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "19"], ["created_at", "2015-04-06 13:16:16.142163"], ["updated_at", "2015-04-06 13:16:16.142163"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
199
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
211
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
212
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
213
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
200
214
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
201
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "20"], ["created_at", "2015-04-
|
215
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "20"], ["created_at", "2015-04-23 12:28:02.448171"], ["updated_at", "2015-04-23 12:28:02.448171"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
202
216
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
203
217
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
204
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "21"], ["created_at", "2015-04-
|
218
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "21"], ["created_at", "2015-04-23 12:28:02.450881"], ["updated_at", "2015-04-23 12:28:02.450881"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
205
219
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
206
220
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
207
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "22"], ["created_at", "2015-04-
|
221
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "22"], ["created_at", "2015-04-23 12:28:02.453297"], ["updated_at", "2015-04-23 12:28:02.453297"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
208
222
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
209
223
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
210
|
-
[1m[35mSQL (0.
|
224
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "23"], ["created_at", "2015-04-23 12:28:02.456709"], ["updated_at", "2015-04-23 12:28:02.456709"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
211
225
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
212
226
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
213
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "
|
227
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "24"], ["created_at", "2015-04-23 12:28:02.459918"], ["updated_at", "2015-04-23 12:28:02.459918"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
214
228
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
215
229
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
216
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "25"], ["created_at", "2015-04-
|
230
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "25"], ["created_at", "2015-04-23 12:28:02.462500"], ["updated_at", "2015-04-23 12:28:02.462500"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
217
231
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
218
232
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
219
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "26"], ["created_at", "2015-04-
|
233
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "26"], ["created_at", "2015-04-23 12:28:02.464926"], ["updated_at", "2015-04-23 12:28:02.464926"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
220
234
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
221
235
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
222
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "27"], ["created_at", "2015-04-
|
236
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "27"], ["created_at", "2015-04-23 12:28:02.467396"], ["updated_at", "2015-04-23 12:28:02.467396"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
223
237
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
224
238
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
225
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "28"], ["created_at", "2015-04-
|
239
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "28"], ["created_at", "2015-04-23 12:28:02.469928"], ["updated_at", "2015-04-23 12:28:02.469928"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
226
240
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
227
241
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
228
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "29"], ["created_at", "2015-04-
|
242
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "29"], ["created_at", "2015-04-23 12:28:02.472423"], ["updated_at", "2015-04-23 12:28:02.472423"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
229
243
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
230
244
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
231
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "30"], ["created_at", "2015-04-
|
245
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "30"], ["created_at", "2015-04-23 12:28:02.474966"], ["updated_at", "2015-04-23 12:28:02.474966"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
232
246
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
233
247
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
234
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "31"], ["created_at", "2015-04-
|
248
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "31"], ["created_at", "2015-04-23 12:28:02.477750"], ["updated_at", "2015-04-23 12:28:02.477750"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
235
249
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
236
250
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
237
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "32"], ["created_at", "2015-04-
|
251
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "32"], ["created_at", "2015-04-23 12:28:02.480304"], ["updated_at", "2015-04-23 12:28:02.480304"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
238
252
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
239
253
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
240
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "33"], ["created_at", "2015-04-
|
254
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "33"], ["created_at", "2015-04-23 12:28:02.482910"], ["updated_at", "2015-04-23 12:28:02.482910"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
241
255
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
242
256
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
243
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "34"], ["created_at", "2015-04-
|
257
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "34"], ["created_at", "2015-04-23 12:28:02.485530"], ["updated_at", "2015-04-23 12:28:02.485530"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
244
258
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
245
259
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
246
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "35"], ["created_at", "2015-04-
|
260
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "35"], ["created_at", "2015-04-23 12:28:02.488030"], ["updated_at", "2015-04-23 12:28:02.488030"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
247
261
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
248
262
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
249
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "36"], ["created_at", "2015-04-
|
263
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "36"], ["created_at", "2015-04-23 12:28:02.490641"], ["updated_at", "2015-04-23 12:28:02.490641"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
250
264
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
265
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
266
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "37"], ["created_at", "2015-04-23 12:28:02.493556"], ["updated_at", "2015-04-23 12:28:02.493556"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
267
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
251
268
|
Processing by PushType::WysiwygMediaController#index as JSON
|
252
269
|
Parameters: {"filter"=>"image"}
|
253
|
-
[1m[
|
254
|
-
[1m[
|
270
|
+
[1m[35mPushType::Asset Load (0.3ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 0
|
271
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%')[0m
|
255
272
|
Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.5ms)
|
256
|
-
[1m[
|
257
|
-
[1m[
|
258
|
-
[1m[
|
273
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
274
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
275
|
+
[1m[35m (0.1ms)[0m BEGIN
|
259
276
|
---------------------------------------------------------------------------------------
|
260
|
-
PushType::WysiwygMediaController::GET #index::filtering for images:
|
277
|
+
PushType::WysiwygMediaController::GET #index::filtering for images: test_0003_anonymous
|
261
278
|
---------------------------------------------------------------------------------------
|
262
|
-
[1m[
|
263
|
-
[1m[
|
264
|
-
[1m[
|
265
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
266
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "37"], ["created_at", "2015-04-06 13:16:16.211484"], ["updated_at", "2015-04-06 13:16:16.211484"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
267
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
279
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
280
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
281
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
268
282
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
269
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "38"], ["created_at", "2015-04-
|
283
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "38"], ["created_at", "2015-04-23 12:28:02.512154"], ["updated_at", "2015-04-23 12:28:02.512154"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
270
284
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
271
285
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
272
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "39"], ["created_at", "2015-04-
|
286
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "39"], ["created_at", "2015-04-23 12:28:02.514749"], ["updated_at", "2015-04-23 12:28:02.514749"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
273
287
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
274
288
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
275
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "40"], ["created_at", "2015-04-
|
289
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "40"], ["created_at", "2015-04-23 12:28:02.517293"], ["updated_at", "2015-04-23 12:28:02.517293"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
276
290
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
277
291
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
278
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "41"], ["created_at", "2015-04-
|
292
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "41"], ["created_at", "2015-04-23 12:28:02.519799"], ["updated_at", "2015-04-23 12:28:02.519799"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
279
293
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
280
294
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
281
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "
|
295
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "42"], ["created_at", "2015-04-23 12:28:02.522505"], ["updated_at", "2015-04-23 12:28:02.522505"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
282
296
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
283
297
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
284
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "43"], ["created_at", "2015-04-
|
298
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "43"], ["created_at", "2015-04-23 12:28:02.525016"], ["updated_at", "2015-04-23 12:28:02.525016"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
285
299
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
286
300
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
287
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "44"], ["created_at", "2015-04-
|
301
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "44"], ["created_at", "2015-04-23 12:28:02.527625"], ["updated_at", "2015-04-23 12:28:02.527625"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
288
302
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
289
303
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
290
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "45"], ["created_at", "2015-04-
|
304
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "45"], ["created_at", "2015-04-23 12:28:02.530201"], ["updated_at", "2015-04-23 12:28:02.530201"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
291
305
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
292
306
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
293
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "46"], ["created_at", "2015-04-
|
307
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "46"], ["created_at", "2015-04-23 12:28:02.532888"], ["updated_at", "2015-04-23 12:28:02.532888"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
294
308
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
295
309
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
296
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "47"], ["created_at", "2015-04-
|
310
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "47"], ["created_at", "2015-04-23 12:28:02.535456"], ["updated_at", "2015-04-23 12:28:02.535456"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
297
311
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
298
312
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
299
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "48"], ["created_at", "2015-04-
|
313
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "48"], ["created_at", "2015-04-23 12:28:02.538026"], ["updated_at", "2015-04-23 12:28:02.538026"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
300
314
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
301
315
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
302
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "49"], ["created_at", "2015-04-
|
316
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "49"], ["created_at", "2015-04-23 12:28:02.540772"], ["updated_at", "2015-04-23 12:28:02.540772"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
303
317
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
304
318
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
305
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "50"], ["created_at", "2015-04-
|
319
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "50"], ["created_at", "2015-04-23 12:28:02.543532"], ["updated_at", "2015-04-23 12:28:02.543532"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
306
320
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
307
321
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
308
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "51"], ["created_at", "2015-04-
|
322
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "51"], ["created_at", "2015-04-23 12:28:02.546454"], ["updated_at", "2015-04-23 12:28:02.546454"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
309
323
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
310
324
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
311
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "52"], ["created_at", "2015-04-
|
325
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "52"], ["created_at", "2015-04-23 12:28:02.549068"], ["updated_at", "2015-04-23 12:28:02.549068"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
312
326
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
313
327
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
314
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "53"], ["created_at", "2015-04-
|
328
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "53"], ["created_at", "2015-04-23 12:28:02.551634"], ["updated_at", "2015-04-23 12:28:02.551634"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
315
329
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
316
330
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
317
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "54"], ["created_at", "2015-04-
|
331
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "54"], ["created_at", "2015-04-23 12:28:02.554303"], ["updated_at", "2015-04-23 12:28:02.554303"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
318
332
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
333
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
334
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "55"], ["created_at", "2015-04-23 12:28:02.556919"], ["updated_at", "2015-04-23 12:28:02.556919"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
335
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
319
336
|
Processing by PushType::WysiwygMediaController#index as JSON
|
320
337
|
Parameters: {"filter"=>"image"}
|
321
|
-
[1m[
|
322
|
-
[1m[
|
323
|
-
Completed 200 OK in
|
324
|
-
[1m[
|
325
|
-
[1m[
|
326
|
-
[1m[
|
338
|
+
[1m[35mPushType::Asset Load (0.3ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 0
|
339
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%')[0m
|
340
|
+
Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.5ms)
|
341
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
342
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
343
|
+
[1m[35m (0.1ms)[0m BEGIN
|
327
344
|
---------------------------------------------------------------------------------------
|
328
|
-
PushType::WysiwygMediaController::GET #index::filtering for images:
|
345
|
+
PushType::WysiwygMediaController::GET #index::filtering for images: test_0004_anonymous
|
329
346
|
---------------------------------------------------------------------------------------
|
330
|
-
[1m[
|
331
|
-
[1m[
|
332
|
-
[1m[
|
333
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
334
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "55"], ["created_at", "2015-04-06 13:16:16.275497"], ["updated_at", "2015-04-06 13:16:16.275497"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
335
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
347
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
348
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
349
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
336
350
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
337
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "56"], ["created_at", "2015-04-
|
351
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "56"], ["created_at", "2015-04-23 12:28:02.576040"], ["updated_at", "2015-04-23 12:28:02.576040"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
338
352
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
339
353
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
340
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "57"], ["created_at", "2015-04-
|
354
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "57"], ["created_at", "2015-04-23 12:28:02.578915"], ["updated_at", "2015-04-23 12:28:02.578915"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
341
355
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
342
356
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
343
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "58"], ["created_at", "2015-04-
|
357
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "58"], ["created_at", "2015-04-23 12:28:02.581562"], ["updated_at", "2015-04-23 12:28:02.581562"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
344
358
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
345
359
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
346
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "59"], ["created_at", "2015-04-
|
360
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "59"], ["created_at", "2015-04-23 12:28:02.584143"], ["updated_at", "2015-04-23 12:28:02.584143"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
347
361
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
348
362
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
349
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "
|
363
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "60"], ["created_at", "2015-04-23 12:28:02.586779"], ["updated_at", "2015-04-23 12:28:02.586779"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
350
364
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
351
365
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
352
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "61"], ["created_at", "2015-04-
|
366
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "61"], ["created_at", "2015-04-23 12:28:02.615197"], ["updated_at", "2015-04-23 12:28:02.615197"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
353
367
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
354
368
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
355
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "62"], ["created_at", "2015-04-
|
369
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "62"], ["created_at", "2015-04-23 12:28:02.618273"], ["updated_at", "2015-04-23 12:28:02.618273"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
356
370
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
357
371
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
358
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "63"], ["created_at", "2015-04-
|
372
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "63"], ["created_at", "2015-04-23 12:28:02.621078"], ["updated_at", "2015-04-23 12:28:02.621078"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
359
373
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
360
374
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
361
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "64"], ["created_at", "2015-04-
|
375
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "64"], ["created_at", "2015-04-23 12:28:02.623831"], ["updated_at", "2015-04-23 12:28:02.623831"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
362
376
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
363
377
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
364
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "65"], ["created_at", "2015-04-
|
378
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "65"], ["created_at", "2015-04-23 12:28:02.626596"], ["updated_at", "2015-04-23 12:28:02.626596"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
365
379
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
366
380
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
367
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "66"], ["created_at", "2015-04-
|
381
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "66"], ["created_at", "2015-04-23 12:28:02.629220"], ["updated_at", "2015-04-23 12:28:02.629220"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
368
382
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
369
383
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
370
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "67"], ["created_at", "2015-04-
|
384
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "67"], ["created_at", "2015-04-23 12:28:02.631981"], ["updated_at", "2015-04-23 12:28:02.631981"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
371
385
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
372
386
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
373
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "68"], ["created_at", "2015-04-
|
387
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "68"], ["created_at", "2015-04-23 12:28:02.634754"], ["updated_at", "2015-04-23 12:28:02.634754"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
374
388
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
375
389
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
376
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "69"], ["created_at", "2015-04-
|
390
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "69"], ["created_at", "2015-04-23 12:28:02.637547"], ["updated_at", "2015-04-23 12:28:02.637547"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
377
391
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
378
392
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
379
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "70"], ["created_at", "2015-04-
|
393
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "70"], ["created_at", "2015-04-23 12:28:02.640150"], ["updated_at", "2015-04-23 12:28:02.640150"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
380
394
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
381
395
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
382
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "71"], ["created_at", "2015-04-
|
396
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "71"], ["created_at", "2015-04-23 12:28:02.642740"], ["updated_at", "2015-04-23 12:28:02.642740"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
383
397
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
384
398
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
385
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "72"], ["created_at", "2015-04-
|
399
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "72"], ["created_at", "2015-04-23 12:28:02.645457"], ["updated_at", "2015-04-23 12:28:02.645457"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
386
400
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
387
|
-
Processing by PushType::WysiwygMediaController#index as JSON
|
388
|
-
Parameters: {"filter"=>"image"}
|
389
|
-
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 0[0m
|
390
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%')
|
391
|
-
Completed 200 OK in 11ms (Views: 0.5ms | ActiveRecord: 0.5ms)
|
392
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
393
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
394
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
395
|
-
----------------------------------------------------------------------------------------
|
396
|
-
PushType::WysiwygMediaController::POST #create::with in-valid asset: test_0001_anonymous
|
397
|
-
----------------------------------------------------------------------------------------
|
398
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
399
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
400
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
401
|
-
Processing by PushType::WysiwygMediaController#create as JSON
|
402
|
-
Parameters: {"asset"=>{}}
|
403
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
404
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
405
|
-
Completed 200 OK in 11ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
406
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
407
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
408
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
409
|
-
----------------------------------------------------------------------------------------
|
410
|
-
PushType::WysiwygMediaController::POST #create::with in-valid asset: test_0002_anonymous
|
411
|
-
----------------------------------------------------------------------------------------
|
412
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
413
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
414
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
415
|
-
Processing by PushType::WysiwygMediaController#create as JSON
|
416
|
-
Parameters: {"asset"=>{}}
|
417
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
418
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
419
|
-
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
420
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
421
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
422
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
423
|
-
----------------------------------------------------------------------------------------
|
424
|
-
PushType::WysiwygMediaController::POST #create::with in-valid asset: test_0003_anonymous
|
425
|
-
----------------------------------------------------------------------------------------
|
426
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
427
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
428
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
429
|
-
Processing by PushType::WysiwygMediaController#create as JSON
|
430
|
-
Parameters: {"asset"=>{}}
|
431
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
432
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
433
|
-
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
434
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
435
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
436
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
437
|
-
-------------------------------------------------------------------------------------
|
438
|
-
PushType::WysiwygMediaController::POST #create::with valid asset: test_0003_anonymous
|
439
|
-
-------------------------------------------------------------------------------------
|
440
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
441
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
442
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
443
|
-
Processing by PushType::WysiwygMediaController#create as JSON
|
444
|
-
Parameters: {"asset"=>{"file"=>#<Rack::Test::UploadedFile:0x007fd544ad83f8 @content_type="text/plain", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/c4/6qjwj9_n54zcj3sjqtq42y480000gn/T/image.png20150406-22663-1wysri9>>}}
|
445
401
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
446
|
-
[1m[35mSQL (0.
|
402
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "73"], ["created_at", "2015-04-23 12:28:02.648195"], ["updated_at", "2015-04-23 12:28:02.648195"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
447
403
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
448
|
-
|
404
|
+
Processing by PushType::WysiwygMediaController#index as JSON
|
405
|
+
Parameters: {"filter"=>"image"}
|
406
|
+
[1m[35mPushType::Asset Load (0.3ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 0
|
407
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type LIKE 'image/%')[0m
|
408
|
+
Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 0.5ms)
|
449
409
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
450
|
-
[1m[36m (0.
|
410
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451
411
|
[1m[35m (0.1ms)[0m BEGIN
|
452
|
-
|
453
|
-
PushType::WysiwygMediaController::
|
454
|
-
|
455
|
-
[1m[36m (0.
|
412
|
+
----------------------------------------------------------------------------------
|
413
|
+
PushType::WysiwygMediaController::GET #index::with pagination: test_0003_anonymous
|
414
|
+
----------------------------------------------------------------------------------
|
415
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
456
416
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
457
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
458
|
-
Processing by PushType::WysiwygMediaController#create as JSON
|
459
|
-
Parameters: {"asset"=>{"file"=>#<Rack::Test::UploadedFile:0x007fd5449b2ff0 @content_type="text/plain", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/c4/6qjwj9_n54zcj3sjqtq42y480000gn/T/image.png20150406-22663-f0e9hn>>}}
|
460
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
461
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "74"], ["created_at", "2015-04-06 13:16:16.404764"], ["updated_at", "2015-04-06 13:16:16.404764"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
462
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
463
|
-
Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
464
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
465
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
466
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
467
|
-
-------------------------------------------------------------------------------------
|
468
|
-
PushType::WysiwygMediaController::POST #create::with valid asset: test_0001_anonymous
|
469
|
-
-------------------------------------------------------------------------------------
|
470
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
471
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
472
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
473
|
-
Processing by PushType::WysiwygMediaController#create as JSON
|
474
|
-
Parameters: {"asset"=>{"file"=>#<Rack::Test::UploadedFile:0x007fd548e3c838 @content_type="text/plain", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/c4/6qjwj9_n54zcj3sjqtq42y480000gn/T/image.png20150406-22663-xq2z15>>}}
|
475
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
476
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "75"], ["created_at", "2015-04-06 13:16:16.414034"], ["updated_at", "2015-04-06 13:16:16.414034"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
477
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
478
|
-
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
479
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
480
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
481
|
-
[1m[35m (0.1ms)[0m BEGIN
|
482
|
-
--------------------------------------------------------------------------------------
|
483
|
-
PushType::WysiwygMediaController::GET #index::filtering for files: test_0001_anonymous
|
484
|
-
--------------------------------------------------------------------------------------
|
485
417
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
486
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
487
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
488
418
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
489
|
-
[1m[36mSQL (0.
|
419
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "74"], ["created_at", "2015-04-23 12:28:02.668376"], ["updated_at", "2015-04-23 12:28:02.668376"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
490
420
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
491
421
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
492
|
-
[1m[35mSQL (0.
|
422
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "75"], ["created_at", "2015-04-23 12:28:02.671356"], ["updated_at", "2015-04-23 12:28:02.671356"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
493
423
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
494
424
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
495
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
425
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "76"], ["created_at", "2015-04-23 12:28:02.674336"], ["updated_at", "2015-04-23 12:28:02.674336"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
496
426
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
497
427
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
498
|
-
[1m[35mSQL (0.
|
428
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "77"], ["created_at", "2015-04-23 12:28:02.676994"], ["updated_at", "2015-04-23 12:28:02.676994"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
499
429
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
500
430
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
501
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
431
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "78"], ["created_at", "2015-04-23 12:28:02.679814"], ["updated_at", "2015-04-23 12:28:02.679814"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
502
432
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
503
433
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
504
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
434
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "79"], ["created_at", "2015-04-23 12:28:02.682645"], ["updated_at", "2015-04-23 12:28:02.682645"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
505
435
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
506
436
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
507
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
437
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "80"], ["created_at", "2015-04-23 12:28:02.685693"], ["updated_at", "2015-04-23 12:28:02.685693"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
508
438
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
509
439
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
510
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
440
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "81"], ["created_at", "2015-04-23 12:28:02.688369"], ["updated_at", "2015-04-23 12:28:02.688369"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
511
441
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
512
442
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
513
|
-
[1m[36mSQL (0.
|
443
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "82"], ["created_at", "2015-04-23 12:28:02.690969"], ["updated_at", "2015-04-23 12:28:02.690969"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
514
444
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
515
445
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
516
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
446
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "83"], ["created_at", "2015-04-23 12:28:02.693482"], ["updated_at", "2015-04-23 12:28:02.693482"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
517
447
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
518
448
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
519
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
449
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "84"], ["created_at", "2015-04-23 12:28:02.696783"], ["updated_at", "2015-04-23 12:28:02.696783"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
520
450
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
521
451
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
522
|
-
[1m[35mSQL (0.
|
452
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "85"], ["created_at", "2015-04-23 12:28:02.699773"], ["updated_at", "2015-04-23 12:28:02.699773"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
523
453
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
524
454
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
525
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
455
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "86"], ["created_at", "2015-04-23 12:28:02.702981"], ["updated_at", "2015-04-23 12:28:02.702981"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
526
456
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
527
457
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
528
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
458
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "87"], ["created_at", "2015-04-23 12:28:02.705823"], ["updated_at", "2015-04-23 12:28:02.705823"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
529
459
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
530
460
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
531
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
461
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "88"], ["created_at", "2015-04-23 12:28:02.708764"], ["updated_at", "2015-04-23 12:28:02.708764"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
532
462
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
533
463
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
534
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
464
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "89"], ["created_at", "2015-04-23 12:28:02.711329"], ["updated_at", "2015-04-23 12:28:02.711329"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
535
465
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
536
466
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
537
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
467
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "90"], ["created_at", "2015-04-23 12:28:02.713903"], ["updated_at", "2015-04-23 12:28:02.713903"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
538
468
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
539
469
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
540
|
-
[1m[35mSQL (0.
|
470
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "91"], ["created_at", "2015-04-23 12:28:02.716798"], ["updated_at", "2015-04-23 12:28:02.716798"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
541
471
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
542
472
|
Processing by PushType::WysiwygMediaController#index as JSON
|
543
|
-
Parameters: {"filter"=>"file"}
|
544
|
-
[1m[35mPushType::Asset Load (0.
|
545
|
-
[1m[36m (0.
|
546
|
-
Completed 200 OK in
|
473
|
+
Parameters: {"filter"=>"file", "page"=>2}
|
474
|
+
[1m[35mPushType::Asset Load (0.4ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 12
|
475
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%')[0m
|
476
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)
|
547
477
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
548
478
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
549
479
|
[1m[35m (0.1ms)[0m BEGIN
|
550
|
-
|
551
|
-
PushType::WysiwygMediaController::GET #index::
|
552
|
-
|
480
|
+
----------------------------------------------------------------------------------
|
481
|
+
PushType::WysiwygMediaController::GET #index::with pagination: test_0002_anonymous
|
482
|
+
----------------------------------------------------------------------------------
|
553
483
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
554
484
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
555
485
|
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
556
486
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
557
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
487
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "92"], ["created_at", "2015-04-23 12:28:02.733312"], ["updated_at", "2015-04-23 12:28:02.733312"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
558
488
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
559
489
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
560
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
490
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "93"], ["created_at", "2015-04-23 12:28:02.736400"], ["updated_at", "2015-04-23 12:28:02.736400"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
561
491
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
562
492
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
563
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
493
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "94"], ["created_at", "2015-04-23 12:28:02.739134"], ["updated_at", "2015-04-23 12:28:02.739134"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
564
494
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
565
495
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
566
|
-
[1m[35mSQL (0.
|
496
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "95"], ["created_at", "2015-04-23 12:28:02.742129"], ["updated_at", "2015-04-23 12:28:02.742129"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
567
497
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
568
498
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
569
|
-
[1m[36mSQL (
|
499
|
+
[1m[36mSQL (9.4ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "96"], ["created_at", "2015-04-23 12:28:02.745079"], ["updated_at", "2015-04-23 12:28:02.745079"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
570
500
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
571
501
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
572
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
502
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "97"], ["created_at", "2015-04-23 12:28:02.757721"], ["updated_at", "2015-04-23 12:28:02.757721"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
573
503
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
574
504
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
575
|
-
[1m[36mSQL (
|
505
|
+
[1m[36mSQL (11.7ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "98"], ["created_at", "2015-04-23 12:28:02.760573"], ["updated_at", "2015-04-23 12:28:02.760573"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
576
506
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
577
507
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
578
|
-
[1m[35mSQL (0.
|
508
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "99"], ["created_at", "2015-04-23 12:28:02.775884"], ["updated_at", "2015-04-23 12:28:02.775884"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
579
509
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
580
510
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
581
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
511
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "100"], ["created_at", "2015-04-23 12:28:02.778985"], ["updated_at", "2015-04-23 12:28:02.778985"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
582
512
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
583
513
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
584
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
514
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "101"], ["created_at", "2015-04-23 12:28:02.781811"], ["updated_at", "2015-04-23 12:28:02.781811"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
585
515
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
586
516
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
587
|
-
[1m[36mSQL (0.
|
517
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "102"], ["created_at", "2015-04-23 12:28:02.784482"], ["updated_at", "2015-04-23 12:28:02.784482"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
588
518
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
589
519
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
590
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
520
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "103"], ["created_at", "2015-04-23 12:28:02.787421"], ["updated_at", "2015-04-23 12:28:02.787421"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
591
521
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
592
522
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
593
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
523
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "104"], ["created_at", "2015-04-23 12:28:02.790140"], ["updated_at", "2015-04-23 12:28:02.790140"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
594
524
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
595
525
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
596
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
526
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "105"], ["created_at", "2015-04-23 12:28:02.792792"], ["updated_at", "2015-04-23 12:28:02.792792"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
597
527
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
598
528
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
599
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
529
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "106"], ["created_at", "2015-04-23 12:28:02.795408"], ["updated_at", "2015-04-23 12:28:02.795408"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
600
530
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
601
531
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
602
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
532
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "107"], ["created_at", "2015-04-23 12:28:02.798086"], ["updated_at", "2015-04-23 12:28:02.798086"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
603
533
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
604
534
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
605
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
535
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "108"], ["created_at", "2015-04-23 12:28:02.800608"], ["updated_at", "2015-04-23 12:28:02.800608"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
606
536
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
607
537
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
608
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
538
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "109"], ["created_at", "2015-04-23 12:28:02.803225"], ["updated_at", "2015-04-23 12:28:02.803225"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
609
539
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
610
540
|
Processing by PushType::WysiwygMediaController#index as JSON
|
611
|
-
Parameters: {"filter"=>"file"}
|
612
|
-
[1m[35mPushType::Asset Load (0.3ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET
|
541
|
+
Parameters: {"filter"=>"file", "page"=>2}
|
542
|
+
[1m[35mPushType::Asset Load (0.3ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 12
|
613
543
|
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%')[0m
|
614
|
-
Completed 200 OK in
|
544
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms)
|
615
545
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
616
546
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
617
547
|
[1m[35m (0.1ms)[0m BEGIN
|
618
|
-
|
619
|
-
PushType::WysiwygMediaController::GET #index::
|
620
|
-
|
548
|
+
----------------------------------------------------------------------------------
|
549
|
+
PushType::WysiwygMediaController::GET #index::with pagination: test_0001_anonymous
|
550
|
+
----------------------------------------------------------------------------------
|
621
551
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
622
552
|
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
623
|
-
[1m[36m (0.
|
553
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
624
554
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
625
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
555
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "110"], ["created_at", "2015-04-23 12:28:02.814090"], ["updated_at", "2015-04-23 12:28:02.814090"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
626
556
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
627
557
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
628
|
-
[1m[35mSQL (0.
|
558
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "111"], ["created_at", "2015-04-23 12:28:02.816627"], ["updated_at", "2015-04-23 12:28:02.816627"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
629
559
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
630
560
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
631
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
561
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "112"], ["created_at", "2015-04-23 12:28:02.819211"], ["updated_at", "2015-04-23 12:28:02.819211"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
632
562
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
633
563
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
634
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
564
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "113"], ["created_at", "2015-04-23 12:28:02.821719"], ["updated_at", "2015-04-23 12:28:02.821719"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
635
565
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
636
566
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
637
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
567
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "114"], ["created_at", "2015-04-23 12:28:02.824310"], ["updated_at", "2015-04-23 12:28:02.824310"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
638
568
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
639
569
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
640
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
570
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "115"], ["created_at", "2015-04-23 12:28:02.826811"], ["updated_at", "2015-04-23 12:28:02.826811"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
641
571
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
642
572
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
643
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
573
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "116"], ["created_at", "2015-04-23 12:28:02.829426"], ["updated_at", "2015-04-23 12:28:02.829426"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
644
574
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
645
575
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
646
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
576
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "117"], ["created_at", "2015-04-23 12:28:02.831821"], ["updated_at", "2015-04-23 12:28:02.831821"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
647
577
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
648
578
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
649
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
579
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "118"], ["created_at", "2015-04-23 12:28:02.834307"], ["updated_at", "2015-04-23 12:28:02.834307"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
650
580
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
651
581
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
652
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
582
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "119"], ["created_at", "2015-04-23 12:28:02.837059"], ["updated_at", "2015-04-23 12:28:02.837059"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
653
583
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
654
584
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
655
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
585
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "120"], ["created_at", "2015-04-23 12:28:02.839620"], ["updated_at", "2015-04-23 12:28:02.839620"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
656
586
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
657
587
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
658
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
588
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "121"], ["created_at", "2015-04-23 12:28:02.842028"], ["updated_at", "2015-04-23 12:28:02.842028"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
659
589
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
660
590
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
661
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
591
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "122"], ["created_at", "2015-04-23 12:28:02.844451"], ["updated_at", "2015-04-23 12:28:02.844451"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
662
592
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
663
593
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
664
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
594
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "123"], ["created_at", "2015-04-23 12:28:02.847009"], ["updated_at", "2015-04-23 12:28:02.847009"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
665
595
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
666
596
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
667
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
597
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "124"], ["created_at", "2015-04-23 12:28:02.849475"], ["updated_at", "2015-04-23 12:28:02.849475"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
668
598
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
669
599
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
670
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
600
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "125"], ["created_at", "2015-04-23 12:28:02.852423"], ["updated_at", "2015-04-23 12:28:02.852423"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
671
601
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
672
602
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
673
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
603
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "126"], ["created_at", "2015-04-23 12:28:02.855019"], ["updated_at", "2015-04-23 12:28:02.855019"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
674
604
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
675
605
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
676
|
-
[1m[35mSQL (0.
|
606
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "127"], ["created_at", "2015-04-23 12:28:02.857604"], ["updated_at", "2015-04-23 12:28:02.857604"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
677
607
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
678
608
|
Processing by PushType::WysiwygMediaController#index as JSON
|
679
|
-
Parameters: {"filter"=>"file"}
|
680
|
-
[1m[35mPushType::Asset Load (0.3ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET
|
609
|
+
Parameters: {"filter"=>"file", "page"=>2}
|
610
|
+
[1m[35mPushType::Asset Load (0.3ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 12
|
681
611
|
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%')[0m
|
682
|
-
Completed 200 OK in
|
612
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms)
|
683
613
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
684
614
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
685
615
|
[1m[35m (0.1ms)[0m BEGIN
|
686
|
-
|
687
|
-
PushType::WysiwygMediaController::GET #index::
|
688
|
-
|
689
|
-
[1m[36m (0.
|
690
|
-
[1m[35m (0.
|
616
|
+
----------------------------------------------------------------------------------
|
617
|
+
PushType::WysiwygMediaController::GET #index::with pagination: test_0004_anonymous
|
618
|
+
----------------------------------------------------------------------------------
|
619
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
620
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
691
621
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
692
622
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
693
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
623
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "128"], ["created_at", "2015-04-23 12:28:02.868852"], ["updated_at", "2015-04-23 12:28:02.868852"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
694
624
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
695
625
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
696
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
626
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "129"], ["created_at", "2015-04-23 12:28:02.871417"], ["updated_at", "2015-04-23 12:28:02.871417"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
697
627
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
698
628
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
699
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
629
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "130"], ["created_at", "2015-04-23 12:28:02.873918"], ["updated_at", "2015-04-23 12:28:02.873918"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
700
630
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
701
631
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
702
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
632
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "131"], ["created_at", "2015-04-23 12:28:02.876468"], ["updated_at", "2015-04-23 12:28:02.876468"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
703
633
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
704
634
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
705
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
635
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "132"], ["created_at", "2015-04-23 12:28:02.879022"], ["updated_at", "2015-04-23 12:28:02.879022"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
706
636
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
707
637
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
708
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
638
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "133"], ["created_at", "2015-04-23 12:28:02.881608"], ["updated_at", "2015-04-23 12:28:02.881608"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
709
639
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
710
640
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
711
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
641
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "134"], ["created_at", "2015-04-23 12:28:02.884154"], ["updated_at", "2015-04-23 12:28:02.884154"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
712
642
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
713
643
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
714
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
644
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "135"], ["created_at", "2015-04-23 12:28:02.886668"], ["updated_at", "2015-04-23 12:28:02.886668"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
715
645
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
716
646
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
717
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
647
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "136"], ["created_at", "2015-04-23 12:28:02.889141"], ["updated_at", "2015-04-23 12:28:02.889141"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
718
648
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
719
649
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
720
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
650
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "137"], ["created_at", "2015-04-23 12:28:02.891630"], ["updated_at", "2015-04-23 12:28:02.891630"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
721
651
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
722
652
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
723
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
653
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "138"], ["created_at", "2015-04-23 12:28:02.894063"], ["updated_at", "2015-04-23 12:28:02.894063"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
724
654
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
725
655
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
726
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
656
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "139"], ["created_at", "2015-04-23 12:28:02.896494"], ["updated_at", "2015-04-23 12:28:02.896494"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
727
657
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
728
658
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
729
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
659
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "140"], ["created_at", "2015-04-23 12:28:02.898949"], ["updated_at", "2015-04-23 12:28:02.898949"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
730
660
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
731
661
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
732
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
662
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "141"], ["created_at", "2015-04-23 12:28:02.901680"], ["updated_at", "2015-04-23 12:28:02.901680"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
733
663
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
734
664
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
735
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
665
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "142"], ["created_at", "2015-04-23 12:28:02.904609"], ["updated_at", "2015-04-23 12:28:02.904609"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
736
666
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
737
667
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
738
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
668
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "143"], ["created_at", "2015-04-23 12:28:02.907500"], ["updated_at", "2015-04-23 12:28:02.907500"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
739
669
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
740
670
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
741
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
671
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "144"], ["created_at", "2015-04-23 12:28:02.910063"], ["updated_at", "2015-04-23 12:28:02.910063"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
742
672
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
743
673
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
744
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "
|
674
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "145"], ["created_at", "2015-04-23 12:28:02.912500"], ["updated_at", "2015-04-23 12:28:02.912500"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
745
675
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
746
676
|
Processing by PushType::WysiwygMediaController#index as JSON
|
747
|
-
Parameters: {"filter"=>"file"}
|
748
|
-
[1m[35mPushType::Asset Load (0.
|
677
|
+
Parameters: {"filter"=>"file", "page"=>2}
|
678
|
+
[1m[35mPushType::Asset Load (0.4ms)[0m SELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 12
|
749
679
|
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%')[0m
|
750
|
-
Completed 200 OK in
|
680
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.6ms)
|
751
681
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
752
682
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
753
683
|
[1m[35m (0.1ms)[0m BEGIN
|
754
|
-
|
755
|
-
PushType::
|
756
|
-
|
684
|
+
----------------------------------------------------------------------
|
685
|
+
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0001_anonymous
|
686
|
+
----------------------------------------------------------------------
|
757
687
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
758
688
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
759
|
-
[1m[36m (0.
|
760
|
-
[1m[35m (0.1ms)[0m
|
761
|
-
|
762
|
-
|
763
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
764
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "148"], ["created_at", "2015-04-06 13:16:16.692040"], ["updated_at", "2015-04-06 13:16:16.692040"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
765
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
766
|
-
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
767
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
689
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
690
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
691
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "146"], ["created_at", "2015-04-23 12:28:02.925004"], ["updated_at", "2015-04-23 12:28:02.925004"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
692
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
768
693
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
769
694
|
[1m[35m (0.1ms)[0m ROLLBACK
|
770
695
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
771
|
-
|
772
|
-
PushType::WysiwygMediaHelper::#
|
773
|
-
|
774
|
-
[1m[35m (0.
|
775
|
-
[1m[36m (0.
|
776
|
-
[1m[35m (0.
|
696
|
+
----------------------------------------------------------------------
|
697
|
+
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0002_anonymous
|
698
|
+
----------------------------------------------------------------------
|
699
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
700
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
701
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
777
702
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
778
|
-
[1m[35mSQL (0.
|
703
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "147"], ["created_at", "2015-04-23 12:28:02.931657"], ["updated_at", "2015-04-23 12:28:02.931657"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
779
704
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
705
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
706
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
707
|
+
[1m[35m (0.1ms)[0m BEGIN
|
708
|
+
----------------------------------------------------------------------
|
709
|
+
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0005_anonymous
|
710
|
+
----------------------------------------------------------------------
|
711
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
712
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
713
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
780
714
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
781
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
715
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "148"], ["created_at", "2015-04-23 12:28:02.938271"], ["updated_at", "2015-04-23 12:28:02.938271"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
782
716
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
717
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
718
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
719
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
720
|
+
----------------------------------------------------------------------
|
721
|
+
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0004_anonymous
|
722
|
+
----------------------------------------------------------------------
|
723
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
724
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
725
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
783
726
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
784
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
727
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "149"], ["created_at", "2015-04-23 12:28:02.944096"], ["updated_at", "2015-04-23 12:28:02.944096"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
785
728
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
786
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
787
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "152"], ["created_at", "2015-04-06 13:16:16.707798"], ["updated_at", "2015-04-06 13:16:16.707798"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
788
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
789
|
-
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets"[0m
|
790
729
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
791
730
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
792
731
|
[1m[35m (0.1ms)[0m BEGIN
|
793
|
-
|
794
|
-
PushType::WysiwygMediaHelper::#
|
795
|
-
|
796
|
-
[1m[36m (0.
|
797
|
-
[1m[35m (0.
|
798
|
-
[1m[36m (0.
|
732
|
+
----------------------------------------------------------------------
|
733
|
+
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0003_anonymous
|
734
|
+
----------------------------------------------------------------------
|
735
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
736
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
737
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
799
738
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
800
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
739
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "150"], ["created_at", "2015-04-23 12:28:02.950099"], ["updated_at", "2015-04-23 12:28:02.950099"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
801
740
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
741
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
742
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
743
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
744
|
+
----------------------------------------------------------------------
|
745
|
+
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0007_anonymous
|
746
|
+
----------------------------------------------------------------------
|
747
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
748
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
749
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
802
750
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
803
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
751
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "151"], ["created_at", "2015-04-23 12:28:02.956704"], ["updated_at", "2015-04-23 12:28:02.956704"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
804
752
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
753
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
754
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
755
|
+
[1m[35m (0.1ms)[0m BEGIN
|
756
|
+
----------------------------------------------------------------------
|
757
|
+
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0006_anonymous
|
758
|
+
----------------------------------------------------------------------
|
759
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
760
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
761
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
805
762
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
806
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
763
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "152"], ["created_at", "2015-04-23 12:28:02.963537"], ["updated_at", "2015-04-23 12:28:02.963537"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
807
764
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
808
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
809
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "156"], ["created_at", "2015-04-06 13:16:16.720515"], ["updated_at", "2015-04-06 13:16:16.720515"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
810
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
811
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
812
765
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
813
766
|
[1m[35m (0.1ms)[0m ROLLBACK
|
814
767
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
815
768
|
-----------------------------------------------------------------------
|
816
|
-
PushType::WysiwygMediaHelper::#
|
769
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_hash: test_0004_anonymous
|
817
770
|
-----------------------------------------------------------------------
|
818
771
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
819
|
-
[1m[36m (0.
|
820
|
-
[1m[35m (0.
|
772
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
773
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
821
774
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
822
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
775
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "153"], ["created_at", "2015-04-23 12:28:02.970729"], ["updated_at", "2015-04-23 12:28:02.970729"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
823
776
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
824
777
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
825
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
778
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "154"], ["created_at", "2015-04-23 12:28:02.973503"], ["updated_at", "2015-04-23 12:28:02.973503"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
826
779
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
827
780
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
828
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
781
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "155"], ["created_at", "2015-04-23 12:28:02.976270"], ["updated_at", "2015-04-23 12:28:02.976270"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
829
782
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
830
783
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
831
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
784
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "156"], ["created_at", "2015-04-23 12:28:02.978782"], ["updated_at", "2015-04-23 12:28:02.978782"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
832
785
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
833
|
-
[1m[
|
834
|
-
[1m[35m (0.
|
835
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
836
|
-
[1m[35m (0.1ms)[0m
|
786
|
+
[1m[36mPushType::Asset Load (0.2ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" ORDER BY "push_type_assets"."created_at" DESC LIMIT 2 OFFSET 0[0m
|
787
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
788
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
789
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
790
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
837
791
|
-----------------------------------------------------------------------
|
838
|
-
PushType::WysiwygMediaHelper::#
|
792
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_hash: test_0001_anonymous
|
839
793
|
-----------------------------------------------------------------------
|
840
|
-
[1m[
|
841
|
-
[1m[
|
842
|
-
[1m[
|
843
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
844
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "161"], ["created_at", "2015-04-06 13:16:16.737702"], ["updated_at", "2015-04-06 13:16:16.737702"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
845
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
794
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
795
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
796
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
846
797
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
847
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
798
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "157"], ["created_at", "2015-04-23 12:28:02.988357"], ["updated_at", "2015-04-23 12:28:02.988357"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
848
799
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
849
800
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
850
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
801
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "158"], ["created_at", "2015-04-23 12:28:02.990944"], ["updated_at", "2015-04-23 12:28:02.990944"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
851
802
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
852
803
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
853
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
804
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "159"], ["created_at", "2015-04-23 12:28:02.993353"], ["updated_at", "2015-04-23 12:28:02.993353"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
854
805
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
806
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
807
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "160"], ["created_at", "2015-04-23 12:28:02.995712"], ["updated_at", "2015-04-23 12:28:02.995712"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
808
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
809
|
+
[1m[36mPushType::Asset Load (0.2ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" ORDER BY "push_type_assets"."created_at" DESC LIMIT 2 OFFSET 0[0m
|
855
810
|
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
856
811
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
857
812
|
[1m[35m (0.1ms)[0m ROLLBACK
|
858
813
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
859
814
|
-----------------------------------------------------------------------
|
860
|
-
PushType::WysiwygMediaHelper::#
|
815
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_hash: test_0005_anonymous
|
861
816
|
-----------------------------------------------------------------------
|
862
|
-
[1m[35m (0.
|
817
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
863
818
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
864
819
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
865
820
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
866
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
821
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "161"], ["created_at", "2015-04-23 12:28:03.005281"], ["updated_at", "2015-04-23 12:28:03.005281"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
867
822
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
868
823
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
869
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
824
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "162"], ["created_at", "2015-04-23 12:28:03.007955"], ["updated_at", "2015-04-23 12:28:03.007955"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
870
825
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
871
826
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
872
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
827
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "163"], ["created_at", "2015-04-23 12:28:03.010624"], ["updated_at", "2015-04-23 12:28:03.010624"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
873
828
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
874
829
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
875
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
876
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
877
|
-
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets"[0m
|
878
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
879
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
880
|
-
[1m[35m (0.1ms)[0m BEGIN
|
881
|
-
----------------------------------------------------------------------
|
882
|
-
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0007_anonymous
|
883
|
-
----------------------------------------------------------------------
|
884
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
885
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
886
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
887
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
888
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "169"], ["created_at", "2015-04-06 13:16:16.764171"], ["updated_at", "2015-04-06 13:16:16.764171"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
830
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "164"], ["created_at", "2015-04-23 12:28:03.013238"], ["updated_at", "2015-04-23 12:28:03.013238"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
889
831
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
832
|
+
[1m[36mPushType::Asset Load (0.2ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" ORDER BY "push_type_assets"."created_at" DESC LIMIT 2 OFFSET 0[0m
|
833
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
890
834
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
891
835
|
[1m[35m (0.1ms)[0m ROLLBACK
|
892
836
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
893
|
-
|
894
|
-
PushType::WysiwygMediaHelper::#
|
895
|
-
|
837
|
+
-----------------------------------------------------------------------
|
838
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_hash: test_0002_anonymous
|
839
|
+
-----------------------------------------------------------------------
|
896
840
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
897
841
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
898
842
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
899
843
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
900
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
844
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "165"], ["created_at", "2015-04-23 12:28:03.023120"], ["updated_at", "2015-04-23 12:28:03.023120"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
901
845
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
902
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
903
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
904
|
-
[1m[35m (0.1ms)[0m BEGIN
|
905
|
-
----------------------------------------------------------------------
|
906
|
-
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0006_anonymous
|
907
|
-
----------------------------------------------------------------------
|
908
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
909
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
910
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
911
846
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
912
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
847
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "166"], ["created_at", "2015-04-23 12:28:03.025933"], ["updated_at", "2015-04-23 12:28:03.025933"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
913
848
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
914
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
915
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
916
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
917
|
-
----------------------------------------------------------------------
|
918
|
-
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0005_anonymous
|
919
|
-
----------------------------------------------------------------------
|
920
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
921
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
922
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
923
849
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
924
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
850
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "167"], ["created_at", "2015-04-23 12:28:03.028360"], ["updated_at", "2015-04-23 12:28:03.028360"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
925
851
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
926
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
927
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
928
|
-
[1m[35m (0.1ms)[0m BEGIN
|
929
|
-
----------------------------------------------------------------------
|
930
|
-
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0004_anonymous
|
931
|
-
----------------------------------------------------------------------
|
932
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
933
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
934
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
935
852
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
936
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
853
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "168"], ["created_at", "2015-04-23 12:28:03.030745"], ["updated_at", "2015-04-23 12:28:03.030745"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
937
854
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
855
|
+
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" ORDER BY "push_type_assets"."created_at" DESC LIMIT 2 OFFSET 0[0m
|
856
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
938
857
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
939
858
|
[1m[35m (0.1ms)[0m ROLLBACK
|
940
|
-
[1m[36m (0.
|
941
|
-
|
942
|
-
PushType::WysiwygMediaHelper::#
|
943
|
-
|
859
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
860
|
+
-----------------------------------------------------------------------
|
861
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_hash: test_0003_anonymous
|
862
|
+
-----------------------------------------------------------------------
|
944
863
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
945
|
-
[1m[36m (0.
|
864
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
946
865
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
947
866
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
948
|
-
[1m[35mSQL (0.
|
867
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "169"], ["created_at", "2015-04-23 12:28:03.040471"], ["updated_at", "2015-04-23 12:28:03.040471"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
949
868
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
950
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
951
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
952
|
-
[1m[35m (0.0ms)[0m BEGIN
|
953
|
-
----------------------------------------------------------------------
|
954
|
-
PushType::WysiwygMediaHelper::#wysiwyg_asset_hash: test_0002_anonymous
|
955
|
-
----------------------------------------------------------------------
|
956
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
957
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
958
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
959
869
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
960
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
870
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "170"], ["created_at", "2015-04-23 12:28:03.043120"], ["updated_at", "2015-04-23 12:28:03.043120"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
961
871
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
872
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
873
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "171"], ["created_at", "2015-04-23 12:28:03.045519"], ["updated_at", "2015-04-23 12:28:03.045519"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
874
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
875
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
876
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "172"], ["created_at", "2015-04-23 12:28:03.047846"], ["updated_at", "2015-04-23 12:28:03.047846"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
877
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
878
|
+
[1m[36mPushType::Asset Load (0.2ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" ORDER BY "push_type_assets"."created_at" DESC LIMIT 2 OFFSET 0[0m
|
879
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
962
880
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
963
881
|
[1m[35m (0.1ms)[0m ROLLBACK
|
964
882
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
965
883
|
-----------------------------------------------------------------------
|
966
|
-
PushType::WysiwygMediaHelper::#
|
884
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_meta: test_0004_anonymous
|
967
885
|
-----------------------------------------------------------------------
|
968
886
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
969
887
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
970
888
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
971
889
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
972
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
890
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "173"], ["created_at", "2015-04-23 12:28:03.060274"], ["updated_at", "2015-04-23 12:28:03.060274"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
973
891
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
974
892
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
975
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
893
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "174"], ["created_at", "2015-04-23 12:28:03.062941"], ["updated_at", "2015-04-23 12:28:03.062941"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
976
894
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
977
895
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
978
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
896
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "175"], ["created_at", "2015-04-23 12:28:03.065566"], ["updated_at", "2015-04-23 12:28:03.065566"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
979
897
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
980
898
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
981
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
899
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "176"], ["created_at", "2015-04-23 12:28:03.067958"], ["updated_at", "2015-04-23 12:28:03.067958"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
982
900
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
983
|
-
[1m[
|
984
|
-
[1m[35m (0.
|
985
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK
|
986
|
-
[1m[35m (0.1ms)[0m
|
987
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
901
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets"[0m
|
902
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
903
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
904
|
+
[1m[35m (0.1ms)[0m BEGIN
|
988
905
|
-----------------------------------------------------------------------
|
989
|
-
PushType::WysiwygMediaHelper::#
|
906
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_meta: test_0002_anonymous
|
990
907
|
-----------------------------------------------------------------------
|
991
|
-
[1m[
|
992
|
-
[1m[
|
993
|
-
[1m[
|
994
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
995
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "180"], ["created_at", "2015-04-06 13:16:16.826206"], ["updated_at", "2015-04-06 13:16:16.826206"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
996
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
908
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
909
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
910
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
997
911
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
998
|
-
[1m[36mSQL (0.
|
912
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "177"], ["created_at", "2015-04-23 12:28:03.073164"], ["updated_at", "2015-04-23 12:28:03.073164"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
999
913
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1000
914
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1001
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
915
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "178"], ["created_at", "2015-04-23 12:28:03.075907"], ["updated_at", "2015-04-23 12:28:03.075907"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1002
916
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1003
917
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1004
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
918
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "179"], ["created_at", "2015-04-23 12:28:03.078466"], ["updated_at", "2015-04-23 12:28:03.078466"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1005
919
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1006
|
-
[1m[
|
1007
|
-
[1m[
|
920
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
921
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "180"], ["created_at", "2015-04-23 12:28:03.080972"], ["updated_at", "2015-04-23 12:28:03.080972"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
922
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
923
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
1008
924
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1009
925
|
[1m[35m (0.1ms)[0m ROLLBACK
|
1010
926
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1011
927
|
-----------------------------------------------------------------------
|
1012
|
-
PushType::WysiwygMediaHelper::#
|
928
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_meta: test_0005_anonymous
|
1013
929
|
-----------------------------------------------------------------------
|
1014
930
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1015
931
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1016
932
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1017
933
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1018
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
934
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "181"], ["created_at", "2015-04-23 12:28:03.085938"], ["updated_at", "2015-04-23 12:28:03.085938"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1019
935
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1020
936
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1021
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
937
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "182"], ["created_at", "2015-04-23 12:28:03.088518"], ["updated_at", "2015-04-23 12:28:03.088518"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1022
938
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1023
939
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1024
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
940
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "183"], ["created_at", "2015-04-23 12:28:03.091121"], ["updated_at", "2015-04-23 12:28:03.091121"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1025
941
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1026
942
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1027
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
943
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "184"], ["created_at", "2015-04-23 12:28:03.093570"], ["updated_at", "2015-04-23 12:28:03.093570"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1028
944
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1029
|
-
[1m[
|
1030
|
-
[1m[35m (0.
|
945
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets"[0m
|
946
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
947
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
948
|
+
[1m[35m (0.1ms)[0m BEGIN
|
949
|
+
-----------------------------------------------------------------------
|
950
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_meta: test_0003_anonymous
|
951
|
+
-----------------------------------------------------------------------
|
952
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
953
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
954
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
955
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
956
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "185"], ["created_at", "2015-04-23 12:28:03.098520"], ["updated_at", "2015-04-23 12:28:03.098520"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
957
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
958
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
959
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "186"], ["created_at", "2015-04-23 12:28:03.101017"], ["updated_at", "2015-04-23 12:28:03.101017"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
960
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
961
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
962
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "187"], ["created_at", "2015-04-23 12:28:03.103385"], ["updated_at", "2015-04-23 12:28:03.103385"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
963
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
964
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
965
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "188"], ["created_at", "2015-04-23 12:28:03.105899"], ["updated_at", "2015-04-23 12:28:03.105899"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
966
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
967
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
1031
968
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1032
969
|
[1m[35m (0.1ms)[0m ROLLBACK
|
1033
970
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1034
971
|
-----------------------------------------------------------------------
|
1035
|
-
PushType::WysiwygMediaHelper::#
|
972
|
+
PushType::WysiwygMediaHelper::#wysiwyg_assets_meta: test_0001_anonymous
|
1036
973
|
-----------------------------------------------------------------------
|
1037
|
-
[1m[35m (0.
|
974
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1038
975
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1039
976
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1040
977
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1041
|
-
[1m[35mSQL (0.
|
978
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "189"], ["created_at", "2015-04-23 12:28:03.111199"], ["updated_at", "2015-04-23 12:28:03.111199"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1042
979
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1043
980
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1044
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
981
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "190"], ["created_at", "2015-04-23 12:28:03.113770"], ["updated_at", "2015-04-23 12:28:03.113770"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1045
982
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1046
983
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1047
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
984
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "191"], ["created_at", "2015-04-23 12:28:03.116315"], ["updated_at", "2015-04-23 12:28:03.116315"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1048
985
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1049
986
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1050
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "
|
987
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "192"], ["created_at", "2015-04-23 12:28:03.118869"], ["updated_at", "2015-04-23 12:28:03.118869"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1051
988
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1052
|
-
[1m[
|
1053
|
-
[1m[35m (0.
|
989
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_assets"[0m
|
990
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
991
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
992
|
+
[1m[35m (0.1ms)[0m BEGIN
|
993
|
+
-------------------------------------------------------------------------------------
|
994
|
+
PushType::WysiwygMediaController::POST #create::with valid asset: test_0001_anonymous
|
995
|
+
-------------------------------------------------------------------------------------
|
996
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
997
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
998
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
999
|
+
Processing by PushType::WysiwygMediaController#create as JSON
|
1000
|
+
Parameters: {"asset"=>{"file"=>#<Rack::Test::UploadedFile:0x007f80bfe86830 @content_type="text/plain", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/c4/6qjwj9_n54zcj3sjqtq42y480000gn/T/image.png20150423-5516-xcvi2m>>}}
|
1001
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1002
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "193"], ["created_at", "2015-04-23 12:28:03.129336"], ["updated_at", "2015-04-23 12:28:03.129336"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1003
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1004
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
1054
1005
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1055
1006
|
[1m[35m (0.1ms)[0m ROLLBACK
|
1056
1007
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1057
|
-
|
1058
|
-
PushType::
|
1059
|
-
|
1060
|
-
[1m[35m (0.
|
1008
|
+
-------------------------------------------------------------------------------------
|
1009
|
+
PushType::WysiwygMediaController::POST #create::with valid asset: test_0002_anonymous
|
1010
|
+
-------------------------------------------------------------------------------------
|
1011
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1061
1012
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1062
|
-
[1m[35m (0.
|
1063
|
-
|
1064
|
-
|
1065
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1066
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1067
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "193"], ["created_at", "2015-04-06 13:16:16.958881"], ["updated_at", "2015-04-06 13:16:16.958881"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1068
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1013
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1014
|
+
Processing by PushType::WysiwygMediaController#create as JSON
|
1015
|
+
Parameters: {"asset"=>{"file"=>#<Rack::Test::UploadedFile:0x007f80c39c22c8 @content_type="text/plain", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/c4/6qjwj9_n54zcj3sjqtq42y480000gn/T/image.png20150423-5516-1glpgr1>>}}
|
1069
1016
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1070
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "194"], ["created_at", "2015-04-
|
1017
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "194"], ["created_at", "2015-04-23 12:28:03.137512"], ["updated_at", "2015-04-23 12:28:03.137512"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1071
1018
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1019
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
1020
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
1021
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1022
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1023
|
+
-------------------------------------------------------------------------------------
|
1024
|
+
PushType::WysiwygMediaController::POST #create::with valid asset: test_0003_anonymous
|
1025
|
+
-------------------------------------------------------------------------------------
|
1026
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1027
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1028
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1029
|
+
Processing by PushType::WysiwygMediaController#create as JSON
|
1030
|
+
Parameters: {"asset"=>{"file"=>#<Rack::Test::UploadedFile:0x007f80c1fb9b60 @content_type="text/plain", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/c4/6qjwj9_n54zcj3sjqtq42y480000gn/T/image.png20150423-5516-4pheju>>}}
|
1072
1031
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1073
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "195"], ["created_at", "2015-04-
|
1032
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "195"], ["created_at", "2015-04-23 12:28:03.145867"], ["updated_at", "2015-04-23 12:28:03.145867"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1074
1033
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1075
|
-
|
1076
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_assets"
|
1034
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
1077
1035
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1078
1036
|
[1m[35m (0.1ms)[0m ROLLBACK
|
1079
1037
|
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1080
|
-
|
1081
|
-
PushType::WysiwygMediaController::GET #index::
|
1082
|
-
|
1038
|
+
--------------------------------------------------------------------------------------
|
1039
|
+
PushType::WysiwygMediaController::GET #index::filtering for files: test_0003_anonymous
|
1040
|
+
--------------------------------------------------------------------------------------
|
1083
1041
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1084
1042
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1085
1043
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1086
1044
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1087
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "196"], ["created_at", "2015-04-
|
1045
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "196"], ["created_at", "2015-04-23 12:28:03.151780"], ["updated_at", "2015-04-23 12:28:03.151780"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1088
1046
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1089
1047
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1090
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "197"], ["created_at", "2015-04-
|
1048
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "197"], ["created_at", "2015-04-23 12:28:03.154757"], ["updated_at", "2015-04-23 12:28:03.154757"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1091
1049
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1092
1050
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1093
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "198"], ["created_at", "2015-04-
|
1051
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "198"], ["created_at", "2015-04-23 12:28:03.157243"], ["updated_at", "2015-04-23 12:28:03.157243"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1094
1052
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1095
1053
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1096
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "199"], ["created_at", "2015-04-
|
1054
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "199"], ["created_at", "2015-04-23 12:28:03.159975"], ["updated_at", "2015-04-23 12:28:03.159975"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1097
1055
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1098
1056
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1099
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "200"], ["created_at", "2015-04-
|
1057
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "200"], ["created_at", "2015-04-23 12:28:03.162540"], ["updated_at", "2015-04-23 12:28:03.162540"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1100
1058
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1101
1059
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1102
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "201"], ["created_at", "2015-04-
|
1060
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "201"], ["created_at", "2015-04-23 12:28:03.165076"], ["updated_at", "2015-04-23 12:28:03.165076"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1103
1061
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1104
1062
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1105
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "202"], ["created_at", "2015-04-
|
1063
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "202"], ["created_at", "2015-04-23 12:28:03.167637"], ["updated_at", "2015-04-23 12:28:03.167637"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1106
1064
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1107
1065
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1108
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "203"], ["created_at", "2015-04-
|
1066
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "203"], ["created_at", "2015-04-23 12:28:03.170326"], ["updated_at", "2015-04-23 12:28:03.170326"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1109
1067
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1110
1068
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1111
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "204"], ["created_at", "2015-04-
|
1069
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "204"], ["created_at", "2015-04-23 12:28:03.172881"], ["updated_at", "2015-04-23 12:28:03.172881"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1112
1070
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1113
1071
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1114
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "205"], ["created_at", "2015-04-
|
1072
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "205"], ["created_at", "2015-04-23 12:28:03.175520"], ["updated_at", "2015-04-23 12:28:03.175520"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1115
1073
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1116
1074
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1117
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "206"], ["created_at", "2015-04-
|
1075
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "206"], ["created_at", "2015-04-23 12:28:03.178256"], ["updated_at", "2015-04-23 12:28:03.178256"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1118
1076
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1119
1077
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1120
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "207"], ["created_at", "2015-04-
|
1078
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "207"], ["created_at", "2015-04-23 12:28:03.180776"], ["updated_at", "2015-04-23 12:28:03.180776"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1121
1079
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1122
1080
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1123
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "208"], ["created_at", "2015-04-
|
1081
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "208"], ["created_at", "2015-04-23 12:28:03.183238"], ["updated_at", "2015-04-23 12:28:03.183238"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1124
1082
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1125
1083
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1126
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "209"], ["created_at", "2015-04-
|
1084
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "209"], ["created_at", "2015-04-23 12:28:03.185676"], ["updated_at", "2015-04-23 12:28:03.185676"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1127
1085
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1128
1086
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1129
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "210"], ["created_at", "2015-04-
|
1087
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "210"], ["created_at", "2015-04-23 12:28:03.188274"], ["updated_at", "2015-04-23 12:28:03.188274"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1130
1088
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1131
1089
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1132
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "211"], ["created_at", "2015-04-
|
1090
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "211"], ["created_at", "2015-04-23 12:28:03.190753"], ["updated_at", "2015-04-23 12:28:03.190753"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1133
1091
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1134
1092
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1135
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "212"], ["created_at", "2015-04-
|
1093
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "212"], ["created_at", "2015-04-23 12:28:03.193396"], ["updated_at", "2015-04-23 12:28:03.193396"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1136
1094
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1137
1095
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1138
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "213"], ["created_at", "2015-04-
|
1096
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "213"], ["created_at", "2015-04-23 12:28:03.195987"], ["updated_at", "2015-04-23 12:28:03.195987"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1139
1097
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1140
1098
|
Processing by PushType::WysiwygMediaController#index as JSON
|
1141
|
-
Parameters: {"filter"=>"file"
|
1142
|
-
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET
|
1099
|
+
Parameters: {"filter"=>"file"}
|
1100
|
+
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 0[0m
|
1143
1101
|
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%')
|
1144
|
-
Completed 200 OK in
|
1102
|
+
Completed 200 OK in 13ms (Views: 0.6ms | ActiveRecord: 0.6ms)
|
1145
1103
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1146
1104
|
[1m[35m (0.1ms)[0m ROLLBACK
|
1147
1105
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1148
|
-
|
1149
|
-
PushType::WysiwygMediaController::GET #index::
|
1150
|
-
|
1151
|
-
[1m[35m (0.
|
1152
|
-
[1m[36m (0.
|
1153
|
-
[1m[35m (0.
|
1106
|
+
--------------------------------------------------------------------------------------
|
1107
|
+
PushType::WysiwygMediaController::GET #index::filtering for files: test_0001_anonymous
|
1108
|
+
--------------------------------------------------------------------------------------
|
1109
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1110
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1111
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1154
1112
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1155
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "214"], ["created_at", "2015-04-
|
1113
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "214"], ["created_at", "2015-04-23 12:28:03.217146"], ["updated_at", "2015-04-23 12:28:03.217146"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1156
1114
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1157
1115
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1158
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "215"], ["created_at", "2015-04-
|
1116
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "215"], ["created_at", "2015-04-23 12:28:03.219924"], ["updated_at", "2015-04-23 12:28:03.219924"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1159
1117
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1160
1118
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1161
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "216"], ["created_at", "2015-04-
|
1119
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "216"], ["created_at", "2015-04-23 12:28:03.222437"], ["updated_at", "2015-04-23 12:28:03.222437"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1162
1120
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1163
1121
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1164
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "217"], ["created_at", "2015-04-
|
1122
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "217"], ["created_at", "2015-04-23 12:28:03.224895"], ["updated_at", "2015-04-23 12:28:03.224895"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1165
1123
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1166
1124
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1167
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "218"], ["created_at", "2015-04-
|
1125
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "218"], ["created_at", "2015-04-23 12:28:03.227662"], ["updated_at", "2015-04-23 12:28:03.227662"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1168
1126
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1169
1127
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1170
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "219"], ["created_at", "2015-04-
|
1128
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "219"], ["created_at", "2015-04-23 12:28:03.230386"], ["updated_at", "2015-04-23 12:28:03.230386"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1171
1129
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1172
1130
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1173
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "220"], ["created_at", "2015-04-
|
1131
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "220"], ["created_at", "2015-04-23 12:28:03.232913"], ["updated_at", "2015-04-23 12:28:03.232913"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1174
1132
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1175
1133
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1176
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "221"], ["created_at", "2015-04-
|
1134
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "221"], ["created_at", "2015-04-23 12:28:03.235428"], ["updated_at", "2015-04-23 12:28:03.235428"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1177
1135
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1178
1136
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1179
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "222"], ["created_at", "2015-04-
|
1137
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "222"], ["created_at", "2015-04-23 12:28:03.237788"], ["updated_at", "2015-04-23 12:28:03.237788"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1180
1138
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1181
1139
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1182
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "223"], ["created_at", "2015-04-
|
1140
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "223"], ["created_at", "2015-04-23 12:28:03.240378"], ["updated_at", "2015-04-23 12:28:03.240378"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1183
1141
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1184
1142
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1185
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "224"], ["created_at", "2015-04-
|
1143
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "224"], ["created_at", "2015-04-23 12:28:03.242821"], ["updated_at", "2015-04-23 12:28:03.242821"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1186
1144
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1187
1145
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1188
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "225"], ["created_at", "2015-04-
|
1146
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "225"], ["created_at", "2015-04-23 12:28:03.245574"], ["updated_at", "2015-04-23 12:28:03.245574"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1189
1147
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1190
1148
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1191
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "226"], ["created_at", "2015-04-
|
1149
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "226"], ["created_at", "2015-04-23 12:28:03.248069"], ["updated_at", "2015-04-23 12:28:03.248069"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1192
1150
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1193
1151
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1194
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "227"], ["created_at", "2015-04-
|
1152
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "227"], ["created_at", "2015-04-23 12:28:03.250627"], ["updated_at", "2015-04-23 12:28:03.250627"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1195
1153
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1196
1154
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1197
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "228"], ["created_at", "2015-04-
|
1155
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "228"], ["created_at", "2015-04-23 12:28:03.253230"], ["updated_at", "2015-04-23 12:28:03.253230"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1198
1156
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1199
1157
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1200
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "229"], ["created_at", "2015-04-
|
1158
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "229"], ["created_at", "2015-04-23 12:28:03.255777"], ["updated_at", "2015-04-23 12:28:03.255777"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1201
1159
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1202
1160
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1203
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "230"], ["created_at", "2015-04-
|
1161
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "230"], ["created_at", "2015-04-23 12:28:03.264731"], ["updated_at", "2015-04-23 12:28:03.264731"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1204
1162
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1205
1163
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1206
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "231"], ["created_at", "2015-04-
|
1164
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "231"], ["created_at", "2015-04-23 12:28:03.267687"], ["updated_at", "2015-04-23 12:28:03.267687"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1207
1165
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1208
1166
|
Processing by PushType::WysiwygMediaController#index as JSON
|
1209
|
-
Parameters: {"filter"=>"file"
|
1210
|
-
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET
|
1167
|
+
Parameters: {"filter"=>"file"}
|
1168
|
+
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 0[0m
|
1211
1169
|
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%')
|
1212
|
-
Completed 200 OK in
|
1170
|
+
Completed 200 OK in 14ms (Views: 0.7ms | ActiveRecord: 0.6ms)
|
1213
1171
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1214
1172
|
[1m[35m (0.1ms)[0m ROLLBACK
|
1215
1173
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1216
|
-
|
1217
|
-
PushType::WysiwygMediaController::GET #index::
|
1218
|
-
|
1174
|
+
--------------------------------------------------------------------------------------
|
1175
|
+
PushType::WysiwygMediaController::GET #index::filtering for files: test_0004_anonymous
|
1176
|
+
--------------------------------------------------------------------------------------
|
1219
1177
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1220
1178
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1221
1179
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1222
1180
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1223
|
-
[1m[35mSQL (0.
|
1181
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "232"], ["created_at", "2015-04-23 12:28:03.289230"], ["updated_at", "2015-04-23 12:28:03.289230"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1224
1182
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1225
1183
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1226
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "233"], ["created_at", "2015-04-
|
1184
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "233"], ["created_at", "2015-04-23 12:28:03.291864"], ["updated_at", "2015-04-23 12:28:03.291864"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1227
1185
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1228
1186
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1229
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "234"], ["created_at", "2015-04-
|
1187
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "234"], ["created_at", "2015-04-23 12:28:03.294261"], ["updated_at", "2015-04-23 12:28:03.294261"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1230
1188
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1231
1189
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1232
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "235"], ["created_at", "2015-04-
|
1190
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "235"], ["created_at", "2015-04-23 12:28:03.296864"], ["updated_at", "2015-04-23 12:28:03.296864"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1233
1191
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1234
1192
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1235
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "236"], ["created_at", "2015-04-
|
1193
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "236"], ["created_at", "2015-04-23 12:28:03.299527"], ["updated_at", "2015-04-23 12:28:03.299527"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1236
1194
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1237
1195
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1238
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "237"], ["created_at", "2015-04-
|
1196
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "237"], ["created_at", "2015-04-23 12:28:03.302093"], ["updated_at", "2015-04-23 12:28:03.302093"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1239
1197
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1240
1198
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1241
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "238"], ["created_at", "2015-04-
|
1199
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "238"], ["created_at", "2015-04-23 12:28:03.304668"], ["updated_at", "2015-04-23 12:28:03.304668"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1242
1200
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1243
1201
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1244
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "239"], ["created_at", "2015-04-
|
1202
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "239"], ["created_at", "2015-04-23 12:28:03.307105"], ["updated_at", "2015-04-23 12:28:03.307105"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1245
1203
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1246
1204
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1247
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "240"], ["created_at", "2015-04-
|
1205
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "240"], ["created_at", "2015-04-23 12:28:03.310552"], ["updated_at", "2015-04-23 12:28:03.310552"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1248
1206
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1249
1207
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1250
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "241"], ["created_at", "2015-04-
|
1208
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "241"], ["created_at", "2015-04-23 12:28:03.313557"], ["updated_at", "2015-04-23 12:28:03.313557"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1251
1209
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1252
1210
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1253
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "242"], ["created_at", "2015-04-
|
1211
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "242"], ["created_at", "2015-04-23 12:28:03.316241"], ["updated_at", "2015-04-23 12:28:03.316241"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1254
1212
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1255
1213
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1256
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "243"], ["created_at", "2015-04-
|
1214
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "243"], ["created_at", "2015-04-23 12:28:03.319060"], ["updated_at", "2015-04-23 12:28:03.319060"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1257
1215
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1258
1216
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1259
|
-
[1m[35mSQL (0.
|
1217
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "244"], ["created_at", "2015-04-23 12:28:03.322598"], ["updated_at", "2015-04-23 12:28:03.322598"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1260
1218
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1261
1219
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1262
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "245"], ["created_at", "2015-04-
|
1220
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "245"], ["created_at", "2015-04-23 12:28:03.326016"], ["updated_at", "2015-04-23 12:28:03.326016"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1263
1221
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1264
1222
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1265
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "246"], ["created_at", "2015-04-
|
1223
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "246"], ["created_at", "2015-04-23 12:28:03.328763"], ["updated_at", "2015-04-23 12:28:03.328763"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1266
1224
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1267
1225
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1268
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "247"], ["created_at", "2015-04-
|
1226
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "247"], ["created_at", "2015-04-23 12:28:03.331714"], ["updated_at", "2015-04-23 12:28:03.331714"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1269
1227
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1270
1228
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1271
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "248"], ["created_at", "2015-04-
|
1229
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "248"], ["created_at", "2015-04-23 12:28:03.334861"], ["updated_at", "2015-04-23 12:28:03.334861"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1272
1230
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1273
1231
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1274
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "249"], ["created_at", "2015-04-
|
1232
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "249"], ["created_at", "2015-04-23 12:28:03.337537"], ["updated_at", "2015-04-23 12:28:03.337537"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1275
1233
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1276
1234
|
Processing by PushType::WysiwygMediaController#index as JSON
|
1277
|
-
Parameters: {"filter"=>"file"
|
1278
|
-
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET
|
1279
|
-
[1m[35m (0.
|
1280
|
-
Completed 200 OK in
|
1235
|
+
Parameters: {"filter"=>"file"}
|
1236
|
+
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 0[0m
|
1237
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%')
|
1238
|
+
Completed 200 OK in 15ms (Views: 0.9ms | ActiveRecord: 0.6ms)
|
1281
1239
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1282
1240
|
[1m[35m (0.1ms)[0m ROLLBACK
|
1283
1241
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1284
|
-
|
1285
|
-
PushType::WysiwygMediaController::GET #index::
|
1286
|
-
|
1287
|
-
[1m[35m (0.
|
1242
|
+
--------------------------------------------------------------------------------------
|
1243
|
+
PushType::WysiwygMediaController::GET #index::filtering for files: test_0002_anonymous
|
1244
|
+
--------------------------------------------------------------------------------------
|
1245
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1288
1246
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1289
1247
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1290
1248
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1291
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "250"], ["created_at", "2015-04-
|
1249
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "250"], ["created_at", "2015-04-23 12:28:03.361458"], ["updated_at", "2015-04-23 12:28:03.361458"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1292
1250
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1293
1251
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1294
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "251"], ["created_at", "2015-04-
|
1252
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "251"], ["created_at", "2015-04-23 12:28:03.364340"], ["updated_at", "2015-04-23 12:28:03.364340"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1295
1253
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1296
1254
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1297
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "252"], ["created_at", "2015-04-
|
1255
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "252"], ["created_at", "2015-04-23 12:28:03.367437"], ["updated_at", "2015-04-23 12:28:03.367437"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1298
1256
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1299
1257
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1300
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "253"], ["created_at", "2015-04-
|
1258
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "253"], ["created_at", "2015-04-23 12:28:03.370433"], ["updated_at", "2015-04-23 12:28:03.370433"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1301
1259
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1302
1260
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1303
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "254"], ["created_at", "2015-04-
|
1261
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "image.png"], ["file_size", 2643], ["file_uid", "254"], ["created_at", "2015-04-23 12:28:03.373101"], ["updated_at", "2015-04-23 12:28:03.373101"], ["file_ext", "png"], ["mime_type", "image/png"]]
|
1304
1262
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1305
1263
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1306
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "255"], ["created_at", "2015-04-
|
1264
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "255"], ["created_at", "2015-04-23 12:28:03.376030"], ["updated_at", "2015-04-23 12:28:03.376030"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1307
1265
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1308
1266
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1309
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "256"], ["created_at", "2015-04-
|
1267
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "256"], ["created_at", "2015-04-23 12:28:03.378786"], ["updated_at", "2015-04-23 12:28:03.378786"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1310
1268
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1311
1269
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1312
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "257"], ["created_at", "2015-04-
|
1270
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "257"], ["created_at", "2015-04-23 12:28:03.381766"], ["updated_at", "2015-04-23 12:28:03.381766"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1313
1271
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1314
1272
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1315
|
-
[1m[35mSQL (0.
|
1273
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "258"], ["created_at", "2015-04-23 12:28:03.384730"], ["updated_at", "2015-04-23 12:28:03.384730"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1316
1274
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1317
1275
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1318
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "259"], ["created_at", "2015-04-
|
1276
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "259"], ["created_at", "2015-04-23 12:28:03.387625"], ["updated_at", "2015-04-23 12:28:03.387625"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1319
1277
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1320
1278
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1321
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "260"], ["created_at", "2015-04-
|
1279
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "260"], ["created_at", "2015-04-23 12:28:03.390323"], ["updated_at", "2015-04-23 12:28:03.390323"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1322
1280
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1323
1281
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1324
|
-
[1m[36mSQL (0.
|
1282
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "261"], ["created_at", "2015-04-23 12:28:03.393519"], ["updated_at", "2015-04-23 12:28:03.393519"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1325
1283
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1326
1284
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1327
|
-
[1m[35mSQL (0.
|
1285
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "262"], ["created_at", "2015-04-23 12:28:03.396394"], ["updated_at", "2015-04-23 12:28:03.396394"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1328
1286
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1329
1287
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1330
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "263"], ["created_at", "2015-04-
|
1288
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "263"], ["created_at", "2015-04-23 12:28:03.399555"], ["updated_at", "2015-04-23 12:28:03.399555"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1331
1289
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1332
1290
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1333
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "264"], ["created_at", "2015-04-
|
1291
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "264"], ["created_at", "2015-04-23 12:28:03.402548"], ["updated_at", "2015-04-23 12:28:03.402548"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1334
1292
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1335
1293
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1336
|
-
[1m[36mSQL (0.
|
1294
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "265"], ["created_at", "2015-04-23 12:28:03.405360"], ["updated_at", "2015-04-23 12:28:03.405360"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1337
1295
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1338
1296
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1339
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "266"], ["created_at", "2015-04-
|
1297
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "266"], ["created_at", "2015-04-23 12:28:03.408109"], ["updated_at", "2015-04-23 12:28:03.408109"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1340
1298
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1341
1299
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1342
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "267"], ["created_at", "2015-04-
|
1300
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_assets" ("file_name", "file_size", "file_uid", "created_at", "updated_at", "file_ext", "mime_type") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["file_name", "document.pdf"], ["file_size", 15356], ["file_uid", "267"], ["created_at", "2015-04-23 12:28:03.410693"], ["updated_at", "2015-04-23 12:28:03.410693"], ["file_ext", "pdf"], ["mime_type", "application/pdf"]]
|
1343
1301
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1344
1302
|
Processing by PushType::WysiwygMediaController#index as JSON
|
1345
|
-
Parameters: {"filter"=>"file"
|
1346
|
-
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET
|
1303
|
+
Parameters: {"filter"=>"file"}
|
1304
|
+
[1m[36mPushType::Asset Load (0.3ms)[0m [1mSELECT "push_type_assets".* FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%') ORDER BY "push_type_assets"."created_at" DESC LIMIT 12 OFFSET 0[0m
|
1347
1305
|
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_assets" WHERE "push_type_assets"."deleted_at" IS NULL AND (mime_type NOT LIKE 'image/%')
|
1348
|
-
Completed 200 OK in
|
1306
|
+
Completed 200 OK in 15ms (Views: 0.8ms | ActiveRecord: 0.6ms)
|
1307
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1308
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1309
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1310
|
+
----------------------------------------------------------------------------------------
|
1311
|
+
PushType::WysiwygMediaController::POST #create::with in-valid asset: test_0002_anonymous
|
1312
|
+
----------------------------------------------------------------------------------------
|
1313
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1314
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1315
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1316
|
+
Processing by PushType::WysiwygMediaController#create as JSON
|
1317
|
+
Parameters: {"asset"=>{}}
|
1318
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1319
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
1320
|
+
Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
1321
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1322
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1323
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1324
|
+
----------------------------------------------------------------------------------------
|
1325
|
+
PushType::WysiwygMediaController::POST #create::with in-valid asset: test_0003_anonymous
|
1326
|
+
----------------------------------------------------------------------------------------
|
1327
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1328
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1329
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1330
|
+
Processing by PushType::WysiwygMediaController#create as JSON
|
1331
|
+
Parameters: {"asset"=>{}}
|
1332
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1333
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
1334
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
1335
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1336
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1337
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1338
|
+
----------------------------------------------------------------------------------------
|
1339
|
+
PushType::WysiwygMediaController::POST #create::with in-valid asset: test_0001_anonymous
|
1340
|
+
----------------------------------------------------------------------------------------
|
1341
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1342
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1343
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1344
|
+
Processing by PushType::WysiwygMediaController#create as JSON
|
1345
|
+
Parameters: {"asset"=>{}}
|
1346
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1347
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
1348
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
1349
1349
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1350
1350
|
[1m[35m (0.1ms)[0m ROLLBACK
|