cmor_user_area 0.0.1.pre → 0.0.2.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +10 -14
- data/spec/dummy/log/development.log +0 -108
- data/spec/dummy/log/test.log +0 -509
- data/spec/dummy~/log/development.log +0 -108
- data/spec/dummy~/log/test.log +0 -2471
@@ -1,108 +0,0 @@
|
|
1
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2
|
-
↳ bin/rails:4
|
3
|
-
[1m[35m (20.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
4
|
-
↳ bin/rails:4
|
5
|
-
[1m[35m (16.3ms)[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.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
8
|
-
↳ bin/rails:4
|
9
|
-
Migrating to CreateActiveStorageTables (20190325182101)
|
10
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
11
|
-
↳ bin/rails:4
|
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/20190325182101_create_active_storage_tables.active_storage.rb:4
|
14
|
-
[1m[35m (0.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
|
15
|
-
↳ db/migrate/20190325182101_create_active_storage_tables.active_storage.rb:4
|
16
|
-
[1m[35m (0.4ms)[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/20190325182101_create_active_storage_tables.active_storage.rb:16
|
21
|
-
[1m[35m (0.4ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
|
22
|
-
↳ db/migrate/20190325182101_create_active_storage_tables.active_storage.rb:16
|
23
|
-
[1m[35m (0.4ms)[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/20190325182101_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", "20190325182101"]]
|
26
|
-
↳ bin/rails:4
|
27
|
-
[1m[35m (12.4ms)[0m [1m[36mcommit transaction[0m
|
28
|
-
↳ bin/rails:4
|
29
|
-
Migrating to CreateCmorUserAreaUsers (20190325182124)
|
30
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
31
|
-
↳ bin/rails:4
|
32
|
-
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "cmor_user_area_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "crypted_password" varchar, "password_salt" varchar, "persistence_token" varchar, "single_access_token" varchar, "perishable_token" varchar, "login_count" integer DEFAULT 0 NOT NULL, "failed_login_count" integer DEFAULT 0 NOT NULL, "last_request_at" datetime, "current_login_at" datetime, "last_login_at" datetime, "current_login_ip" varchar, "last_login_ip" varchar, "active" boolean DEFAULT 0, "approved" boolean DEFAULT 0, "confirmed" boolean DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
33
|
-
↳ db/migrate/20190325182124_create_cmor_user_area_users.cmor_user_area.rb:4
|
34
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190325182124"]]
|
35
|
-
↳ bin/rails:4
|
36
|
-
[1m[35m (25.8ms)[0m [1m[36mcommit transaction[0m
|
37
|
-
↳ bin/rails:4
|
38
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
39
|
-
↳ bin/rails:4
|
40
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
41
|
-
↳ bin/rails:4
|
42
|
-
[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-03-25 18:21:24.975111"], ["updated_at", "2019-03-25 18:21:24.975111"]]
|
43
|
-
↳ bin/rails:4
|
44
|
-
[1m[35m (19.2ms)[0m [1m[36mcommit transaction[0m
|
45
|
-
↳ bin/rails:4
|
46
|
-
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
47
|
-
↳ bin/rails:4
|
48
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
49
|
-
↳ bin/rails:4
|
50
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
51
|
-
↳ bin/rails:4
|
52
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
53
|
-
↳ bin/rails:4
|
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
|
-
↳ bin/rails:4
|
56
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
57
|
-
↳ bin/rails:4
|
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
|
-
↳ bin/rails:4
|
60
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_attachments"[0m
|
61
|
-
↳ db/schema.rb:15
|
62
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
63
|
-
↳ db/schema.rb:15
|
64
|
-
[1m[35m (5.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
|
65
|
-
↳ db/schema.rb:15
|
66
|
-
[1m[35m (4.7ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
|
67
|
-
↳ db/schema.rb:15
|
68
|
-
[1m[35m (4.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")[0m
|
69
|
-
↳ db/schema.rb:15
|
70
|
-
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_blobs"[0m
|
71
|
-
↳ db/schema.rb:25
|
72
|
-
[1m[35m (4.6ms)[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
|
-
↳ db/schema.rb:25
|
74
|
-
[1m[35m (3.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
|
75
|
-
↳ db/schema.rb:25
|
76
|
-
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_user_area_users"[0m
|
77
|
-
↳ db/schema.rb:36
|
78
|
-
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "cmor_user_area_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "crypted_password" varchar, "password_salt" varchar, "persistence_token" varchar, "single_access_token" varchar, "perishable_token" varchar, "login_count" integer DEFAULT 0 NOT NULL, "failed_login_count" integer DEFAULT 0 NOT NULL, "last_request_at" datetime, "current_login_at" datetime, "last_login_at" datetime, "current_login_ip" varchar, "last_login_ip" varchar, "active" boolean DEFAULT 0, "approved" boolean DEFAULT 0, "confirmed" boolean DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
79
|
-
↳ db/schema.rb:36
|
80
|
-
[1m[35m (4.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
81
|
-
↳ db/schema.rb:13
|
82
|
-
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
83
|
-
↳ db/schema.rb:13
|
84
|
-
[1m[35m (4.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190325182124)[0m
|
85
|
-
↳ db/schema.rb:13
|
86
|
-
[1m[35m (4.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
87
|
-
(20190325182101);
|
88
|
-
|
89
|
-
[0m
|
90
|
-
↳ db/schema.rb:13
|
91
|
-
[1m[35m (6.1ms)[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
|
-
↳ db/schema.rb:13
|
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
|
-
↳ db/schema.rb:13
|
95
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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-03-25 18:21:25.106012"], ["updated_at", "2019-03-25 18:21:25.106012"]]
|
98
|
-
↳ db/schema.rb:13
|
99
|
-
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
|
100
|
-
↳ db/schema.rb:13
|
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
|
-
↳ bin/rails:4
|
103
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
104
|
-
↳ bin/rails:4
|
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-03-25 18:21:25.118106"], ["key", "environment"]]
|
106
|
-
↳ bin/rails:4
|
107
|
-
[1m[35m (5.2ms)[0m [1m[36mcommit transaction[0m
|
108
|
-
↳ bin/rails:4
|