cmor_contact 0.0.9.pre → 0.0.10.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/{20190412001940_create_active_storage_tables.active_storage.rb → 20190502155359_create_active_storage_tables.active_storage.rb} +0 -0
- data/spec/dummy/db/migrate/{20190412001958_create_cmor_contact_contact_requests.cmor_contact.rb → 20190502155418_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 +50 -50
- data/spec/dummy/log/test.log +192 -537
- data/spec/dummy/tmp/development_secret.txt +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0259299b7f47131c4cea1d29560fac217797f7c3341b515d7fcf46910c87889
|
4
|
+
data.tar.gz: 063bef7d10a0458c8710fddafdea474dde6ae1ca64fe46eeecfc6c65cdc49859
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 115bb34231987527899e5b05fdeed4bcf20482b11fd285d1b3a35bd65351a69f7987564d5a5aef2b1a6b39d1b0ef8a6fd0588fdeb61969ccfaeb5be26093fd3b
|
7
|
+
data.tar.gz: 4f9a418db20144fd022642493aa4d2c10df56787d9301d713f7b389235b97ae5f63c066271bd60da8d9321e23125ca6108307d5cbf35950ea197d983c125601a
|
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_05_02_155418) 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,57 +1,57 @@
|
|
1
|
-
[1m[35m (0.
|
1
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2
2
|
↳ bin/rails:4
|
3
|
-
[1m[35m (
|
3
|
+
[1m[35m (4.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
4
4
|
↳ bin/rails:4
|
5
|
-
[1m[35m (
|
5
|
+
[1m[35m (4.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
|
6
6
|
↳ bin/rails:4
|
7
|
-
[1m[35m (0.
|
7
|
+
[1m[35m (0.2ms)[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 (20190502155359)
|
10
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11
11
|
↳ bin/rails:4
|
12
|
-
[1m[35m (
|
13
|
-
↳ db/migrate/
|
14
|
-
[1m[35m (0.
|
15
|
-
↳ db/migrate/
|
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/20190502155359_create_active_storage_tables.active_storage.rb:4
|
14
|
+
[1m[35m (0.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
|
15
|
+
↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:4
|
16
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/20190502155359_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 (
|
22
|
+
↳ db/migrate/20190502155359_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/20190502155359_create_active_storage_tables.active_storage.rb:16
|
25
|
+
[1m[36mActiveRecord::SchemaMigration Create (2.5ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190502155359"]]
|
26
26
|
↳ bin/rails:4
|
27
|
-
[1m[35m (
|
27
|
+
[1m[35m (4.1ms)[0m [1m[36mcommit transaction[0m
|
28
28
|
↳ bin/rails:4
|
29
|
-
Migrating to CreateCmorContactContactRequests (
|
29
|
+
Migrating to CreateCmorContactContactRequests (20190502155418)
|
30
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 (0.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
|
33
|
+
↳ db/migrate/20190502155418_create_cmor_contact_contact_requests.cmor_contact.rb:4
|
34
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190502155418"]]
|
35
35
|
↳ bin/rails:4
|
36
|
-
[1m[35m (
|
36
|
+
[1m[35m (3.5ms)[0m [1m[36mcommit transaction[0m
|
37
37
|
↳ bin/rails:4
|
38
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
38
|
+
[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]]
|
39
39
|
↳ bin/rails:4
|
40
|
-
[1m[35m (0.
|
40
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
41
41
|
↳ bin/rails:4
|
42
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.
|
42
|
+
[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-05-02 15:54:18.749281"], ["updated_at", "2019-05-02 15:54:18.749281"]]
|
43
43
|
↳ bin/rails:4
|
44
|
-
[1m[35m (
|
44
|
+
[1m[35m (3.9ms)[0m [1m[36mcommit transaction[0m
|
45
45
|
↳ bin/rails:4
|
46
|
-
[1m[35m (0.
|
46
|
+
[1m[35m (0.1ms)[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.1ms)[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 (0.0ms)[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
|
-
[1m[35m (0.
|
52
|
+
[1m[35m (0.1ms)[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.1ms)[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
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
|
@@ -61,48 +61,48 @@ Migrating to CreateCmorContactContactRequests (20190412001958)
|
|
61
61
|
↳ db/schema.rb:15
|
62
62
|
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
63
63
|
↳ db/schema.rb:15
|
64
|
-
[1m[35m (
|
64
|
+
[1m[35m (4.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 (3.
|
66
|
+
[1m[35m (3.5ms)[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 (4.
|
68
|
+
[1m[35m (4.6ms)[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.2ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_blobs"[0m
|
71
71
|
↳ db/schema.rb:25
|
72
|
-
[1m[35m (
|
72
|
+
[1m[35m (4.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
|
73
73
|
↳ db/schema.rb:25
|
74
|
-
[1m[35m (
|
74
|
+
[1m[35m (4.5ms)[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.1ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_contact_contact_requests"[0m
|
77
77
|
↳ db/schema.rb:36
|
78
|
-
[1m[35m (4.
|
78
|
+
[1m[35m (4.1ms)[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 (4.2ms)[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.2ms)[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 (4.
|
84
|
+
[1m[35m (4.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190502155418)[0m
|
85
85
|
↳ db/schema.rb:13
|
86
|
-
[1m[35m (
|
87
|
-
(
|
86
|
+
[1m[35m (3.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
87
|
+
(20190502155359);
|
88
88
|
|
89
89
|
[0m
|
90
90
|
↳ db/schema.rb:13
|
91
|
-
[1m[35m (
|
91
|
+
[1m[35m (3.5ms)[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.2ms)[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.0ms)[0m [1m[36mbegin transaction[0m
|
96
96
|
↳ db/schema.rb:13
|
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-
|
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-05-02 15:54:18.834304"], ["updated_at", "2019-05-02 15:54:18.834304"]]
|
98
98
|
↳ db/schema.rb:13
|
99
|
-
[1m[35m (
|
99
|
+
[1m[35m (4.6ms)[0m [1m[36mcommit transaction[0m
|
100
100
|
↳ db/schema.rb:13
|
101
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
103
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
104
104
|
↳ bin/rails:4
|
105
|
-
[1m[36mActiveRecord::InternalMetadata Update (0.
|
105
|
+
[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-05-02 15:54:18.850229"], ["key", "environment"]]
|
106
106
|
↳ bin/rails:4
|
107
|
-
[1m[35m (4.
|
107
|
+
[1m[35m (4.4ms)[0m [1m[36mcommit transaction[0m
|
108
108
|
↳ bin/rails:4
|