cmor_testimonials 0.0.15.pre → 0.0.16.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
- metadata +6 -8
- data/spec/dummy/log/development.log +0 -126
- data/spec/dummy/log/test.log +0 -1418
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 841a489e0ec69dc3cd47b6fed4e92548cb62f730dcd877d0b3532c9e408ab877
|
|
4
|
+
data.tar.gz: efa2221f248b315826232f3d7f67b9795dadd426ec513660e9f86b18f7e6337c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df62315b91aeff9c8e06b19bba1e6fb916f421feb4558b270f05b1563d0f022cba2aa0818a2df6f5d6ae96f298c6fb855501ee565b979c143213edefddb2b916
|
|
7
|
+
data.tar.gz: a0945df21e1d9e717590870520fd1bd1f85a5533e5efc8880ba8343b0edacb0d61be8e6746458279acc45d2262990a7e9f02fefd7f0210581a05155e46308106
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cmor_testimonials
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.16.pre
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eugen Müller
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-
|
|
12
|
+
date: 2019-07-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -31,28 +31,28 @@ dependencies:
|
|
|
31
31
|
requirements:
|
|
32
32
|
- - '='
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 0.0.
|
|
34
|
+
version: 0.0.16.pre
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - '='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 0.0.
|
|
41
|
+
version: 0.0.16.pre
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: cmor_core_frontend
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
46
|
- - '='
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: 0.0.
|
|
48
|
+
version: 0.0.16.pre
|
|
49
49
|
type: :runtime
|
|
50
50
|
prerelease: false
|
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
53
|
- - '='
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 0.0.
|
|
55
|
+
version: 0.0.16.pre
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
57
|
name: sqlite3
|
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -476,8 +476,6 @@ files:
|
|
|
476
476
|
- spec/dummy/db/migrate/20190612113326_create_cmor_testimonials_testimonials.cmor_testimonials.rb
|
|
477
477
|
- spec/dummy/db/schema.rb
|
|
478
478
|
- spec/dummy/db/test.sqlite3
|
|
479
|
-
- spec/dummy/log/development.log
|
|
480
|
-
- spec/dummy/log/test.log
|
|
481
479
|
- spec/dummy/package.json
|
|
482
480
|
- spec/dummy/public/404.html
|
|
483
481
|
- spec/dummy/public/422.html
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
[1m[35m (0.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
2
|
-
↳ bin/rails:4
|
|
3
|
-
[1m[35m (5.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
4
|
-
↳ bin/rails:4
|
|
5
|
-
[1m[35m (6.2ms)[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
|
-
↳ bin/rails:4
|
|
7
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
8
|
-
↳ bin/rails:4
|
|
9
|
-
Migrating to CreateActiveStorageTables (20190612113307)
|
|
10
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
11
|
-
↳ bin/rails:4
|
|
12
|
-
[1m[35m (0.5ms)[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/20190612113307_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/20190612113307_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
|
-
FOREIGN KEY ("blob_id")
|
|
18
|
-
REFERENCES "active_storage_blobs" ("id")
|
|
19
|
-
)[0m
|
|
20
|
-
↳ db/migrate/20190612113307_create_active_storage_tables.active_storage.rb:16
|
|
21
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
|
|
22
|
-
↳ db/migrate/20190612113307_create_active_storage_tables.active_storage.rb:16
|
|
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/20190612113307_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", "20190612113307"]]
|
|
26
|
-
↳ bin/rails:4
|
|
27
|
-
[1m[35m (5.0ms)[0m [1m[36mcommit transaction[0m
|
|
28
|
-
↳ bin/rails:4
|
|
29
|
-
Migrating to CreateCmorTestimonialsCategories (20190612113325)
|
|
30
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
31
|
-
↳ bin/rails:4
|
|
32
|
-
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "cmor_testimonials_categories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "name" varchar, "identifier" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
33
|
-
↳ db/migrate/20190612113325_create_cmor_testimonials_categories.cmor_testimonials.rb:4
|
|
34
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190612113325"]]
|
|
35
|
-
↳ bin/rails:4
|
|
36
|
-
[1m[35m (6.0ms)[0m [1m[36mcommit transaction[0m
|
|
37
|
-
↳ bin/rails:4
|
|
38
|
-
Migrating to CreateCmorTestimonialsTestimonials (20190612113326)
|
|
39
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
40
|
-
↳ bin/rails:4
|
|
41
|
-
[1m[35m (0.6ms)[0m [1m[35mCREATE TABLE "cmor_testimonials_testimonials" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "fullname" varchar, "role" varchar, "company" varchar, "body" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
42
|
-
↳ db/migrate/20190612113326_create_cmor_testimonials_testimonials.cmor_testimonials.rb:4
|
|
43
|
-
[1m[35m (0.3ms)[0m [1m[35mCREATE INDEX "index_cmor_testimonials_testimonials_on_category_id" ON "cmor_testimonials_testimonials" ("category_id")[0m
|
|
44
|
-
↳ db/migrate/20190612113326_create_cmor_testimonials_testimonials.cmor_testimonials.rb:4
|
|
45
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190612113326"]]
|
|
46
|
-
↳ bin/rails:4
|
|
47
|
-
[1m[35m (8.7ms)[0m [1m[36mcommit transaction[0m
|
|
48
|
-
↳ bin/rails:4
|
|
49
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
50
|
-
↳ bin/rails:4
|
|
51
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
52
|
-
↳ bin/rails:4
|
|
53
|
-
[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-06-12 11:33:25.935439"], ["updated_at", "2019-06-12 11:33:25.935439"]]
|
|
54
|
-
↳ bin/rails:4
|
|
55
|
-
[1m[35m (17.0ms)[0m [1m[36mcommit transaction[0m
|
|
56
|
-
↳ bin/rails:4
|
|
57
|
-
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
58
|
-
↳ bin/rails:4
|
|
59
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
60
|
-
↳ bin/rails:4
|
|
61
|
-
[1m[35m (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
62
|
-
↳ bin/rails:4
|
|
63
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
64
|
-
↳ bin/rails:4
|
|
65
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
66
|
-
↳ bin/rails:4
|
|
67
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
68
|
-
↳ bin/rails:4
|
|
69
|
-
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
70
|
-
↳ bin/rails:4
|
|
71
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_attachments"[0m
|
|
72
|
-
↳ db/schema.rb:15
|
|
73
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
74
|
-
↳ db/schema.rb:15
|
|
75
|
-
[1m[35m (6.1ms)[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
|
|
76
|
-
↳ db/schema.rb:15
|
|
77
|
-
[1m[35m (4.7ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
|
|
78
|
-
↳ db/schema.rb:15
|
|
79
|
-
[1m[35m (6.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")[0m
|
|
80
|
-
↳ db/schema.rb:15
|
|
81
|
-
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_blobs"[0m
|
|
82
|
-
↳ db/schema.rb:25
|
|
83
|
-
[1m[35m (5.1ms)[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
|
|
84
|
-
↳ db/schema.rb:25
|
|
85
|
-
[1m[35m (4.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
|
|
86
|
-
↳ db/schema.rb:25
|
|
87
|
-
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_testimonials_categories"[0m
|
|
88
|
-
↳ db/schema.rb:36
|
|
89
|
-
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "cmor_testimonials_categories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "name" varchar, "identifier" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
90
|
-
↳ db/schema.rb:36
|
|
91
|
-
[1m[35m (0.0ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_testimonials_testimonials"[0m
|
|
92
|
-
↳ db/schema.rb:44
|
|
93
|
-
[1m[35m (3.3ms)[0m [1m[35mCREATE TABLE "cmor_testimonials_testimonials" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "fullname" varchar, "role" varchar, "company" varchar, "body" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
94
|
-
↳ db/schema.rb:44
|
|
95
|
-
[1m[35m (3.2ms)[0m [1m[35mCREATE INDEX "index_cmor_testimonials_testimonials_on_category_id" ON "cmor_testimonials_testimonials" ("category_id")[0m
|
|
96
|
-
↳ db/schema.rb:44
|
|
97
|
-
[1m[35m (3.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
98
|
-
↳ db/schema.rb:13
|
|
99
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
100
|
-
↳ db/schema.rb:13
|
|
101
|
-
[1m[35m (3.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190612113326)[0m
|
|
102
|
-
↳ db/schema.rb:13
|
|
103
|
-
[1m[35m (3.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
|
104
|
-
(20190612113325),
|
|
105
|
-
(20190612113307);
|
|
106
|
-
|
|
107
|
-
[0m
|
|
108
|
-
↳ db/schema.rb:13
|
|
109
|
-
[1m[35m (3.6ms)[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
|
|
110
|
-
↳ db/schema.rb:13
|
|
111
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
112
|
-
↳ db/schema.rb:13
|
|
113
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
114
|
-
↳ db/schema.rb:13
|
|
115
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 11:33:26.082282"], ["updated_at", "2019-06-12 11:33:26.082282"]]
|
|
116
|
-
↳ db/schema.rb:13
|
|
117
|
-
[1m[35m (3.9ms)[0m [1m[36mcommit transaction[0m
|
|
118
|
-
↳ db/schema.rb:13
|
|
119
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
120
|
-
↳ bin/rails:4
|
|
121
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
122
|
-
↳ bin/rails:4
|
|
123
|
-
[1m[36mActiveRecord::InternalMetadata Update (0.2ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2019-06-12 11:33:26.092240"], ["key", "environment"]]
|
|
124
|
-
↳ bin/rails:4
|
|
125
|
-
[1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
|
|
126
|
-
↳ bin/rails:4
|