cmor_contact 0.0.6.pre → 0.0.7.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/{20190331090317_create_active_storage_tables.active_storage.rb → 20190412001940_create_active_storage_tables.active_storage.rb} +0 -0
- data/spec/dummy/db/migrate/{20190331090346_create_cmor_contact_contact_requests.cmor_contact.rb → 20190412001958_create_cmor_contact_contact_requests.cmor_contact.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 +55 -55
- data/spec/dummy/log/test.log +592 -247
- data/spec/dummy/tmp/development_secret.txt +1 -1
- metadata +20 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50c427dc90463ab1a51f2e55a921043194f71710955dc54dff5551c455c90374
|
4
|
+
data.tar.gz: 86a3fec5da0cb6667698ab7ebe21b6505065354174afc9c419fc1e659936fbb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e799b4dd47a7b780dff357d64c5f1c5b65c7c17f224adb3916b5e203a6314d987c6d5349e10faa4ef70f953ee95093dc6a2bb265736b4dd5f872b6f0693a37f
|
7
|
+
data.tar.gz: aec329f6c3206851baeb94b7412099d981f5896dd0ee13069df6828c0d58812fb9473aeedd6d8eacac1f5c5f9dc17ae8f74f179ef00c02b8757c6cd1cd195b3a
|
Binary file
|
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_001958) 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,108 +1,108 @@
|
|
1
1
|
[1m[35m (0.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2
2
|
↳ bin/rails:4
|
3
|
-
[1m[35m (
|
3
|
+
[1m[35m (14.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
4
4
|
↳ bin/rails:4
|
5
|
-
[1m[35m (
|
5
|
+
[1m[35m (13.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
6
|
↳ bin/rails:4
|
7
|
-
[1m[35m (0.
|
7
|
+
[1m[35m (0.4ms)[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 (20190412001940)
|
10
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
11
11
|
↳ bin/rails:4
|
12
|
-
[1m[35m (1.
|
13
|
-
↳ db/migrate/
|
14
|
-
[1m[35m (0.
|
15
|
-
↳ db/migrate/
|
16
|
-
[1m[35m (0.
|
12
|
+
[1m[35m (1.2ms)[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/20190412001940_create_active_storage_tables.active_storage.rb:4
|
14
|
+
[1m[35m (0.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
|
15
|
+
↳ db/migrate/20190412001940_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/
|
20
|
+
↳ db/migrate/20190412001940_create_active_storage_tables.active_storage.rb:16
|
21
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/
|
23
|
-
[1m[35m (0.
|
24
|
-
↳ db/migrate/
|
25
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.
|
22
|
+
↳ db/migrate/20190412001940_create_active_storage_tables.active_storage.rb:16
|
23
|
+
[1m[35m (0.2ms)[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/20190412001940_create_active_storage_tables.active_storage.rb:16
|
25
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190412001940"]]
|
26
26
|
↳ bin/rails:4
|
27
|
-
[1m[35m (
|
27
|
+
[1m[35m (5.1ms)[0m [1m[36mcommit transaction[0m
|
28
28
|
↳ bin/rails:4
|
29
|
-
Migrating to CreateCmorContactContactRequests (
|
30
|
-
[1m[35m (0.
|
29
|
+
Migrating to CreateCmorContactContactRequests (20190412001958)
|
30
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
31
31
|
↳ bin/rails:4
|
32
|
-
[1m[35m (
|
33
|
-
↳ db/migrate/
|
34
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.
|
32
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
33
|
+
↳ db/migrate/20190412001958_create_cmor_contact_contact_requests.cmor_contact.rb:4
|
34
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190412001958"]]
|
35
35
|
↳ bin/rails:4
|
36
|
-
[1m[35m (5.
|
36
|
+
[1m[35m (5.0ms)[0m [1m[36mcommit transaction[0m
|
37
37
|
↳ bin/rails:4
|
38
|
-
[1m[36mActiveRecord::InternalMetadata Load (
|
38
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
39
39
|
↳ bin/rails:4
|
40
40
|
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
41
41
|
↳ bin/rails:4
|
42
|
-
[1m[36mActiveRecord::InternalMetadata Create (
|
42
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.9ms)[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:19:58.724833"], ["updated_at", "2019-04-12 00:19:58.724833"]]
|
43
43
|
↳ bin/rails:4
|
44
|
-
[1m[35m (
|
44
|
+
[1m[35m (7.6ms)[0m [1m[36mcommit transaction[0m
|
45
45
|
↳ bin/rails:4
|
46
|
-
[1m[35m (0.
|
46
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
47
47
|
↳ bin/rails:4
|
48
|
-
[1m[35m (0.
|
48
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
49
49
|
↳ bin/rails:4
|
50
|
-
[1m[35m (
|
50
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
51
51
|
↳ bin/rails:4
|
52
52
|
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
53
53
|
↳ bin/rails:4
|
54
|
-
[1m[35m (0.
|
54
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
55
55
|
↳ bin/rails:4
|
56
|
-
[1m[35m (0.
|
56
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
57
57
|
↳ bin/rails:4
|
58
|
-
[1m[35m (0.
|
58
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
59
59
|
↳ bin/rails:4
|
60
|
-
[1m[35m (0.
|
60
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_attachments"[0m
|
61
61
|
↳ db/schema.rb:15
|
62
|
-
[1m[35m (0.
|
62
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
63
63
|
↳ db/schema.rb:15
|
64
|
-
[1m[35m (
|
64
|
+
[1m[35m (5.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
|
65
65
|
↳ db/schema.rb:15
|
66
|
-
[1m[35m (
|
66
|
+
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
|
67
67
|
↳ db/schema.rb:15
|
68
|
-
[1m[35m (
|
68
|
+
[1m[35m (4.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")[0m
|
69
69
|
↳ db/schema.rb:15
|
70
|
-
[1m[35m (0.
|
70
|
+
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_blobs"[0m
|
71
71
|
↳ db/schema.rb:25
|
72
|
-
[1m[35m (
|
72
|
+
[1m[35m (15.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
|
73
73
|
↳ db/schema.rb:25
|
74
|
-
[1m[35m (
|
74
|
+
[1m[35m (17.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
|
75
75
|
↳ db/schema.rb:25
|
76
|
-
[1m[35m (0.
|
76
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_contact_contact_requests"[0m
|
77
77
|
↳ db/schema.rb:36
|
78
|
-
[1m[35m (
|
78
|
+
[1m[35m (4.8ms)[0m [1m[35mCREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
79
79
|
↳ db/schema.rb:36
|
80
|
-
[1m[35m (
|
80
|
+
[1m[35m (5.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
81
81
|
↳ db/schema.rb:13
|
82
|
-
[1m[35m (0.
|
82
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
83
83
|
↳ db/schema.rb:13
|
84
|
-
[1m[35m (
|
84
|
+
[1m[35m (4.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190412001958)[0m
|
85
85
|
↳ db/schema.rb:13
|
86
|
-
[1m[35m (
|
87
|
-
(
|
86
|
+
[1m[35m (4.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
87
|
+
(20190412001940);
|
88
88
|
|
89
89
|
[0m
|
90
90
|
↳ db/schema.rb:13
|
91
|
-
[1m[35m (
|
91
|
+
[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
|
92
92
|
↳ db/schema.rb:13
|
93
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
93
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
94
94
|
↳ db/schema.rb:13
|
95
|
-
[1m[35m (0.
|
95
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
96
96
|
↳ db/schema.rb:13
|
97
|
-
[1m[36mActiveRecord::InternalMetadata Create (
|
97
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[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:19:58.869041"], ["updated_at", "2019-04-12 00:19:58.869041"]]
|
98
98
|
↳ db/schema.rb:13
|
99
|
-
[1m[35m (
|
99
|
+
[1m[35m (3.7ms)[0m [1m[36mcommit transaction[0m
|
100
100
|
↳ db/schema.rb:13
|
101
|
-
[1m[36mActiveRecord::InternalMetadata Load (
|
101
|
+
[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]]
|
102
102
|
↳ bin/rails:4
|
103
|
-
[1m[35m (0.
|
103
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
104
104
|
↳ bin/rails:4
|
105
|
-
[1m[36mActiveRecord::InternalMetadata Update (
|
105
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.3ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2019-04-12 00:19:58.878289"], ["key", "environment"]]
|
106
106
|
↳ bin/rails:4
|
107
|
-
[1m[35m (
|
107
|
+
[1m[35m (4.1ms)[0m [1m[36mcommit transaction[0m
|
108
108
|
↳ bin/rails:4
|