cmor_galleries 0.0.6.pre → 0.0.7.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/de.yml +2 -0
- data/config/locales/en.yml +2 -0
- data/config/routes.rb +2 -0
- data/lib/cmor_galleries.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/{20190331091441_create_active_storage_tables.active_storage.rb → 20190412002557_create_active_storage_tables.active_storage.rb} +0 -0
- data/spec/dummy/db/migrate/{20190331091513_create_cmor_galleries_picture_galleries.cmor_galleries.rb → 20190412002615_create_cmor_galleries_picture_galleries.cmor_galleries.rb} +0 -0
- data/spec/dummy/db/migrate/{20190331091514_create_cmor_galleries_picture_details.cmor_galleries.rb → 20190412002616_create_cmor_galleries_picture_details.cmor_galleries.rb} +0 -0
- data/spec/dummy/db/schema.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +67 -67
- data/spec/dummy/log/test.log +355 -74
- data/spec/dummy/tmp/development_secret.txt +1 -1
- data/spec/dummy/tmp/storage/{2d/Kz/2dKzVqXCk2qqmXQoYrAm9aCH → 5F/Zq/5FZqufP29w1edEEqzRj5zc7v} +0 -0
- data/spec/dummy/tmp/storage/{m1/b5/m1b5RdCm33VEoLZ9zkqR85JQ → Sw/dJ/SwdJNVpNuHVGDH4KKv9nUibF} +0 -0
- data/spec/dummy/tmp/storage/gf/cu/gfcujDxmEQ4PwewXhzgKrzoX +0 -0
- data/spec/dummy/tmp/storage/gu/5L/gu5LAekzHG27oxkhzW5DaCyS +0 -0
- data/spec/dummy/tmp/storage/kk/9W/kk9WwKcDWLtzs224mZaW5unu +0 -0
- data/spec/dummy/tmp/storage/xd/XG/xdXGEMEz4VmQkJ47oUrb6fQJ +0 -0
- metadata +27 -27
- data/spec/rails_helper.rb~ +0 -58
- data/spec/spec_helper.rb~ +0 -96
- data/spec/support~/factory_bot_rails.rb +0 -11
- data/spec/support~/shoulda_matchers.rb +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2191f99dfebd806cab5d78a1aef77aaf76a177d1a2dd667d7564a7f1b63cfa07
|
|
4
|
+
data.tar.gz: de8b77d5298597e9524589e21c98372e89cbec15d0130ec574c0d8f990ae515e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9398c6d292d1bfaff546400653c44ab4eef825689a7938b74e01a3e3859d9de9fb28c64c3112ff5646c151f62698fa7dc77e0ad664a2f464e62ce5d55f2dd1df
|
|
7
|
+
data.tar.gz: 408a3c8f4ac4a2bf9daa9cedcfbee7302dceb8930be7563c2f6a1dd53aad9e06bfb9c51aea1991fac352ebb4a32bc64986583d388ff8939757b47166a63da948
|
data/config/locales/de.yml
CHANGED
data/config/locales/en.yml
CHANGED
data/config/routes.rb
CHANGED
data/lib/cmor_galleries.rb
CHANGED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/dummy/db/schema.rb
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#
|
|
11
11
|
# It's strongly recommended that you check this file into your version control system.
|
|
12
12
|
|
|
13
|
-
ActiveRecord::Schema.define(version:
|
|
13
|
+
ActiveRecord::Schema.define(version: 2019_04_12_002616) do
|
|
14
14
|
|
|
15
15
|
create_table "active_storage_attachments", force: :cascade do |t|
|
|
16
16
|
t.string "name", null: false
|
data/spec/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
|
@@ -1,122 +1,122 @@
|
|
|
1
|
-
[1m[35m (0.
|
|
1
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
2
2
|
↳ bin/rails:4
|
|
3
|
-
[1m[35m (
|
|
3
|
+
[1m[35m (6.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
4
4
|
↳ bin/rails:4
|
|
5
|
-
[1m[35m (5.
|
|
5
|
+
[1m[35m (5.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
6
6
|
↳ bin/rails:4
|
|
7
|
-
[1m[35m (0.
|
|
7
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
8
8
|
↳ bin/rails:4
|
|
9
|
-
Migrating to CreateActiveStorageTables (
|
|
10
|
-
[1m[35m (0.
|
|
9
|
+
Migrating to CreateActiveStorageTables (20190412002557)
|
|
10
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
11
11
|
↳ bin/rails:4
|
|
12
|
-
[1m[35m (0.
|
|
13
|
-
↳ db/migrate/
|
|
14
|
-
[1m[35m (0.
|
|
15
|
-
↳ db/migrate/
|
|
16
|
-
[1m[35m (0.
|
|
12
|
+
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)[0m
|
|
13
|
+
↳ db/migrate/20190412002557_create_active_storage_tables.active_storage.rb:4
|
|
14
|
+
[1m[35m (0.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
|
|
15
|
+
↳ db/migrate/20190412002557_create_active_storage_tables.active_storage.rb:4
|
|
16
|
+
[1m[35m (0.3ms)[0m [1m[35mCREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057"
|
|
17
17
|
FOREIGN KEY ("blob_id")
|
|
18
18
|
REFERENCES "active_storage_blobs" ("id")
|
|
19
19
|
)[0m
|
|
20
|
-
↳ db/migrate/
|
|
21
|
-
[1m[35m (0.
|
|
22
|
-
↳ db/migrate/
|
|
20
|
+
↳ db/migrate/20190412002557_create_active_storage_tables.active_storage.rb:16
|
|
21
|
+
[1m[35m (0.7ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
|
|
22
|
+
↳ db/migrate/20190412002557_create_active_storage_tables.active_storage.rb:16
|
|
23
23
|
[1m[35m (0.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")[0m
|
|
24
|
-
↳ db/migrate/
|
|
25
|
-
[1m[36mActiveRecord::SchemaMigration Create (
|
|
24
|
+
↳ db/migrate/20190412002557_create_active_storage_tables.active_storage.rb:16
|
|
25
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190412002557"]]
|
|
26
26
|
↳ bin/rails:4
|
|
27
|
-
[1m[35m (
|
|
27
|
+
[1m[35m (4.7ms)[0m [1m[36mcommit transaction[0m
|
|
28
28
|
↳ bin/rails:4
|
|
29
|
-
Migrating to CreateCmorGalleriesPictureGalleries (
|
|
30
|
-
[1m[35m (0.
|
|
29
|
+
Migrating to CreateCmorGalleriesPictureGalleries (20190412002615)
|
|
30
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
31
31
|
↳ bin/rails:4
|
|
32
|
-
[1m[35m (
|
|
33
|
-
↳ db/migrate/
|
|
34
|
-
[1m[36mActiveRecord::SchemaMigration Create (
|
|
32
|
+
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
33
|
+
↳ db/migrate/20190412002615_create_cmor_galleries_picture_galleries.cmor_galleries.rb:4
|
|
34
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190412002615"]]
|
|
35
35
|
↳ bin/rails:4
|
|
36
|
-
[1m[35m (
|
|
36
|
+
[1m[35m (10.7ms)[0m [1m[36mcommit transaction[0m
|
|
37
37
|
↳ bin/rails:4
|
|
38
|
-
Migrating to CreateCmorGalleriesPictureDetails (
|
|
39
|
-
[1m[35m (0.
|
|
38
|
+
Migrating to CreateCmorGalleriesPictureDetails (20190412002616)
|
|
39
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
40
40
|
↳ bin/rails:4
|
|
41
|
-
[1m[35m (
|
|
42
|
-
↳ db/migrate/
|
|
43
|
-
[1m[36mActiveRecord::SchemaMigration Create (
|
|
41
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
42
|
+
↳ db/migrate/20190412002616_create_cmor_galleries_picture_details.cmor_galleries.rb:4
|
|
43
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190412002616"]]
|
|
44
44
|
↳ bin/rails:4
|
|
45
|
-
[1m[35m (
|
|
45
|
+
[1m[35m (10.7ms)[0m [1m[36mcommit transaction[0m
|
|
46
46
|
↳ bin/rails:4
|
|
47
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
|
47
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
48
48
|
↳ bin/rails:4
|
|
49
|
-
[1m[35m (0.
|
|
49
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
50
50
|
↳ bin/rails:4
|
|
51
|
-
[1m[36mActiveRecord::InternalMetadata Create (
|
|
51
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.7ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-04-12 00:26:16.001272"], ["updated_at", "2019-04-12 00:26:16.001272"]]
|
|
52
52
|
↳ bin/rails:4
|
|
53
|
-
[1m[35m (
|
|
53
|
+
[1m[35m (7.1ms)[0m [1m[36mcommit transaction[0m
|
|
54
54
|
↳ bin/rails:4
|
|
55
|
-
[1m[35m (0.
|
|
55
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
56
56
|
↳ bin/rails:4
|
|
57
|
-
[1m[35m (
|
|
57
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
58
58
|
↳ bin/rails:4
|
|
59
|
-
[1m[35m (0.
|
|
59
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
60
60
|
↳ bin/rails:4
|
|
61
|
-
[1m[35m (0.
|
|
61
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
62
62
|
↳ bin/rails:4
|
|
63
|
-
[1m[35m (0.
|
|
63
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
64
64
|
↳ bin/rails:4
|
|
65
|
-
[1m[35m (0.
|
|
65
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
66
66
|
↳ bin/rails:4
|
|
67
|
-
[1m[35m (0.
|
|
67
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
68
68
|
↳ bin/rails:4
|
|
69
|
-
[1m[35m (0.
|
|
69
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_attachments"[0m
|
|
70
70
|
↳ db/schema.rb:15
|
|
71
|
-
[1m[35m (0.
|
|
71
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
72
72
|
↳ db/schema.rb:15
|
|
73
|
-
[1m[35m (
|
|
73
|
+
[1m[35m (4.6ms)[0m [1m[35mCREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL)[0m
|
|
74
74
|
↳ db/schema.rb:15
|
|
75
|
-
[1m[35m (
|
|
75
|
+
[1m[35m (4.8ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
|
|
76
76
|
↳ db/schema.rb:15
|
|
77
|
-
[1m[35m (
|
|
77
|
+
[1m[35m (4.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")[0m
|
|
78
78
|
↳ db/schema.rb:15
|
|
79
|
-
[1m[35m (0.
|
|
79
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_blobs"[0m
|
|
80
80
|
↳ db/schema.rb:25
|
|
81
|
-
[1m[35m (
|
|
81
|
+
[1m[35m (8.4ms)[0m [1m[35mCREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)[0m
|
|
82
82
|
↳ db/schema.rb:25
|
|
83
|
-
[1m[35m (
|
|
83
|
+
[1m[35m (6.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
|
|
84
84
|
↳ db/schema.rb:25
|
|
85
|
-
[1m[35m (0.
|
|
85
|
+
[1m[35m (0.4ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_galleries_picture_details"[0m
|
|
86
86
|
↳ db/schema.rb:36
|
|
87
|
-
[1m[35m (
|
|
87
|
+
[1m[35m (4.4ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
88
88
|
↳ db/schema.rb:36
|
|
89
|
-
[1m[35m (0.
|
|
89
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_galleries_picture_galleries"[0m
|
|
90
90
|
↳ db/schema.rb:47
|
|
91
|
-
[1m[35m (
|
|
91
|
+
[1m[35m (5.7ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
92
92
|
↳ db/schema.rb:47
|
|
93
|
-
[1m[35m (
|
|
93
|
+
[1m[35m (5.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
94
94
|
↳ db/schema.rb:13
|
|
95
|
-
[1m[35m (0.
|
|
95
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
96
96
|
↳ db/schema.rb:13
|
|
97
|
-
[1m[35m (
|
|
97
|
+
[1m[35m (5.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190412002616)[0m
|
|
98
98
|
↳ db/schema.rb:13
|
|
99
|
-
[1m[35m (
|
|
100
|
-
(
|
|
101
|
-
(
|
|
99
|
+
[1m[35m (4.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
|
100
|
+
(20190412002615),
|
|
101
|
+
(20190412002557);
|
|
102
102
|
|
|
103
103
|
[0m
|
|
104
104
|
↳ db/schema.rb:13
|
|
105
|
-
[1m[35m (
|
|
105
|
+
[1m[35m (4.7ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
106
106
|
↳ db/schema.rb:13
|
|
107
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
|
107
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
108
108
|
↳ db/schema.rb:13
|
|
109
|
-
[1m[35m (0.
|
|
109
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
110
110
|
↳ db/schema.rb:13
|
|
111
|
-
[1m[36mActiveRecord::InternalMetadata Create (
|
|
111
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-04-12 00:26:16.151283"], ["updated_at", "2019-04-12 00:26:16.151283"]]
|
|
112
112
|
↳ db/schema.rb:13
|
|
113
|
-
[1m[35m (
|
|
113
|
+
[1m[35m (5.7ms)[0m [1m[36mcommit transaction[0m
|
|
114
114
|
↳ db/schema.rb:13
|
|
115
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
|
115
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
116
116
|
↳ bin/rails:4
|
|
117
|
-
[1m[35m (0.
|
|
117
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
118
118
|
↳ bin/rails:4
|
|
119
|
-
[1m[36mActiveRecord::InternalMetadata Update (
|
|
119
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2019-04-12 00:26:16.166589"], ["key", "environment"]]
|
|
120
120
|
↳ bin/rails:4
|
|
121
|
-
[1m[35m (
|
|
121
|
+
[1m[35m (5.2ms)[0m [1m[36mcommit transaction[0m
|
|
122
122
|
↳ bin/rails:4
|
data/spec/dummy/log/test.log
CHANGED
|
@@ -1,145 +1,426 @@
|
|
|
1
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
2
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
|
|
3
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
4
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
5
|
+
[1m[36mCmor::Galleries::PictureGallery Load (0.5ms)[0m [1m[34mSELECT "cmor_galleries_picture_galleries".* FROM "cmor_galleries_picture_galleries" ORDER BY "cmor_galleries_picture_galleries"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
|
|
6
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
7
|
+
[1m[36mCmor::Galleries::PictureGallery Create (0.8ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2019-04-12 00:26:23.464113"], ["updated_at", "2019-04-12 00:26:23.464113"]]
|
|
8
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
9
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
10
|
+
[1m[36mCmor::Galleries::PictureGallery Update (0.6ms)[0m [1m[33mUPDATE "cmor_galleries_picture_galleries" SET "name" = ?, "updated_at" = ? WHERE "cmor_galleries_picture_galleries"."id" = ?[0m [["name", "dummy value"], ["updated_at", "2019-04-12 00:26:23.469974"], ["id", 1]]
|
|
11
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
12
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "dummy value"], ["LIMIT", 1]]
|
|
13
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "DUMMY VALUE"], ["LIMIT", 1]]
|
|
14
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
15
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
16
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
17
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
18
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
19
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
20
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #1"], ["LIMIT", 1]]
|
|
21
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
22
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
23
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
|
|
24
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
25
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
26
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
27
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #2"], ["LIMIT", 1]]
|
|
28
|
+
[1m[36mCmor::Galleries::PictureGallery Create (0.3ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Picture Gallery #2"], ["created_at", "2019-04-12 00:26:23.609316"], ["updated_at", "2019-04-12 00:26:23.609316"]]
|
|
29
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
30
|
+
[1m[35m (4.5ms)[0m [1m[31mrollback transaction[0m
|
|
31
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
32
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1
33
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
2
|
-
[1m[
|
|
3
|
-
[1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
|
|
34
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
4
35
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
5
|
-
|
|
6
|
-
[1m[35m (0.
|
|
7
|
-
[1m[
|
|
8
|
-
[1m[35m (0.
|
|
9
|
-
[1m[35m (0.
|
|
10
|
-
[1m[
|
|
11
|
-
[1m[35m (0.
|
|
12
|
-
[1m[
|
|
13
|
-
|
|
36
|
+
[36m Disk Storage (1.2ms) [0m[32mUploaded file to key: SwdJNVpNuHVGDH4KKv9nUibF (checksum: PQckBuk+cVT3lBy73cnuAQ==)[0m
|
|
37
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
38
|
+
[1m[36mActiveStorage::Blob Create (0.3ms)[0m [1m[32mINSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["key", "SwdJNVpNuHVGDH4KKv9nUibF"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-12 00:26:23.925207"]]
|
|
39
|
+
[1m[35m (0.6ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
40
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
41
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
42
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
43
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
44
|
+
[36m Disk Storage (1.5ms) [0m[32mUploaded file to key: gu5LAekzHG27oxkhzW5DaCyS (checksum: PQckBuk+cVT3lBy73cnuAQ==)[0m
|
|
45
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
46
|
+
[1m[36mActiveStorage::Blob Create (1.6ms)[0m [1m[32mINSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["key", "gu5LAekzHG27oxkhzW5DaCyS"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-12 00:26:24.004895"]]
|
|
47
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
48
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
49
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #4"], ["LIMIT", 1]]
|
|
50
|
+
[1m[36mCmor::Galleries::PictureGallery Create (0.4ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Picture Gallery #4"], ["created_at", "2019-04-12 00:26:24.058914"], ["updated_at", "2019-04-12 00:26:24.058914"]]
|
|
51
|
+
[1m[36mActiveStorage::Attachment Create (0.3ms)[0m [1m[32mINSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "assets"], ["record_type", "Cmor::Galleries::PictureGallery"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-04-12 00:26:24.061122"]]
|
|
52
|
+
[1m[36mCmor::Galleries::PictureDetail Load (0.3ms)[0m [1m[34mSELECT "cmor_galleries_picture_details".* FROM "cmor_galleries_picture_details" WHERE "cmor_galleries_picture_details"."picture_gallery_id" = ? AND ("cmor_galleries_picture_details"."position" IS NOT NULL) ORDER BY "cmor_galleries_picture_details"."position" DESC LIMIT ?[0m [["picture_gallery_id", 1], ["LIMIT", 1]]
|
|
53
|
+
[1m[36mCmor::Galleries::PictureDetail Create (0.3ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_details" ("picture_gallery_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["picture_gallery_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-04-12 00:26:24.063046"], ["updated_at", "2019-04-12 00:26:24.063046"]]
|
|
54
|
+
[1m[36mCmor::Galleries::PictureDetail Load (0.1ms)[0m [1m[34mSELECT "cmor_galleries_picture_details".* FROM "cmor_galleries_picture_details" WHERE "cmor_galleries_picture_details"."picture_gallery_id" = ? AND ("cmor_galleries_picture_details"."position" IS NOT NULL) ORDER BY "cmor_galleries_picture_details"."position" DESC LIMIT ?[0m [["picture_gallery_id", 1], ["LIMIT", 1]]
|
|
55
|
+
[1m[36mCmor::Galleries::PictureDetail Create (0.2ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_details" ("picture_gallery_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["picture_gallery_id", 1], ["asset_id", 1], ["position", 2], ["created_at", "2019-04-12 00:26:24.066470"], ["updated_at", "2019-04-12 00:26:24.066470"]]
|
|
56
|
+
[1m[36mCmor::Galleries::PictureGallery Update (0.3ms)[0m [1m[33mUPDATE "cmor_galleries_picture_galleries" SET "updated_at" = ? WHERE "cmor_galleries_picture_galleries"."id" = ?[0m [["updated_at", "2019-04-12 00:26:24.062471"], ["id", 1]]
|
|
57
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
58
|
+
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a0d443db-9b9f-491b-b81a-520a2bfebbd8) to Async(default) with arguments: #<GlobalID:0x007f4718034da8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
|
|
59
|
+
[1m[36mActiveStorage::Blob Load (3.3ms)[0m [1m[34mSELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
60
|
+
[1m[35m (2.6ms)[0m [1m[31mrollback transaction[0m
|
|
61
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [a0d443db-9b9f-491b-b81a-520a2bfebbd8] Performing ActiveStorage::AnalyzeJob (Job ID: a0d443db-9b9f-491b-b81a-520a2bfebbd8) from Async(default) with arguments: #<GlobalID:0x007f4718046198 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
|
|
62
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
63
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
64
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
65
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
66
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
67
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
68
|
+
[1m[35m (0.9ms)[0m [1m[36mbegin transaction[0m
|
|
69
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
70
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
71
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
72
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
73
|
+
[1m[35m (0.9ms)[0m [1m[31mrollback transaction[0m
|
|
74
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [a0d443db-9b9f-491b-b81a-520a2bfebbd8] [36m Disk Storage (0.7ms) [0m[34mDownloaded file from key: gu5LAekzHG27oxkhzW5DaCyS[0m
|
|
75
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
76
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
77
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
78
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
79
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
80
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [a0d443db-9b9f-491b-b81a-520a2bfebbd8] Skipping image analysis because the mini_magick gem isn't installed
|
|
14
81
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
82
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [a0d443db-9b9f-491b-b81a-520a2bfebbd8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
83
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [a0d443db-9b9f-491b-b81a-520a2bfebbd8] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
84
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [a0d443db-9b9f-491b-b81a-520a2bfebbd8] [1m[36mActiveStorage::Blob Update (6.1ms)[0m [1m[33mUPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?[0m [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]]
|
|
85
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [a0d443db-9b9f-491b-b81a-520a2bfebbd8] [1m[35m (0.3ms)[0m [1m[36mcommit transaction[0m
|
|
86
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [a0d443db-9b9f-491b-b81a-520a2bfebbd8] [1m[35m (0.2ms)[0m [1m[36mcommit transaction[0m
|
|
87
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [a0d443db-9b9f-491b-b81a-520a2bfebbd8] Performed ActiveStorage::AnalyzeJob (Job ID: a0d443db-9b9f-491b-b81a-520a2bfebbd8) from Async(default) in 121.73ms
|
|
88
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
89
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
15
90
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
91
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
92
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
93
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
94
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
95
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
96
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
97
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
98
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
99
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
100
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
16
101
|
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
17
102
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
18
103
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
19
104
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
20
|
-
[1m[
|
|
105
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
106
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
107
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
108
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
109
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
110
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
111
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
112
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
21
113
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
114
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
115
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
116
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
117
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
118
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
119
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
22
120
|
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
23
|
-
[1m[36mCmor::Galleries::PictureGallery Exists (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
|
|
24
121
|
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
122
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
123
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
25
124
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
26
|
-
[1m[35m (0.
|
|
27
|
-
[1m[
|
|
28
|
-
[1m[
|
|
29
|
-
[1m[35m (0.
|
|
30
|
-
[1m[35m (0.
|
|
125
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
126
|
+
[1m[35m (1.1ms)[0m [1m[36mbegin transaction[0m
|
|
127
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
128
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
129
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
130
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
131
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
132
|
+
[1m[35m (0.6ms)[0m [1m[36mbegin transaction[0m
|
|
133
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
134
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
135
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
136
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
137
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
138
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
139
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
140
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
141
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
31
142
|
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
32
|
-
[1m[35m (0.
|
|
33
|
-
[1m[35m (0.
|
|
143
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
144
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
145
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
146
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
147
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
|
|
148
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
149
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
150
|
+
[1m[36mCmor::Galleries::PictureGallery Load (0.5ms)[0m [1m[34mSELECT "cmor_galleries_picture_galleries".* FROM "cmor_galleries_picture_galleries" ORDER BY "cmor_galleries_picture_galleries"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
|
|
151
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
152
|
+
[1m[36mCmor::Galleries::PictureGallery Create (0.5ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2019-04-15 22:13:56.529609"], ["updated_at", "2019-04-15 22:13:56.529609"]]
|
|
153
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
154
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
155
|
+
[1m[36mCmor::Galleries::PictureGallery Update (0.2ms)[0m [1m[33mUPDATE "cmor_galleries_picture_galleries" SET "name" = ?, "updated_at" = ? WHERE "cmor_galleries_picture_galleries"."id" = ?[0m [["name", "dummy value"], ["updated_at", "2019-04-15 22:13:56.533443"], ["id", 1]]
|
|
156
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
157
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "dummy value"], ["LIMIT", 1]]
|
|
158
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "DUMMY VALUE"], ["LIMIT", 1]]
|
|
34
159
|
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
35
160
|
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
36
|
-
[36m Disk Storage (1.1ms) [0m[32mUploaded file to key: 2dKzVqXCk2qqmXQoYrAm9aCH (checksum: PQckBuk+cVT3lBy73cnuAQ==)[0m
|
|
37
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
38
|
-
[1m[36mActiveStorage::Blob Create (0.6ms)[0m [1m[32mINSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["key", "2dKzVqXCk2qqmXQoYrAm9aCH"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 09:15:25.721025"]]
|
|
39
|
-
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
40
161
|
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
41
162
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
42
|
-
[1m[35m (0.
|
|
43
|
-
[1m[35m (0.
|
|
44
|
-
[
|
|
163
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
164
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
165
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #1"], ["LIMIT", 1]]
|
|
166
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
167
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
168
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (2.2ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
|
|
169
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
170
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
45
171
|
[1m[35m (0.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
46
|
-
[1m[
|
|
47
|
-
[1m[
|
|
48
|
-
[1m[35m (0.7ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
49
|
-
[1m[36mCmor::Galleries::PictureGallery Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #4"], ["LIMIT", 1]]
|
|
50
|
-
[1m[36mCmor::Galleries::PictureGallery Create (1.0ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Picture Gallery #4"], ["created_at", "2019-03-31 09:15:25.862876"], ["updated_at", "2019-03-31 09:15:25.862876"]]
|
|
51
|
-
[1m[36mActiveStorage::Attachment Create (3.7ms)[0m [1m[32mINSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "assets"], ["record_type", "Cmor::Galleries::PictureGallery"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-31 09:15:25.869352"]]
|
|
52
|
-
[1m[36mCmor::Galleries::PictureDetail Load (1.3ms)[0m [1m[34mSELECT "cmor_galleries_picture_details".* FROM "cmor_galleries_picture_details" WHERE "cmor_galleries_picture_details"."picture_gallery_id" = ? AND ("cmor_galleries_picture_details"."position" IS NOT NULL) ORDER BY "cmor_galleries_picture_details"."position" DESC LIMIT ?[0m [["picture_gallery_id", 1], ["LIMIT", 1]]
|
|
53
|
-
[1m[36mCmor::Galleries::PictureDetail Create (1.6ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_details" ("picture_gallery_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["picture_gallery_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-03-31 09:15:25.878135"], ["updated_at", "2019-03-31 09:15:25.878135"]]
|
|
54
|
-
[1m[36mCmor::Galleries::PictureDetail Load (1.5ms)[0m [1m[34mSELECT "cmor_galleries_picture_details".* FROM "cmor_galleries_picture_details" WHERE "cmor_galleries_picture_details"."picture_gallery_id" = ? AND ("cmor_galleries_picture_details"."position" IS NOT NULL) ORDER BY "cmor_galleries_picture_details"."position" DESC LIMIT ?[0m [["picture_gallery_id", 1], ["LIMIT", 1]]
|
|
55
|
-
[1m[36mCmor::Galleries::PictureDetail Create (0.6ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_details" ("picture_gallery_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["picture_gallery_id", 1], ["asset_id", 1], ["position", 2], ["created_at", "2019-03-31 09:15:25.891175"], ["updated_at", "2019-03-31 09:15:25.891175"]]
|
|
56
|
-
[1m[36mCmor::Galleries::PictureGallery Update (0.6ms)[0m [1m[33mUPDATE "cmor_galleries_picture_galleries" SET "updated_at" = ? WHERE "cmor_galleries_picture_galleries"."id" = ?[0m [["updated_at", "2019-03-31 09:15:25.876612"], ["id", 1]]
|
|
172
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #2"], ["LIMIT", 1]]
|
|
173
|
+
[1m[36mCmor::Galleries::PictureGallery Create (0.4ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Picture Gallery #2"], ["created_at", "2019-04-15 22:13:56.699217"], ["updated_at", "2019-04-15 22:13:56.699217"]]
|
|
57
174
|
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
58
|
-
[
|
|
59
|
-
[1m[
|
|
60
|
-
[1m[35m (0.
|
|
61
|
-
[
|
|
62
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
175
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
176
|
+
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
|
|
177
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
178
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
63
179
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
180
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
181
|
+
[36m Disk Storage (1.4ms) [0m[32mUploaded file to key: xdXGEMEz4VmQkJ47oUrb6fQJ (checksum: PQckBuk+cVT3lBy73cnuAQ==)[0m
|
|
182
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
183
|
+
[1m[36mActiveStorage::Blob Create (0.4ms)[0m [1m[32mINSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["key", "xdXGEMEz4VmQkJ47oUrb6fQJ"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-15 22:13:57.028004"]]
|
|
184
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
185
|
+
[1m[35m (1.3ms)[0m [1m[31mrollback transaction[0m
|
|
186
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
187
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
188
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
189
|
+
[36m Disk Storage (1.1ms) [0m[32mUploaded file to key: kk9WwKcDWLtzs224mZaW5unu (checksum: PQckBuk+cVT3lBy73cnuAQ==)[0m
|
|
190
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
191
|
+
[1m[36mActiveStorage::Blob Create (0.6ms)[0m [1m[32mINSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["key", "kk9WwKcDWLtzs224mZaW5unu"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-15 22:13:57.087194"]]
|
|
192
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
193
|
+
[1m[35m (2.7ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
194
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #4"], ["LIMIT", 1]]
|
|
195
|
+
[1m[36mCmor::Galleries::PictureGallery Create (0.4ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Picture Gallery #4"], ["created_at", "2019-04-15 22:13:57.102705"], ["updated_at", "2019-04-15 22:13:57.102705"]]
|
|
196
|
+
[1m[36mActiveStorage::Attachment Create (0.5ms)[0m [1m[32mINSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "assets"], ["record_type", "Cmor::Galleries::PictureGallery"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-04-15 22:13:57.105226"]]
|
|
197
|
+
[1m[36mCmor::Galleries::PictureDetail Load (0.5ms)[0m [1m[34mSELECT "cmor_galleries_picture_details".* FROM "cmor_galleries_picture_details" WHERE "cmor_galleries_picture_details"."picture_gallery_id" = ? AND ("cmor_galleries_picture_details"."position" IS NOT NULL) ORDER BY "cmor_galleries_picture_details"."position" DESC LIMIT ?[0m [["picture_gallery_id", 1], ["LIMIT", 1]]
|
|
198
|
+
[1m[36mCmor::Galleries::PictureDetail Create (0.3ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_details" ("picture_gallery_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["picture_gallery_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-04-15 22:13:57.108387"], ["updated_at", "2019-04-15 22:13:57.108387"]]
|
|
199
|
+
[1m[36mCmor::Galleries::PictureDetail Load (0.4ms)[0m [1m[34mSELECT "cmor_galleries_picture_details".* FROM "cmor_galleries_picture_details" WHERE "cmor_galleries_picture_details"."picture_gallery_id" = ? AND ("cmor_galleries_picture_details"."position" IS NOT NULL) ORDER BY "cmor_galleries_picture_details"."position" DESC LIMIT ?[0m [["picture_gallery_id", 1], ["LIMIT", 1]]
|
|
200
|
+
[1m[36mCmor::Galleries::PictureDetail Create (0.6ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_details" ("picture_gallery_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["picture_gallery_id", 1], ["asset_id", 1], ["position", 2], ["created_at", "2019-04-15 22:13:57.113409"], ["updated_at", "2019-04-15 22:13:57.113409"]]
|
|
201
|
+
[1m[36mCmor::Galleries::PictureGallery Update (0.8ms)[0m [1m[33mUPDATE "cmor_galleries_picture_galleries" SET "updated_at" = ? WHERE "cmor_galleries_picture_galleries"."id" = ?[0m [["updated_at", "2019-04-15 22:13:57.107771"], ["id", 1]]
|
|
202
|
+
[1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
203
|
+
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 6e1c62a1-8b1b-454f-9aa6-f14ba72b139c) to Async(default) with arguments: #<GlobalID:0x000000052dca08 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
|
|
204
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
|
205
|
+
[1m[36mActiveStorage::Blob Load (20.5ms)[0m [1m[34mSELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
206
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
207
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
64
208
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
65
209
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
66
|
-
[1m[35m (0.
|
|
210
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
211
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
212
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
67
213
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
68
|
-
[
|
|
69
|
-
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
70
|
-
[ActiveJob] [ActiveStorage::AnalyzeJob] [e0d7a1bd-837d-4def-8eac-2f0b48ea08aa] Skipping image analysis because the mini_magick gem isn't installed
|
|
214
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
71
215
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
72
|
-
[ActiveJob] [ActiveStorage::AnalyzeJob] [e0d7a1bd-837d-4def-8eac-2f0b48ea08aa] [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
73
|
-
[ActiveJob] [ActiveStorage::AnalyzeJob] [e0d7a1bd-837d-4def-8eac-2f0b48ea08aa] [1m[35m (12.0ms)[0m [1m[36mbegin transaction[0m
|
|
74
|
-
[ActiveJob] [ActiveStorage::AnalyzeJob] [e0d7a1bd-837d-4def-8eac-2f0b48ea08aa] [1m[36mActiveStorage::Blob Update (1.0ms)[0m [1m[33mUPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?[0m [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]]
|
|
75
|
-
[ActiveJob] [ActiveStorage::AnalyzeJob] [e0d7a1bd-837d-4def-8eac-2f0b48ea08aa] [1m[35m (0.2ms)[0m [1m[36mcommit transaction[0m
|
|
76
|
-
[ActiveJob] [ActiveStorage::AnalyzeJob] [e0d7a1bd-837d-4def-8eac-2f0b48ea08aa] [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
|
77
216
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
78
|
-
[ActiveJob] [ActiveStorage::AnalyzeJob] [e0d7a1bd-837d-4def-8eac-2f0b48ea08aa] Performed ActiveStorage::AnalyzeJob (Job ID: e0d7a1bd-837d-4def-8eac-2f0b48ea08aa) from Async(default) in 201.49ms
|
|
79
217
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
218
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
219
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
220
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
221
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
222
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
223
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
80
224
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
225
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
226
|
+
[1m[35m (1.3ms)[0m [1m[36mbegin transaction[0m
|
|
81
227
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
228
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
229
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
230
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
231
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
232
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
233
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
82
234
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
235
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
236
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
83
237
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
84
238
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
85
|
-
[1m[35m (0.
|
|
239
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
86
240
|
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
87
241
|
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
88
242
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
89
243
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
90
244
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
245
|
+
[1m[35m (6.8ms)[0m [1m[31mrollback transaction[0m
|
|
246
|
+
[1m[35m (0.7ms)[0m [1m[36mbegin transaction[0m
|
|
247
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
248
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
91
249
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
92
|
-
[1m[35m (0.
|
|
250
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
93
251
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
94
252
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
95
253
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
254
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
255
|
+
[1m[35m (9.8ms)[0m [1m[31mrollback transaction[0m
|
|
256
|
+
[1m[35m (0.8ms)[0m [1m[36mbegin transaction[0m
|
|
257
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
258
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
259
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
96
260
|
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
|
|
97
261
|
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
98
|
-
[1m[35m (
|
|
262
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
263
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
264
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
265
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
266
|
+
[1m[35m (0.8ms)[0m [1m[36mbegin transaction[0m
|
|
267
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
268
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
269
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
270
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
271
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
272
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
99
273
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
274
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
275
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
276
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
277
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
278
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
279
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
280
|
+
[1m[35m (0.6ms)[0m [1m[36mbegin transaction[0m
|
|
281
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
100
282
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
283
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
|
|
101
284
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
285
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
286
|
+
[1m[36mCmor::Galleries::PictureGallery Load (0.2ms)[0m [1m[34mSELECT "cmor_galleries_picture_galleries".* FROM "cmor_galleries_picture_galleries" ORDER BY "cmor_galleries_picture_galleries"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
|
|
287
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
288
|
+
[1m[36mCmor::Galleries::PictureGallery Create (0.3ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2019-04-24 20:58:10.744499"], ["updated_at", "2019-04-24 20:58:10.744499"]]
|
|
289
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
290
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
291
|
+
[1m[36mCmor::Galleries::PictureGallery Update (0.2ms)[0m [1m[33mUPDATE "cmor_galleries_picture_galleries" SET "name" = ?, "updated_at" = ? WHERE "cmor_galleries_picture_galleries"."id" = ?[0m [["name", "dummy value"], ["updated_at", "2019-04-24 20:58:10.747546"], ["id", 1]]
|
|
292
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
293
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "dummy value"], ["LIMIT", 1]]
|
|
294
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "DUMMY VALUE"], ["LIMIT", 1]]
|
|
295
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
296
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
297
|
+
[1m[35m (5.3ms)[0m [1m[31mrollback transaction[0m
|
|
298
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
299
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
300
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
301
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #1"], ["LIMIT", 1]]
|
|
302
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
303
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
304
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
|
|
305
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
306
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
307
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
308
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #2"], ["LIMIT", 1]]
|
|
309
|
+
[1m[36mCmor::Galleries::PictureGallery Create (0.8ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Picture Gallery #2"], ["created_at", "2019-04-24 20:58:10.883028"], ["updated_at", "2019-04-24 20:58:10.883028"]]
|
|
310
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
311
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
102
312
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
103
313
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
314
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
315
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
104
316
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
105
|
-
|
|
106
|
-
[1m[35m (
|
|
107
|
-
[1m[
|
|
108
|
-
[1m[35m (0.
|
|
317
|
+
[36m Disk Storage (0.8ms) [0m[32mUploaded file to key: gfcujDxmEQ4PwewXhzgKrzoX (checksum: PQckBuk+cVT3lBy73cnuAQ==)[0m
|
|
318
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
319
|
+
[1m[36mActiveStorage::Blob Create (0.3ms)[0m [1m[32mINSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["key", "gfcujDxmEQ4PwewXhzgKrzoX"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 20:58:11.140314"]]
|
|
320
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
109
321
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
322
|
+
[1m[35m (1.1ms)[0m [1m[36mbegin transaction[0m
|
|
323
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
110
324
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
111
|
-
|
|
325
|
+
[36m Disk Storage (4.8ms) [0m[32mUploaded file to key: 5FZqufP29w1edEEqzRj5zc7v (checksum: PQckBuk+cVT3lBy73cnuAQ==)[0m
|
|
326
|
+
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
327
|
+
[1m[36mActiveStorage::Blob Create (0.7ms)[0m [1m[32mINSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["key", "5FZqufP29w1edEEqzRj5zc7v"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 20:58:11.223658"]]
|
|
328
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
329
|
+
[1m[35m (0.8ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
330
|
+
[1m[36mCmor::Galleries::PictureGallery Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "cmor_galleries_picture_galleries" WHERE "cmor_galleries_picture_galleries"."name" = ? LIMIT ?[0m [["name", "Picture Gallery #4"], ["LIMIT", 1]]
|
|
331
|
+
[1m[36mCmor::Galleries::PictureGallery Create (1.2ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_galleries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Picture Gallery #4"], ["created_at", "2019-04-24 20:58:11.246032"], ["updated_at", "2019-04-24 20:58:11.246032"]]
|
|
332
|
+
[1m[36mActiveStorage::Attachment Create (0.8ms)[0m [1m[32mINSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "assets"], ["record_type", "Cmor::Galleries::PictureGallery"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-04-24 20:58:11.249672"]]
|
|
333
|
+
[1m[36mCmor::Galleries::PictureDetail Load (1.0ms)[0m [1m[34mSELECT "cmor_galleries_picture_details".* FROM "cmor_galleries_picture_details" WHERE "cmor_galleries_picture_details"."picture_gallery_id" = ? AND ("cmor_galleries_picture_details"."position" IS NOT NULL) ORDER BY "cmor_galleries_picture_details"."position" DESC LIMIT ?[0m [["picture_gallery_id", 1], ["LIMIT", 1]]
|
|
334
|
+
[1m[36mCmor::Galleries::PictureDetail Create (2.4ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_details" ("picture_gallery_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["picture_gallery_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-04-24 20:58:11.254467"], ["updated_at", "2019-04-24 20:58:11.254467"]]
|
|
335
|
+
[1m[36mCmor::Galleries::PictureDetail Load (1.6ms)[0m [1m[34mSELECT "cmor_galleries_picture_details".* FROM "cmor_galleries_picture_details" WHERE "cmor_galleries_picture_details"."picture_gallery_id" = ? AND ("cmor_galleries_picture_details"."position" IS NOT NULL) ORDER BY "cmor_galleries_picture_details"."position" DESC LIMIT ?[0m [["picture_gallery_id", 1], ["LIMIT", 1]]
|
|
336
|
+
[1m[36mCmor::Galleries::PictureDetail Create (0.3ms)[0m [1m[32mINSERT INTO "cmor_galleries_picture_details" ("picture_gallery_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["picture_gallery_id", 1], ["asset_id", 1], ["position", 2], ["created_at", "2019-04-24 20:58:11.265816"], ["updated_at", "2019-04-24 20:58:11.265816"]]
|
|
337
|
+
[1m[36mCmor::Galleries::PictureGallery Update (0.2ms)[0m [1m[33mUPDATE "cmor_galleries_picture_galleries" SET "updated_at" = ? WHERE "cmor_galleries_picture_galleries"."id" = ?[0m [["updated_at", "2019-04-24 20:58:11.252769"], ["id", 1]]
|
|
338
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
339
|
+
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 83bbf6ff-1123-4434-aef6-654658ab2456) to Async(default) with arguments: #<GlobalID:0x00000006544268 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
|
|
340
|
+
[1m[36mActiveStorage::Blob Load (1.6ms)[0m [1m[34mSELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
341
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
342
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [83bbf6ff-1123-4434-aef6-654658ab2456] Performing ActiveStorage::AnalyzeJob (Job ID: 83bbf6ff-1123-4434-aef6-654658ab2456) from Async(default) with arguments: #<GlobalID:0x0000000651d9d8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
|
|
343
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
344
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
345
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
346
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
347
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
348
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
349
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [83bbf6ff-1123-4434-aef6-654658ab2456] [36m Disk Storage (28.7ms) [0m[34mDownloaded file from key: 5FZqufP29w1edEEqzRj5zc7v[0m
|
|
112
350
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
351
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [83bbf6ff-1123-4434-aef6-654658ab2456] Skipping image analysis because the mini_magick gem isn't installed
|
|
352
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
|
353
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [83bbf6ff-1123-4434-aef6-654658ab2456] [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
354
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [83bbf6ff-1123-4434-aef6-654658ab2456] [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
355
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [83bbf6ff-1123-4434-aef6-654658ab2456] [1m[36mActiveStorage::Blob Update (0.4ms)[0m [1m[33mUPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?[0m [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]]
|
|
356
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [83bbf6ff-1123-4434-aef6-654658ab2456] [1m[35m (0.2ms)[0m [1m[36mcommit transaction[0m
|
|
357
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [83bbf6ff-1123-4434-aef6-654658ab2456] [1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
|
358
|
+
[ActiveJob] [ActiveStorage::AnalyzeJob] [83bbf6ff-1123-4434-aef6-654658ab2456] Performed ActiveStorage::AnalyzeJob (Job ID: 83bbf6ff-1123-4434-aef6-654658ab2456) from Async(default) in 99.7ms
|
|
359
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
113
360
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
361
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
362
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
363
|
+
[1m[35m (0.8ms)[0m [1m[36mbegin transaction[0m
|
|
364
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
365
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
366
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
114
367
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
368
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
369
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
370
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
371
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
115
372
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
116
373
|
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
117
|
-
[1m[35m (
|
|
374
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
375
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
376
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
377
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
378
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
118
379
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
119
|
-
[1m[35m (0.
|
|
380
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
120
381
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
121
382
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
122
383
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
123
384
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
124
|
-
[1m[35m (0.7ms)[0m [1m[36mbegin transaction[0m
|
|
125
|
-
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
126
385
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
127
|
-
[1m[35m (0.
|
|
386
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
128
387
|
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
388
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
389
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
390
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
391
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
|
129
392
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
130
|
-
[1m[35m (
|
|
131
|
-
[1m[35m (6.3ms)[0m [1m[31mrollback transaction[0m
|
|
132
|
-
[1m[35m (0.7ms)[0m [1m[36mbegin transaction[0m
|
|
393
|
+
[1m[35m (5.8ms)[0m [1m[36mbegin transaction[0m
|
|
133
394
|
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
395
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
396
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
134
397
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
135
398
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
136
|
-
[1m[35m (0.
|
|
137
|
-
[1m[35m (0.
|
|
138
|
-
[1m[35m (0.
|
|
399
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
400
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
401
|
+
[1m[35m (0.8ms)[0m [1m[36mbegin transaction[0m
|
|
139
402
|
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
403
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
404
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
140
405
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
406
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
407
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
408
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
409
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
410
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
411
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
141
412
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
142
413
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
143
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
144
|
-
[1m[35m (1.1ms)[0m [1m[36mbegin transaction[0m
|
|
145
414
|
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
415
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
416
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
417
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
418
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
419
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
420
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
421
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
422
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
423
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
424
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
425
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
426
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
c9a5e6de748dd09ccea0604e0fde6348fbc66d7ffcba731e35c2e7f282b27906dd1441febe6490d3ae9a78a608c0a9dce5b4534d4e01ff0b7689af9b550b5380
|
data/spec/dummy/tmp/storage/{2d/Kz/2dKzVqXCk2qqmXQoYrAm9aCH → 5F/Zq/5FZqufP29w1edEEqzRj5zc7v}
RENAMED
|
File without changes
|
data/spec/dummy/tmp/storage/{m1/b5/m1b5RdCm33VEoLZ9zkqR85JQ → Sw/dJ/SwdJNVpNuHVGDH4KKv9nUibF}
RENAMED
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cmor_galleries
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7.pre
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Vasquez Angel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-04-
|
|
11
|
+
date: 2019-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -30,14 +30,28 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.0.
|
|
33
|
+
version: 0.0.7.pre
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.0.
|
|
40
|
+
version: 0.0.7.pre
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: cmor_core_frontend
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - '='
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: 0.0.7.pre
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - '='
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: 0.0.7.pre
|
|
41
55
|
- !ruby/object:Gem::Dependency
|
|
42
56
|
name: sqlite3
|
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -318,20 +332,6 @@ dependencies:
|
|
|
318
332
|
- - ">="
|
|
319
333
|
- !ruby/object:Gem::Version
|
|
320
334
|
version: 0.0.14.pre
|
|
321
|
-
- !ruby/object:Gem::Dependency
|
|
322
|
-
name: rao-view_helper
|
|
323
|
-
requirement: !ruby/object:Gem::Requirement
|
|
324
|
-
requirements:
|
|
325
|
-
- - ">="
|
|
326
|
-
- !ruby/object:Gem::Version
|
|
327
|
-
version: 0.0.14.pre
|
|
328
|
-
type: :runtime
|
|
329
|
-
prerelease: false
|
|
330
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
331
|
-
requirements:
|
|
332
|
-
- - ">="
|
|
333
|
-
- !ruby/object:Gem::Version
|
|
334
|
-
version: 0.0.14.pre
|
|
335
335
|
description:
|
|
336
336
|
email:
|
|
337
337
|
- roberto@vasquez-angel.de
|
|
@@ -422,9 +422,9 @@ files:
|
|
|
422
422
|
- spec/dummy/config/spring.rb
|
|
423
423
|
- spec/dummy/config/storage.yml
|
|
424
424
|
- spec/dummy/db/development.sqlite3
|
|
425
|
-
- spec/dummy/db/migrate/
|
|
426
|
-
- spec/dummy/db/migrate/
|
|
427
|
-
- spec/dummy/db/migrate/
|
|
425
|
+
- spec/dummy/db/migrate/20190412002557_create_active_storage_tables.active_storage.rb
|
|
426
|
+
- spec/dummy/db/migrate/20190412002615_create_cmor_galleries_picture_galleries.cmor_galleries.rb
|
|
427
|
+
- spec/dummy/db/migrate/20190412002616_create_cmor_galleries_picture_details.cmor_galleries.rb
|
|
428
428
|
- spec/dummy/db/schema.rb
|
|
429
429
|
- spec/dummy/db/test.sqlite3
|
|
430
430
|
- spec/dummy/log/development.log
|
|
@@ -437,8 +437,12 @@ files:
|
|
|
437
437
|
- spec/dummy/public/apple-touch-icon.png
|
|
438
438
|
- spec/dummy/public/favicon.ico
|
|
439
439
|
- spec/dummy/tmp/development_secret.txt
|
|
440
|
-
- spec/dummy/tmp/storage/
|
|
441
|
-
- spec/dummy/tmp/storage/
|
|
440
|
+
- spec/dummy/tmp/storage/5F/Zq/5FZqufP29w1edEEqzRj5zc7v
|
|
441
|
+
- spec/dummy/tmp/storage/Sw/dJ/SwdJNVpNuHVGDH4KKv9nUibF
|
|
442
|
+
- spec/dummy/tmp/storage/gf/cu/gfcujDxmEQ4PwewXhzgKrzoX
|
|
443
|
+
- spec/dummy/tmp/storage/gu/5L/gu5LAekzHG27oxkhzW5DaCyS
|
|
444
|
+
- spec/dummy/tmp/storage/kk/9W/kk9WwKcDWLtzs224mZaW5unu
|
|
445
|
+
- spec/dummy/tmp/storage/xd/XG/xdXGEMEz4VmQkJ47oUrb6fQJ
|
|
442
446
|
- spec/factories/cmor_galleries_picture_details.rb
|
|
443
447
|
- spec/factories/cmor_galleries_picture_galleries.rb
|
|
444
448
|
- spec/files/cmor/galleries/picture_details/example.png
|
|
@@ -447,15 +451,11 @@ files:
|
|
|
447
451
|
- spec/models/generic_spec.rb
|
|
448
452
|
- spec/models/i18n_spec.rb
|
|
449
453
|
- spec/rails_helper.rb
|
|
450
|
-
- spec/rails_helper.rb~
|
|
451
454
|
- spec/spec_helper.rb
|
|
452
|
-
- spec/spec_helper.rb~
|
|
453
455
|
- spec/support/capybara.rb
|
|
454
456
|
- spec/support/factory_bot.rb
|
|
455
457
|
- spec/support/rao-shoulda_matchers.rb
|
|
456
458
|
- spec/support/shoulda_matchers.rb
|
|
457
|
-
- spec/support~/factory_bot_rails.rb
|
|
458
|
-
- spec/support~/shoulda_matchers.rb
|
|
459
459
|
homepage: https://github.com/content-management-on-rails
|
|
460
460
|
licenses:
|
|
461
461
|
- MIT
|
data/spec/rails_helper.rb~
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
|
2
|
-
require 'spec_helper'
|
|
3
|
-
ENV['RAILS_ENV'] ||= 'test'
|
|
4
|
-
require File.expand_path('../dummy/config/environment', __FILE__)
|
|
5
|
-
# Prevent database truncation if the environment is production
|
|
6
|
-
abort("The Rails environment is running in production mode!") if Rails.env.production?
|
|
7
|
-
require 'rspec/rails'
|
|
8
|
-
# Add additional requires below this line. Rails is not loaded until this point!
|
|
9
|
-
|
|
10
|
-
# Requires supporting ruby files with custom matchers and macros, etc, in
|
|
11
|
-
# spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are
|
|
12
|
-
# run as spec files by default. This means that files in spec/support that end
|
|
13
|
-
# in _spec.rb will both be required and run as specs, causing the specs to be
|
|
14
|
-
# run twice. It is recommended that you do not name files matching this glob to
|
|
15
|
-
# end with _spec.rb. You can configure this pattern with the --pattern
|
|
16
|
-
# option on the command line or in ~/.rspec, .rspec or `.rspec-local`.
|
|
17
|
-
#
|
|
18
|
-
# The following line is provided for convenience purposes. It has the downside
|
|
19
|
-
# of increasing the boot-up time by auto-requiring all files in the support
|
|
20
|
-
# directory. Alternatively, in the individual `*_spec.rb` files, manually
|
|
21
|
-
# require only the support files necessary.
|
|
22
|
-
#
|
|
23
|
-
# Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
|
|
24
|
-
Dir[Cmor::Galleries::Engine.root.join('spec/support/**/*.rb')].each { |f| require f }
|
|
25
|
-
|
|
26
|
-
# Checks for pending migrations and applies them before tests are run.
|
|
27
|
-
# If you are not using ActiveRecord, you can remove this line.
|
|
28
|
-
# ActiveRecord::Migration.maintain_test_schema!
|
|
29
|
-
|
|
30
|
-
RSpec.configure do |config|
|
|
31
|
-
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
|
|
32
|
-
config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
|
33
|
-
|
|
34
|
-
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
|
35
|
-
# examples within a transaction, remove the following line or assign false
|
|
36
|
-
# instead of true.
|
|
37
|
-
config.use_transactional_fixtures = true
|
|
38
|
-
|
|
39
|
-
# RSpec Rails can automatically mix in different behaviours to your tests
|
|
40
|
-
# based on their file location, for example enabling you to call `get` and
|
|
41
|
-
# `post` in specs under `spec/controllers`.
|
|
42
|
-
#
|
|
43
|
-
# You can disable this behaviour by removing the line below, and instead
|
|
44
|
-
# explicitly tag your specs with their type, e.g.:
|
|
45
|
-
#
|
|
46
|
-
# RSpec.describe UsersController, :type => :controller do
|
|
47
|
-
# # ...
|
|
48
|
-
# end
|
|
49
|
-
#
|
|
50
|
-
# The different available types are documented in the features, such as in
|
|
51
|
-
# https://relishapp.com/rspec/rspec-rails/docs
|
|
52
|
-
config.infer_spec_type_from_file_location!
|
|
53
|
-
|
|
54
|
-
# Filter lines from Rails gems in backtraces.
|
|
55
|
-
config.filter_rails_from_backtrace!
|
|
56
|
-
# arbitrary gems may also be filtered via:
|
|
57
|
-
# config.filter_gems_from_backtrace("gem name")
|
|
58
|
-
end
|
data/spec/spec_helper.rb~
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
|
|
2
|
-
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
|
3
|
-
# The generated `.rspec` file contains `--require spec_helper` which will cause
|
|
4
|
-
# this file to always be loaded, without a need to explicitly require it in any
|
|
5
|
-
# files.
|
|
6
|
-
#
|
|
7
|
-
# Given that it is always loaded, you are encouraged to keep this file as
|
|
8
|
-
# light-weight as possible. Requiring heavyweight dependencies from this file
|
|
9
|
-
# will add to the boot time of your test suite on EVERY test run, even for an
|
|
10
|
-
# individual file that may not need all of that loaded. Instead, consider making
|
|
11
|
-
# a separate helper file that requires the additional dependencies and performs
|
|
12
|
-
# the additional setup, and require it from the spec files that actually need
|
|
13
|
-
# it.
|
|
14
|
-
#
|
|
15
|
-
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
|
16
|
-
RSpec.configure do |config|
|
|
17
|
-
# rspec-expectations config goes here. You can use an alternate
|
|
18
|
-
# assertion/expectation library such as wrong or the stdlib/minitest
|
|
19
|
-
# assertions if you prefer.
|
|
20
|
-
config.expect_with :rspec do |expectations|
|
|
21
|
-
# This option will default to `true` in RSpec 4. It makes the `description`
|
|
22
|
-
# and `failure_message` of custom matchers include text for helper methods
|
|
23
|
-
# defined using `chain`, e.g.:
|
|
24
|
-
# be_bigger_than(2).and_smaller_than(4).description
|
|
25
|
-
# # => "be bigger than 2 and smaller than 4"
|
|
26
|
-
# ...rather than:
|
|
27
|
-
# # => "be bigger than 2"
|
|
28
|
-
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
# rspec-mocks config goes here. You can use an alternate test double
|
|
32
|
-
# library (such as bogus or mocha) by changing the `mock_with` option here.
|
|
33
|
-
config.mock_with :rspec do |mocks|
|
|
34
|
-
# Prevents you from mocking or stubbing a method that does not exist on
|
|
35
|
-
# a real object. This is generally recommended, and will default to
|
|
36
|
-
# `true` in RSpec 4.
|
|
37
|
-
mocks.verify_partial_doubles = true
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
# This option will default to `:apply_to_host_groups` in RSpec 4 (and will
|
|
41
|
-
# have no way to turn it off -- the option exists only for backwards
|
|
42
|
-
# compatibility in RSpec 3). It causes shared context metadata to be
|
|
43
|
-
# inherited by the metadata hash of host groups and examples, rather than
|
|
44
|
-
# triggering implicit auto-inclusion in groups with matching metadata.
|
|
45
|
-
config.shared_context_metadata_behavior = :apply_to_host_groups
|
|
46
|
-
|
|
47
|
-
# The settings below are suggested to provide a good initial experience
|
|
48
|
-
# with RSpec, but feel free to customize to your heart's content.
|
|
49
|
-
=begin
|
|
50
|
-
# This allows you to limit a spec run to individual examples or groups
|
|
51
|
-
# you care about by tagging them with `:focus` metadata. When nothing
|
|
52
|
-
# is tagged with `:focus`, all examples get run. RSpec also provides
|
|
53
|
-
# aliases for `it`, `describe`, and `context` that include `:focus`
|
|
54
|
-
# metadata: `fit`, `fdescribe` and `fcontext`, respectively.
|
|
55
|
-
config.filter_run_when_matching :focus
|
|
56
|
-
|
|
57
|
-
# Allows RSpec to persist some state between runs in order to support
|
|
58
|
-
# the `--only-failures` and `--next-failure` CLI options. We recommend
|
|
59
|
-
# you configure your source control system to ignore this file.
|
|
60
|
-
config.example_status_persistence_file_path = "spec/examples.txt"
|
|
61
|
-
|
|
62
|
-
# Limits the available syntax to the non-monkey patched syntax that is
|
|
63
|
-
# recommended. For more details, see:
|
|
64
|
-
# - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
|
|
65
|
-
# - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
|
|
66
|
-
# - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
|
|
67
|
-
config.disable_monkey_patching!
|
|
68
|
-
|
|
69
|
-
# Many RSpec users commonly either run the entire suite or an individual
|
|
70
|
-
# file, and it's useful to allow more verbose output when running an
|
|
71
|
-
# individual spec file.
|
|
72
|
-
if config.files_to_run.one?
|
|
73
|
-
# Use the documentation formatter for detailed output,
|
|
74
|
-
# unless a formatter has already been configured
|
|
75
|
-
# (e.g. via a command-line flag).
|
|
76
|
-
config.default_formatter = "doc"
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
# Print the 10 slowest examples and example groups at the
|
|
80
|
-
# end of the spec run, to help surface which specs are running
|
|
81
|
-
# particularly slow.
|
|
82
|
-
config.profile_examples = 10
|
|
83
|
-
|
|
84
|
-
# Run specs in random order to surface order dependencies. If you find an
|
|
85
|
-
# order dependency and want to debug it, you can fix the order by providing
|
|
86
|
-
# the seed, which is printed after each run.
|
|
87
|
-
# --seed 1234
|
|
88
|
-
config.order = :random
|
|
89
|
-
|
|
90
|
-
# Seed global randomization in this process using the `--seed` CLI option.
|
|
91
|
-
# Setting this allows you to use `--seed` to deterministically reproduce
|
|
92
|
-
# test failures related to randomization by passing the same `--seed` value
|
|
93
|
-
# as the one that triggered the failure.
|
|
94
|
-
Kernel.srand config.seed
|
|
95
|
-
=end
|
|
96
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require 'factory_bot_rails'
|
|
2
|
-
|
|
3
|
-
FactoryBot = FactoryBot
|
|
4
|
-
|
|
5
|
-
# FactoryBot.definition_file_paths << Cmor::Blorgh::Engine.root.join(*%w(spec factories))
|
|
6
|
-
# FactoryBot.factories.clear
|
|
7
|
-
# FactoryBot.find_definitions
|
|
8
|
-
|
|
9
|
-
RSpec.configure do |config|
|
|
10
|
-
config.include FactoryBot::Syntax::Methods
|
|
11
|
-
end
|