any_login 1.6.0 → 1.7.0
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/app/views/any_login/assets/_css.html.erb +1 -1
- data/app/views/any_login/assets/_js.html.erb +1 -1
- data/lib/any_login/version.rb +1 -1
- data/test/rails_apps/authlogic/db/development.sqlite3 +0 -0
- data/test/rails_apps/authlogic/db/schema.rb +3 -5
- data/test/rails_apps/authlogic/db/test.sqlite3 +0 -0
- data/test/rails_apps/authlogic/log/development.log +285 -392
- data/test/rails_apps/authlogic/log/test.log +304 -1039
- data/test/rails_apps/authlogic/tmp/local_secret.txt +1 -1
- data/test/rails_apps/clearance/db/development.sqlite3 +0 -0
- data/test/rails_apps/clearance/db/schema.rb +10 -12
- data/test/rails_apps/clearance/db/test.sqlite3 +0 -0
- data/test/rails_apps/clearance/log/development.log +23 -386
- data/test/rails_apps/clearance/log/test.log +598 -964
- data/test/rails_apps/clearance/tmp/local_secret.txt +1 -1
- data/test/rails_apps/devise/db/development.sqlite3 +0 -0
- data/test/rails_apps/devise/db/schema.rb +7 -9
- data/test/rails_apps/devise/db/test.sqlite3 +0 -0
- data/test/rails_apps/devise/log/development.log +487 -970
- data/test/rails_apps/devise/log/test.log +577 -1937
- data/test/rails_apps/devise/tmp/local_secret.txt +1 -1
- data/test/rails_apps/sorcery/db/development.sqlite3 +0 -0
- data/test/rails_apps/sorcery/db/schema.rb +3 -5
- data/test/rails_apps/sorcery/db/test.sqlite3 +0 -0
- data/test/rails_apps/sorcery/log/development.log +24 -247
- data/test/rails_apps/sorcery/log/test.log +89 -508
- data/test/rails_apps/sorcery/tmp/local_secret.txt +1 -1
- metadata +17 -30
- data/test/rails_apps/authlogic/db/test.sqlite3-shm +0 -0
- data/test/rails_apps/authlogic/db/test.sqlite3-wal +0 -0
- data/test/rails_apps/authlogic/tmp/development_secret.txt +0 -1
- data/test/rails_apps/clearance/db/test.sqlite3-shm +0 -0
- data/test/rails_apps/clearance/db/test.sqlite3-wal +0 -0
- data/test/rails_apps/clearance/tmp/development_secret.txt +0 -1
- data/test/rails_apps/devise/db/test.sqlite3-shm +0 -0
- data/test/rails_apps/devise/db/test.sqlite3-wal +0 -0
- data/test/rails_apps/devise/tmp/development_secret.txt +0 -1
- data/test/rails_apps/sorcery/db/test.sqlite3-shm +0 -0
- data/test/rails_apps/sorcery/db/test.sqlite3-wal +0 -0
- data/test/rails_apps/sorcery/tmp/development_secret.txt +0 -1
@@ -1,1110 +1,744 @@
|
|
1
|
-
[1m[35m (
|
2
|
-
[1m[35m (
|
3
|
-
[1m[
|
4
|
-
[1m[
|
1
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
3
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
4
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.0ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
5
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-05-28 19:12:33.547874', '2025-05-28 19:12:33.547875') RETURNING "key"[0m
|
6
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
5
7
|
Migrating to CreateUsers (20150907190739)
|
6
|
-
[1m[36mTRANSACTION (0.
|
7
|
-
[1m[35m (0.
|
8
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.
|
9
|
-
[1m[36mTRANSACTION (0.
|
8
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN immediate TRANSACTION[0m
|
9
|
+
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "age" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
10
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ('20150907190739') RETURNING "version"[0m
|
11
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mCOMMIT TRANSACTION[0m
|
10
12
|
Migrating to AddDeviseToUsers (20150907190846)
|
11
|
-
[1m[36mTRANSACTION (
|
12
|
-
[1m[35m (
|
13
|
+
[1m[36mTRANSACTION (1.0ms)[0m [1m[36mBEGIN immediate TRANSACTION[0m
|
14
|
+
[1m[35m (3.2ms)[0m [1m[35mALTER TABLE "users" ADD "email" varchar DEFAULT '' NOT NULL[0m
|
13
15
|
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "encrypted_password" varchar DEFAULT '' NOT NULL[0m
|
14
|
-
[1m[35m (0.
|
15
|
-
[1m[35m (0.
|
16
|
-
[1m[35m (0.
|
17
|
-
[1m[35m (0.
|
18
|
-
[1m[35m (0.
|
19
|
-
[1m[35m (0.
|
20
|
-
[1m[35m (0.
|
21
|
-
[1m[35m (0.
|
22
|
-
[1m[35m (0.
|
23
|
-
[1m[35m (0.
|
24
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.
|
25
|
-
[1m[36mTRANSACTION (
|
16
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "reset_password_token" varchar[0m
|
17
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "reset_password_sent_at" datetime[0m
|
18
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "remember_created_at" datetime[0m
|
19
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "sign_in_count" integer DEFAULT 0 NOT NULL[0m
|
20
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "current_sign_in_at" datetime[0m
|
21
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "last_sign_in_at" datetime[0m
|
22
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "current_sign_in_ip" varchar[0m
|
23
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "last_sign_in_ip" varchar[0m
|
24
|
+
[1m[35m (0.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
25
|
+
[1m[35m (0.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
26
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.0ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ('20150907190846') RETURNING "version"[0m
|
27
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mCOMMIT TRANSACTION[0m
|
26
28
|
Migrating to PopulateTestUsers (20150909210357)
|
27
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[
|
28
|
-
[1m[35m (0.
|
29
|
-
[1m[35m (0.
|
30
|
-
[1m[36mUser Exists? (0.
|
31
|
-
[1m[36mUser Create (0.
|
32
|
-
[1m[36mUser Exists? (0.
|
33
|
-
[1m[36mUser Create (0.
|
34
|
-
[1m[36mUser Exists? (0.
|
35
|
-
[1m[36mUser Create (0.
|
36
|
-
[1m[36mUser Exists? (0.
|
37
|
-
[1m[36mUser Create (0.
|
38
|
-
[1m[36mUser Exists? (0.
|
39
|
-
[1m[36mUser Create (0.
|
40
|
-
[1m[36mUser Exists? (0.
|
41
|
-
[1m[36mUser Create (0.
|
42
|
-
[1m[36mUser Exists? (0.
|
43
|
-
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "
|
44
|
-
[1m[36mUser Exists? (0.
|
45
|
-
[1m[36mUser Create (0.
|
46
|
-
[1m[36mUser Exists? (0.
|
47
|
-
[1m[36mUser Create (0.
|
48
|
-
[1m[36mUser Exists? (0.
|
49
|
-
[1m[36mUser Create (0.
|
50
|
-
[1m[36mUser Exists? (0.
|
51
|
-
[1m[36mUser Create (0.
|
52
|
-
[1m[36mUser Exists? (0.
|
53
|
-
[1m[36mUser Create (0.
|
54
|
-
[1m[36mUser Exists? (0.
|
55
|
-
[1m[36mUser Create (0.
|
56
|
-
[1m[36mUser Exists? (0.
|
57
|
-
[1m[36mUser Create (0.
|
58
|
-
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "
|
59
|
-
[1m[36mUser Create (0.
|
60
|
-
[1m[36mUser Exists? (0.
|
61
|
-
[1m[36mUser Create (0.
|
62
|
-
[1m[36mUser Exists? (0.
|
63
|
-
[1m[36mUser Create (0.
|
64
|
-
[1m[36mUser Exists? (0.
|
65
|
-
[1m[36mUser Create (0.
|
66
|
-
[1m[36mUser Exists? (0.
|
67
|
-
[1m[36mUser Create (0.
|
68
|
-
[1m[36mUser Exists? (0.
|
69
|
-
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 19"], ["age",
|
70
|
-
[1m[36mUser Exists? (0.
|
71
|
-
[1m[36mUser Create (0.
|
72
|
-
[1m[36mUser Exists? (0.
|
73
|
-
[1m[36mUser Create (0.
|
74
|
-
[1m[36mUser Exists? (0.
|
75
|
-
[1m[36mUser Create (0.
|
76
|
-
[1m[36mUser Exists? (0.
|
77
|
-
[1m[36mUser Create (0.
|
78
|
-
[1m[36mUser Exists? (0.
|
79
|
-
[1m[36mUser Create (0.
|
80
|
-
[1m[36mUser Exists? (0.
|
81
|
-
[1m[36mUser Create (0.
|
82
|
-
[1m[36mUser Exists? (0.
|
83
|
-
[1m[36mUser Create (0.
|
84
|
-
[1m[36mUser Exists? (0.
|
85
|
-
[1m[36mUser Create (0.
|
86
|
-
[1m[36mUser Exists? (0.
|
87
|
-
[1m[36mUser Create (0.
|
88
|
-
[1m[36mUser Exists? (0.
|
89
|
-
[1m[36mUser Create (0.
|
90
|
-
[1m[36mUser Exists? (0.
|
91
|
-
[1m[36mUser Create (0.
|
92
|
-
[1m[36mUser Exists? (0.
|
93
|
-
[1m[36mUser Create (0.
|
94
|
-
[1m[36mUser Exists? (0.
|
95
|
-
[1m[36mUser Create (0.
|
96
|
-
[1m[36mUser Exists? (0.
|
97
|
-
[1m[36mUser Create (0.
|
98
|
-
[1m[36mUser Exists? (
|
99
|
-
[1m[36mUser Create (0.
|
100
|
-
[1m[36mUser Exists? (0.
|
101
|
-
[1m[36mUser Create (0.
|
102
|
-
[1m[36mUser Exists? (0.
|
103
|
-
[1m[36mUser Create (0.
|
104
|
-
[1m[36mUser Exists? (0.
|
105
|
-
[1m[36mUser Create (0.
|
106
|
-
[1m[36mUser Exists? (0.
|
107
|
-
[1m[36mUser Create (0.
|
108
|
-
[1m[36mUser Exists? (0.
|
109
|
-
[1m[36mUser Create (0.
|
110
|
-
[1m[36mUser Exists? (0.
|
111
|
-
[1m[36mUser Create (0.
|
112
|
-
[1m[36mUser Exists? (0.
|
113
|
-
[1m[36mUser Create (0.
|
114
|
-
[1m[36mUser Exists? (0.
|
115
|
-
[1m[36mUser Create (0.
|
116
|
-
[1m[36mUser Exists? (0.
|
117
|
-
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "
|
118
|
-
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "
|
119
|
-
[1m[36mUser Create (0.
|
120
|
-
[1m[36mUser Exists? (0.
|
121
|
-
[1m[36mUser Create (0.
|
122
|
-
[1m[36mUser Exists? (0.
|
123
|
-
[1m[36mUser Create (0.
|
124
|
-
[1m[36mUser Exists? (0.
|
125
|
-
[1m[36mUser Create (0.
|
126
|
-
[1m[36mUser Exists? (0.
|
127
|
-
[1m[36mUser Create (0.
|
128
|
-
[1m[36mUser Exists? (0.
|
129
|
-
[1m[36mUser Create (0.
|
130
|
-
[1m[36mUser Exists? (0.
|
131
|
-
[1m[36mUser Create (0.
|
132
|
-
[1m[36mUser Exists? (0.
|
133
|
-
[1m[36mUser Create (0.
|
134
|
-
[1m[36mUser Exists? (0.
|
135
|
-
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "
|
136
|
-
[1m[36mUser Exists? (0.
|
137
|
-
[1m[36mUser Create (0.
|
138
|
-
[1m[36mUser Exists? (0.
|
139
|
-
[1m[36mUser Create (0.
|
140
|
-
[1m[36mUser Exists? (0.
|
141
|
-
[1m[36mUser Create (0.
|
142
|
-
[1m[36mUser Exists? (0.
|
143
|
-
[1m[36mUser Create (0.
|
144
|
-
[1m[36mUser Exists? (0.
|
145
|
-
[1m[36mUser Create (0.
|
146
|
-
[1m[36mUser Exists? (0.
|
147
|
-
[1m[36mUser Create (0.
|
148
|
-
[1m[36mUser Exists? (0.
|
149
|
-
[1m[36mUser Create (0.
|
150
|
-
[1m[36mUser Exists? (0.
|
151
|
-
[1m[36mUser Create (0.
|
152
|
-
[1m[36mUser Exists? (0.
|
153
|
-
[1m[36mUser Create (0.
|
154
|
-
[1m[36mUser Exists? (0.
|
155
|
-
[1m[36mUser Create (0.
|
156
|
-
[1m[36mUser Exists? (0.
|
157
|
-
[1m[36mUser Create (0.
|
158
|
-
[1m[36mUser Exists? (0.
|
159
|
-
[1m[36mUser Create (0.
|
160
|
-
[1m[36mUser Exists? (0.
|
161
|
-
[1m[36mUser Create (0.
|
162
|
-
[1m[36mUser Exists? (0.
|
163
|
-
[1m[36mUser Create (0.
|
164
|
-
[1m[36mUser Exists? (0.
|
165
|
-
[1m[36mUser Create (0.
|
166
|
-
[1m[36mUser Exists? (0.
|
167
|
-
[1m[36mUser Create (0.
|
168
|
-
[1m[36mUser Exists? (0.
|
169
|
-
[1m[36mUser Create (0.
|
170
|
-
[1m[36mUser Exists? (0.
|
171
|
-
[1m[36mUser Create (0.
|
172
|
-
[1m[36mUser Exists? (0.
|
173
|
-
[1m[36mUser Create (0.
|
174
|
-
[1m[36mUser Exists? (0.
|
175
|
-
[1m[36mUser Create (0.
|
176
|
-
[1m[36mUser Exists? (0.
|
177
|
-
[1m[36mUser Create (0.
|
178
|
-
[1m[36mUser Exists? (0.
|
179
|
-
[1m[36mUser Create (0.
|
180
|
-
[1m[36mUser Exists? (0.
|
181
|
-
[1m[36mUser Create (0.
|
182
|
-
[1m[36mUser Exists? (0.
|
183
|
-
[1m[36mUser Create (0.
|
184
|
-
[1m[36mUser Exists? (0.
|
185
|
-
[1m[36mUser Create (0.
|
186
|
-
[1m[36mUser Exists? (0.
|
187
|
-
[1m[36mUser Create (0.
|
188
|
-
[1m[36mUser Exists? (0.
|
189
|
-
[1m[36mUser Create (0.
|
190
|
-
[1m[36mUser Exists? (0.
|
191
|
-
[1m[36mUser Create (0.
|
192
|
-
[1m[36mUser Exists? (0.
|
193
|
-
[1m[36mUser Create (0.
|
194
|
-
[1m[36mUser Exists? (0.
|
195
|
-
[1m[36mUser Create (0.
|
196
|
-
[1m[36mUser Exists? (0.
|
197
|
-
[1m[36mUser Create (0.
|
198
|
-
[1m[36mUser Exists? (0.
|
199
|
-
[1m[36mUser Create (0.
|
200
|
-
[1m[36mUser Exists? (0.
|
201
|
-
[1m[36mUser Create (0.
|
202
|
-
[1m[36mUser Exists? (0.
|
203
|
-
[1m[36mUser Create (0.
|
204
|
-
[1m[36mUser Exists? (0.
|
205
|
-
[1m[36mUser Create (0.
|
206
|
-
[1m[36mUser Exists? (0.
|
207
|
-
[1m[36mUser Create (0.
|
208
|
-
[1m[36mUser Exists? (0.
|
209
|
-
[1m[36mUser Create (0.
|
210
|
-
[1m[36mUser Exists? (0.
|
211
|
-
[1m[36mUser Create (0.
|
212
|
-
[1m[36mUser Exists? (0.
|
213
|
-
[1m[36mUser Create (0.
|
214
|
-
[1m[36mUser Exists? (0.
|
215
|
-
[1m[36mUser Create (0.
|
216
|
-
[1m[36mUser Exists? (0.
|
217
|
-
[1m[36mUser Create (0.
|
218
|
-
[1m[36mUser Exists? (0.
|
219
|
-
[1m[36mUser Create (0.
|
220
|
-
[1m[36mUser Exists? (0.
|
221
|
-
[1m[36mUser Create (0.
|
222
|
-
[1m[36mUser Exists? (0.
|
223
|
-
[1m[36mUser Create (0.
|
224
|
-
[1m[36mUser Exists? (0.
|
225
|
-
[1m[36mUser Create (0.
|
226
|
-
[1m[36mUser Exists? (0.
|
227
|
-
[1m[36mUser Create (0.
|
228
|
-
[1m[36mUser Exists? (0.
|
229
|
-
[1m[36mUser Create (0.
|
230
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.
|
231
|
-
[1m[36mTRANSACTION (
|
29
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN immediate TRANSACTION[0m
|
30
|
+
[1m[35m (0.1ms)[0m [1m[35mALTER TABLE "users" ADD "role" varchar[0m
|
31
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "remember_token" varchar(128)[0m
|
32
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan0@gmail.com"], ["LIMIT", 1]]
|
33
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 0"], ["age", 28], ["created_at", "2025-05-28 19:12:33.570863"], ["updated_at", "2025-05-28 19:12:33.570863"], ["email", "stan0@gmail.com"], ["encrypted_password", "$2a$04$.G0LD/JozLB5XJabseVO.upUOabSXD8NExvpqk1yn0Egd/iSy3P3u"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "6f99aa135689bb2c5e0f4d9c7d3af58f60900a96"]]
|
34
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob1@gmail.com"], ["LIMIT", 1]]
|
35
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 1"], ["age", 67], ["created_at", "2025-05-28 19:12:33.572630"], ["updated_at", "2025-05-28 19:12:33.572630"], ["email", "bob1@gmail.com"], ["encrypted_password", "$2a$04$YwBbEf5hp7ArpTBT062HPOCAgu2Kfh76wiKaR5nvwPpNqO06yBsDy"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "bc644a0b70f78282be7c336c033b09763c5f7a5f"]]
|
36
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan2@gmail.com"], ["LIMIT", 1]]
|
37
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 2"], ["age", 75], ["created_at", "2025-05-28 19:12:33.574032"], ["updated_at", "2025-05-28 19:12:33.574032"], ["email", "alan2@gmail.com"], ["encrypted_password", "$2a$04$P0JOTnJTYUFQ64Lot7Z7..wL2RdFmylaIAVuDxgDCK9Sko95AesQm"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "e5d3a4dc4f4869d8872a5db539202eac6a30062a"]]
|
38
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn3@gmail.com"], ["LIMIT", 1]]
|
39
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 3"], ["age", 10], ["created_at", "2025-05-28 19:12:33.576483"], ["updated_at", "2025-05-28 19:12:33.576483"], ["email", "michaeljohn3@gmail.com"], ["encrypted_password", "$2a$04$94TdeUISUu.a7SIRQXW4xOaa79.hIWnWU84jXOA3AFXjxin7gzzvC"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "74b91825d24d33de174634d97bb30e574ba27381"]]
|
40
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn4@gmail.com"], ["LIMIT", 1]]
|
41
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 4"], ["age", 25], ["created_at", "2025-05-28 19:12:33.582608"], ["updated_at", "2025-05-28 19:12:33.582608"], ["email", "michaeljohn4@gmail.com"], ["encrypted_password", "$2a$04$Wcs3PmxWjFAwWVwvhQ0/sev9G1AI19kuW/l2mFsA6CQZA8QRn01n2"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "5b61470c2a90d62c8c903247df31d42188b4a75c"]]
|
42
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris5@gmail.com"], ["LIMIT", 1]]
|
43
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 5"], ["age", 7], ["created_at", "2025-05-28 19:12:33.584649"], ["updated_at", "2025-05-28 19:12:33.584649"], ["email", "kris5@gmail.com"], ["encrypted_password", "$2a$04$f0bkJft..GT2Tc/V3xJc6.8HiuRRYzkNcC21gptSmYMc/8/sIcMji"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "d38798f4f2d6ee895f8937e3f66dd680dc5a4204"]]
|
44
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan6@gmail.com"], ["LIMIT", 1]]
|
45
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 6"], ["age", 38], ["created_at", "2025-05-28 19:12:33.586521"], ["updated_at", "2025-05-28 19:12:33.586521"], ["email", "stan6@gmail.com"], ["encrypted_password", "$2a$04$bhI4SpmNpulNCE8uY5T4cecODdPdnxPotDasC5gH2xK3LroOV1AsS"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "045c4e8b6309179c4d9a12784c8d6b945d5b8880"]]
|
46
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor7@gmail.com"], ["LIMIT", 1]]
|
47
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 7"], ["age", 6], ["created_at", "2025-05-28 19:12:33.592131"], ["updated_at", "2025-05-28 19:12:33.592131"], ["email", "igor7@gmail.com"], ["encrypted_password", "$2a$04$NZZG0fET3FmdTMdUIwWCluOeVaII73jOJ0.VbUnNUqFkjpkHvGaE."], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "74559b4fb25418b19ed766c1ad43d0c7d792fef2"]]
|
48
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan8@gmail.com"], ["LIMIT", 1]]
|
49
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 8"], ["age", 17], ["created_at", "2025-05-28 19:12:33.595966"], ["updated_at", "2025-05-28 19:12:33.595966"], ["email", "alan8@gmail.com"], ["encrypted_password", "$2a$04$VFH4CQm7a8KIHBb8fhj8WOhPmgSAwRhlZhvrI56ZwdT1q9XLn2eWi"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "63f97f820d8a723ca7cd3d1253fbfaa52b94d64a"]]
|
50
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn9@gmail.com"], ["LIMIT", 1]]
|
51
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 9"], ["age", 3], ["created_at", "2025-05-28 19:12:33.597373"], ["updated_at", "2025-05-28 19:12:33.597373"], ["email", "michaeljohn9@gmail.com"], ["encrypted_password", "$2a$04$4EFSD/.F3bDq1pDeN7BXPuvRZj0TdionX8lLoQ6hJ9W.wbU7wXtgS"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"]]
|
52
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn10@gmail.com"], ["LIMIT", 1]]
|
53
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 10"], ["age", 97], ["created_at", "2025-05-28 19:12:33.598615"], ["updated_at", "2025-05-28 19:12:33.598615"], ["email", "michaeljohn10@gmail.com"], ["encrypted_password", "$2a$04$B3V5V1CTAXIk2Sgr2p4wpullRjLoasGRWJ/Pstflkxe.Se8ju5dJ2"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "86f1fb8d981329f1d5b21b12858654de341f3401"]]
|
54
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob11@gmail.com"], ["LIMIT", 1]]
|
55
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 11"], ["age", 22], ["created_at", "2025-05-28 19:12:33.600278"], ["updated_at", "2025-05-28 19:12:33.600278"], ["email", "bob11@gmail.com"], ["encrypted_password", "$2a$04$cMjOGUdWLckpuNph.BQE0OR.J.3YrwFgm4F73OjGVZ2wP4JLkwy5."], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "405db481b431148c958f4e65a7b7bc6e603163ad"]]
|
56
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn12@gmail.com"], ["LIMIT", 1]]
|
57
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 12"], ["age", 45], ["created_at", "2025-05-28 19:12:33.602801"], ["updated_at", "2025-05-28 19:12:33.602801"], ["email", "michaeljohn12@gmail.com"], ["encrypted_password", "$2a$04$aiCVsmOi1B6OIV7nkZ4azejrkKfQ.slfy1ZVWqI6xc7/LnzC7KTqi"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "764cf18afbdeaa7e226861119d0e4a29ff0f962e"]]
|
58
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris13@gmail.com"], ["LIMIT", 1]]
|
59
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 13"], ["age", 31], ["created_at", "2025-05-28 19:12:33.610993"], ["updated_at", "2025-05-28 19:12:33.610993"], ["email", "kris13@gmail.com"], ["encrypted_password", "$2a$04$RFyiL4JA.AHiF5DkWvU4ce9ZhkJZnqcVvdb8AP9NykSYNMqvJqHS2"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "ee94814d8441fcccf9c40781fbecf79036bce4a5"]]
|
60
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob14@gmail.com"], ["LIMIT", 1]]
|
61
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 14"], ["age", 43], ["created_at", "2025-05-28 19:12:33.612573"], ["updated_at", "2025-05-28 19:12:33.612573"], ["email", "bob14@gmail.com"], ["encrypted_password", "$2a$04$mNlXbaGjUmhKNkO/qS3GYetjiDY1rSoLV8eyLg3LPiE4xkzXpqr46"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "fe08fe7105e476919fe10ecf4f81d9c027acacf9"]]
|
62
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan15@gmail.com"], ["LIMIT", 1]]
|
63
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 15"], ["age", 35], ["created_at", "2025-05-28 19:12:33.614146"], ["updated_at", "2025-05-28 19:12:33.614146"], ["email", "stan15@gmail.com"], ["encrypted_password", "$2a$04$n/66Ot../UiYzwdRMyPki.JG7AnMTY8u/gUdOOE/BeuxlHa.SKMI6"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "33847164a4d72e295c9df5d87f368ed8b13eeef5"]]
|
64
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan16@gmail.com"], ["LIMIT", 1]]
|
65
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 16"], ["age", 11], ["created_at", "2025-05-28 19:12:33.615370"], ["updated_at", "2025-05-28 19:12:33.615370"], ["email", "alan16@gmail.com"], ["encrypted_password", "$2a$04$Ghy2pxDvcCAYwpfPMU65oeuVbaeRQpvIrwv7KtaVI1kaqMhCKQdHC"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "9b31faf0d3ddb9c1de375939d8f38fade895a1a4"]]
|
66
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan17@gmail.com"], ["LIMIT", 1]]
|
67
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 17"], ["age", 97], ["created_at", "2025-05-28 19:12:33.617195"], ["updated_at", "2025-05-28 19:12:33.617195"], ["email", "stan17@gmail.com"], ["encrypted_password", "$2a$04$8RrttknrePV1iRcyEUK9xe14z.rOWnTp8xCtGNd2W41EI6S4bqaG."], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "a8c495994b787bd150373ef9ebc144a888078863"]]
|
68
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn18@gmail.com"], ["LIMIT", 1]]
|
69
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 18"], ["age", 0], ["created_at", "2025-05-28 19:12:33.618329"], ["updated_at", "2025-05-28 19:12:33.618329"], ["email", "michaeljohn18@gmail.com"], ["encrypted_password", "$2a$04$dvvyrPOGZ8GHTB0NbSy/geupMJUNqLAbutYR85oxpMcJw17SRYxO6"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "cc5e07c43338cd5c64e2ce95d4ec756525c39cff"]]
|
70
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob19@gmail.com"], ["LIMIT", 1]]
|
71
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 19"], ["age", 10], ["created_at", "2025-05-28 19:12:33.619509"], ["updated_at", "2025-05-28 19:12:33.619509"], ["email", "bob19@gmail.com"], ["encrypted_password", "$2a$04$sVhx2vui5M4t6lNRRZHefOEyxIY7mLN6BR7UFCAAS5OTmnIKcaucK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "9fff284a36ebe3bdd7697d0536e36682cbdb9450"]]
|
72
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor20@gmail.com"], ["LIMIT", 1]]
|
73
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 20"], ["age", 36], ["created_at", "2025-05-28 19:12:33.620800"], ["updated_at", "2025-05-28 19:12:33.620800"], ["email", "igor20@gmail.com"], ["encrypted_password", "$2a$04$1HDkWs90yZtKapQRDg9xleUvmBS05tRp.FSxdHEecHjaEGFlKs5eq"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "1513f50f0e4e305df7832645f09725d862e462a4"]]
|
74
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris21@gmail.com"], ["LIMIT", 1]]
|
75
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 21"], ["age", 22], ["created_at", "2025-05-28 19:12:33.622276"], ["updated_at", "2025-05-28 19:12:33.622276"], ["email", "kris21@gmail.com"], ["encrypted_password", "$2a$04$Knl7Ou4UPLgXbKAvTGwHrO5tQSDYTBh0RoZ72QZPx1mKmWFbkdWCK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "af7c25291f4af16d88336832b5c4f641bf5185b4"]]
|
76
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan22@gmail.com"], ["LIMIT", 1]]
|
77
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 22"], ["age", 82], ["created_at", "2025-05-28 19:12:33.624316"], ["updated_at", "2025-05-28 19:12:33.624316"], ["email", "alan22@gmail.com"], ["encrypted_password", "$2a$04$P4BlvpJGcxweHuYHRyzo1OvjKNgOEwfyh/5GPrEz5D1LjOg1cryFi"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "1576163f01acd419971161cb9160b4b0e0b3516b"]]
|
78
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan23@gmail.com"], ["LIMIT", 1]]
|
79
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 23"], ["age", 62], ["created_at", "2025-05-28 19:12:33.627564"], ["updated_at", "2025-05-28 19:12:33.627564"], ["email", "alan23@gmail.com"], ["encrypted_password", "$2a$04$WgDuCT.4iJIY3Re4.rkWJ.HljHG58YNvvvpM0Z44K9B7uEUBse7ii"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "baf776e0e22312365e4340357ef1f3566d0afdc1"]]
|
80
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris24@gmail.com"], ["LIMIT", 1]]
|
81
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 24"], ["age", 79], ["created_at", "2025-05-28 19:12:33.628777"], ["updated_at", "2025-05-28 19:12:33.628777"], ["email", "kris24@gmail.com"], ["encrypted_password", "$2a$04$xMvplrxJgELauarHHjy9uuNbHlrcAv4zmsIqtw26ZNOdM/w.F8Q52"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "d1b6dfdfc7c5c37cac484afdca336de625f01843"]]
|
82
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob25@gmail.com"], ["LIMIT", 1]]
|
83
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 25"], ["age", 68], ["created_at", "2025-05-28 19:12:33.629906"], ["updated_at", "2025-05-28 19:12:33.629906"], ["email", "bob25@gmail.com"], ["encrypted_password", "$2a$04$TxMWiA9tjMKWbhIViEpq6eeVEuAJk84qtwXgR5cLlqtfOSAMnUolS"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "68b320d930107d3fa0071060d6c2f36ef59cfc9d"]]
|
84
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris26@gmail.com"], ["LIMIT", 1]]
|
85
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 26"], ["age", 52], ["created_at", "2025-05-28 19:12:33.631024"], ["updated_at", "2025-05-28 19:12:33.631024"], ["email", "kris26@gmail.com"], ["encrypted_password", "$2a$04$SZcGuL.XJvW5rIFXlNwoC.oqIVE/OBGj4YxrWEu8oDUxdh8.Vg0f6"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "2c193507a5efdad253b932c3e0b169e660f59b05"]]
|
86
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan27@gmail.com"], ["LIMIT", 1]]
|
87
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 27"], ["age", 87], ["created_at", "2025-05-28 19:12:33.632077"], ["updated_at", "2025-05-28 19:12:33.632077"], ["email", "stan27@gmail.com"], ["encrypted_password", "$2a$04$f1rjEuz8bv5.VJoAbufazO9BBq.NbPKo06FlwepqG9jppXCbzpSxG"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "c844ee446d0eaa3e734ec4fcf2b2bb1f35191298"]]
|
88
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor28@gmail.com"], ["LIMIT", 1]]
|
89
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 28"], ["age", 22], ["created_at", "2025-05-28 19:12:33.633139"], ["updated_at", "2025-05-28 19:12:33.633139"], ["email", "igor28@gmail.com"], ["encrypted_password", "$2a$04$8D0Jytx5jseGClFx2SB7mOIiRIoGXHIJUwf5swuJ7U0fbCwEIaWi6"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "a707f21cd2cdc07bc8dab45ac9867156c7bd38fe"]]
|
90
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor29@gmail.com"], ["LIMIT", 1]]
|
91
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 29"], ["age", 32], ["created_at", "2025-05-28 19:12:33.634834"], ["updated_at", "2025-05-28 19:12:33.634834"], ["email", "igor29@gmail.com"], ["encrypted_password", "$2a$04$z/khiuG/d.scMvdy2yKqQeoZVREoqBATh4wAmNSA73sEwmSEdPBDO"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "3b73fa902519b268423d542275ae445f8a45a317"]]
|
92
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan30@gmail.com"], ["LIMIT", 1]]
|
93
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 30"], ["age", 50], ["created_at", "2025-05-28 19:12:33.638026"], ["updated_at", "2025-05-28 19:12:33.638026"], ["email", "alan30@gmail.com"], ["encrypted_password", "$2a$04$yz1G2t5yT04WyAIysZg7/.57v5Vyexft/i5pal/9lfAs.HIfg8YG2"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "916eedd2071eae8a77d63adc78d744d5f8c44f07"]]
|
94
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor31@gmail.com"], ["LIMIT", 1]]
|
95
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 31"], ["age", 26], ["created_at", "2025-05-28 19:12:33.639162"], ["updated_at", "2025-05-28 19:12:33.639162"], ["email", "igor31@gmail.com"], ["encrypted_password", "$2a$04$0enCaxuMMoOvlPuO0WMAneDojLdyphxTC.tUJnG7zHYSWO5GJAzH."], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "9dd9d09f6e3b5748a8c6fc6a90044ef66bd09385"]]
|
96
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor32@gmail.com"], ["LIMIT", 1]]
|
97
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 32"], ["age", 54], ["created_at", "2025-05-28 19:12:33.640282"], ["updated_at", "2025-05-28 19:12:33.640282"], ["email", "igor32@gmail.com"], ["encrypted_password", "$2a$04$H3lyNcye3I4GtNsTP9R8rOtYondOBnaBH8faoTLlzgOQ27T78arKu"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "8ea93e86370582320c7a4589e7f7e9aeb5f5a6da"]]
|
98
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor33@gmail.com"], ["LIMIT", 1]]
|
99
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 33"], ["age", 75], ["created_at", "2025-05-28 19:12:33.641406"], ["updated_at", "2025-05-28 19:12:33.641406"], ["email", "igor33@gmail.com"], ["encrypted_password", "$2a$04$nx6RmQ7XY7IDzZpTWQ/Qr.SfR8G9gJNVO5cir4qhK.TdoVp052MDu"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "e006020adee6b2e412b87477583e80e6de7e1791"]]
|
100
|
+
[1m[36mUser Exists? (1.5ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob34@gmail.com"], ["LIMIT", 1]]
|
101
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 34"], ["age", 36], ["created_at", "2025-05-28 19:12:33.643896"], ["updated_at", "2025-05-28 19:12:33.643896"], ["email", "bob34@gmail.com"], ["encrypted_password", "$2a$04$/ZkdomPNmv7YmMR6HR37Keedm0CuLXaxOgS9dWO4hknRlXEliUVBO"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "cfe475de98686f56d7a48f7ada1a426648c7502e"]]
|
102
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris35@gmail.com"], ["LIMIT", 1]]
|
103
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 35"], ["age", 50], ["created_at", "2025-05-28 19:12:33.645126"], ["updated_at", "2025-05-28 19:12:33.645126"], ["email", "kris35@gmail.com"], ["encrypted_password", "$2a$04$zbIErpnCk8rMeTk6CNW5eeGSypdrShxgY3RnLEhmUv0B1g1EBeO5W"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "36f49276f58287cee7f8b54c5440ed9d5dce1944"]]
|
104
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor36@gmail.com"], ["LIMIT", 1]]
|
105
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 36"], ["age", 97], ["created_at", "2025-05-28 19:12:33.646241"], ["updated_at", "2025-05-28 19:12:33.646241"], ["email", "igor36@gmail.com"], ["encrypted_password", "$2a$04$68jJmzsYekp.3N0TG6zxHeYREDkjUqPI3R0Fu1.nthPNoSpddzHxq"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "02bb2d28409152885458128f44f458871224138a"]]
|
106
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor37@gmail.com"], ["LIMIT", 1]]
|
107
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 37"], ["age", 47], ["created_at", "2025-05-28 19:12:33.647335"], ["updated_at", "2025-05-28 19:12:33.647335"], ["email", "igor37@gmail.com"], ["encrypted_password", "$2a$04$yet8CyA8bydDPDgF6NQj.ePzLNh0uZAwkL945P9IQDrbakio2YzeK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "d8aeb69d274044dbe49fecb091a128d90c21e131"]]
|
108
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn38@gmail.com"], ["LIMIT", 1]]
|
109
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 38"], ["age", 39], ["created_at", "2025-05-28 19:12:33.648558"], ["updated_at", "2025-05-28 19:12:33.648558"], ["email", "michaeljohn38@gmail.com"], ["encrypted_password", "$2a$04$JZx1znfkCJMnp4b8BZd3CuGd9.5k0L06i8ZJhzWcgLe2KZc2VIYhS"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "8be8b2a47346f8a33b480a6727e46c8bb0b20b7c"]]
|
110
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris39@gmail.com"], ["LIMIT", 1]]
|
111
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 39"], ["age", 25], ["created_at", "2025-05-28 19:12:33.649744"], ["updated_at", "2025-05-28 19:12:33.649744"], ["email", "kris39@gmail.com"], ["encrypted_password", "$2a$04$sigyjvBH8dotFC9UI4LySeZMeZggJpastvO8MNmQJILLGO0a2hPkG"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "8430f2d18d7363a02ac8eb72ea724cd1775ea2dc"]]
|
112
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn40@gmail.com"], ["LIMIT", 1]]
|
113
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 40"], ["age", 17], ["created_at", "2025-05-28 19:12:33.651380"], ["updated_at", "2025-05-28 19:12:33.651380"], ["email", "michaeljohn40@gmail.com"], ["encrypted_password", "$2a$04$S6SsigqxcqI.fwNdWHYW7OSqe.7id1ZNryDcjoSZ1lKvXQqgHuOUC"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "ffeefa7854500feb8441ace7c3b2f4b693c22673"]]
|
114
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor41@gmail.com"], ["LIMIT", 1]]
|
115
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 41"], ["age", 23], ["created_at", "2025-05-28 19:12:33.653015"], ["updated_at", "2025-05-28 19:12:33.653015"], ["email", "igor41@gmail.com"], ["encrypted_password", "$2a$04$Go.3X43EM3XxbbjEXnEtbuuvTOp4lAq3X1OLMw.c1oecPtHqEr5Pi"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "5a26a640197ebd504d1bd604e1c0ddad059251c9"]]
|
116
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris42@gmail.com"], ["LIMIT", 1]]
|
117
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 42"], ["age", 19], ["created_at", "2025-05-28 19:12:33.654295"], ["updated_at", "2025-05-28 19:12:33.654295"], ["email", "kris42@gmail.com"], ["encrypted_password", "$2a$04$Vj6rEwppCzl0.laUQ8bAOeuxqHVq5OV5au9dYarZbOKI9Qm2ML5bW"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "73fb530982baaee7d4891d1d3b9c6e5d3f009763"]]
|
118
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan43@gmail.com"], ["LIMIT", 1]]
|
119
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 43"], ["age", 47], ["created_at", "2025-05-28 19:12:33.658108"], ["updated_at", "2025-05-28 19:12:33.658108"], ["email", "alan43@gmail.com"], ["encrypted_password", "$2a$04$2JhMlyufQ.jZkdoINmlk0O3ncSsXAjpciRO73Ql5yO3rhz7i6Ao/G"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "18407bb1b24bef0a43b812fdffecd31f5c14c894"]]
|
120
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris44@gmail.com"], ["LIMIT", 1]]
|
121
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 44"], ["age", 44], ["created_at", "2025-05-28 19:12:33.659423"], ["updated_at", "2025-05-28 19:12:33.659423"], ["email", "kris44@gmail.com"], ["encrypted_password", "$2a$04$/T2gDPJ.UyxfRJfFXqtKJOmA0EHDC2sazUx4hs4d9Hg37gQpe/hKO"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "ff5e5c42ed8229af18e7ece622059eee0aa9f5f0"]]
|
122
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor45@gmail.com"], ["LIMIT", 1]]
|
123
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 45"], ["age", 74], ["created_at", "2025-05-28 19:12:33.660662"], ["updated_at", "2025-05-28 19:12:33.660662"], ["email", "igor45@gmail.com"], ["encrypted_password", "$2a$04$AV2HDDzLc8WWcb9VBd9QNO9J6zLiz5cW0eN81kJbLHUQ0srOQknzS"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "f58a3f2e30874a4d1a5d63760088f9712f416931"]]
|
124
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan46@gmail.com"], ["LIMIT", 1]]
|
125
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 46"], ["age", 38], ["created_at", "2025-05-28 19:12:33.662500"], ["updated_at", "2025-05-28 19:12:33.662500"], ["email", "stan46@gmail.com"], ["encrypted_password", "$2a$04$rSXimTScSP3dSqARUX9TueOhC.VRIEQ1Mr9ZNDanN5avtj/fse/AK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "9b82690791f2d0d4a49c840a9aff9f431034cce5"]]
|
126
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob47@gmail.com"], ["LIMIT", 1]]
|
127
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 47"], ["age", 52], ["created_at", "2025-05-28 19:12:33.663754"], ["updated_at", "2025-05-28 19:12:33.663754"], ["email", "bob47@gmail.com"], ["encrypted_password", "$2a$04$sM/LLJOmYnCzkwfHj4TOZu4V4lDhmXaQS.vYFenfUm/yAcdyNoQqK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "cd3e4a2045a216ff83961e6b8f7eb430c1729379"]]
|
128
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob48@gmail.com"], ["LIMIT", 1]]
|
129
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 48"], ["age", 61], ["created_at", "2025-05-28 19:12:33.664901"], ["updated_at", "2025-05-28 19:12:33.664901"], ["email", "bob48@gmail.com"], ["encrypted_password", "$2a$04$z4fzq7PtZEqTJNOAiy9vo.9iW.FKazqUkz4IiIkhGeWlmg9nAAokK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "bd63d4604973cc5abbac4055d503f0b9af627378"]]
|
130
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob49@gmail.com"], ["LIMIT", 1]]
|
131
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 49"], ["age", 97], ["created_at", "2025-05-28 19:12:33.665921"], ["updated_at", "2025-05-28 19:12:33.665921"], ["email", "bob49@gmail.com"], ["encrypted_password", "$2a$04$AZYwgiYhB1XGi.8Cy6II.ugqQghNsiT.VemcB7gIHdLCYC/OJchHO"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "53ed6f596caecf3b31fb53a48cef8a15f61f9b35"]]
|
132
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn50@gmail.com"], ["LIMIT", 1]]
|
133
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 50"], ["age", 19], ["created_at", "2025-05-28 19:12:33.666951"], ["updated_at", "2025-05-28 19:12:33.666951"], ["email", "michaeljohn50@gmail.com"], ["encrypted_password", "$2a$04$gfrvSKlTp.qrYybQIstY4.tUKFk1YZ7DdOj8Xeef2h8Yx8SU53ojq"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "f9032a25ce2f14831171128687e139938205b527"]]
|
134
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor51@gmail.com"], ["LIMIT", 1]]
|
135
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 51"], ["age", 15], ["created_at", "2025-05-28 19:12:33.667988"], ["updated_at", "2025-05-28 19:12:33.667988"], ["email", "igor51@gmail.com"], ["encrypted_password", "$2a$04$DKwJjH0Yplyw0PzPxnUWPO1HHyDK3agnwRyVDI0z40BYJK05ZsbLS"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "5e141fbb134b76a133f49da25a99a9e29590e46f"]]
|
136
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob52@gmail.com"], ["LIMIT", 1]]
|
137
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 52"], ["age", 12], ["created_at", "2025-05-28 19:12:33.669286"], ["updated_at", "2025-05-28 19:12:33.669286"], ["email", "bob52@gmail.com"], ["encrypted_password", "$2a$04$6IZwUatR/TVjeWMUzZTTjuovxq4LFQjR3UOp8i996oh6pMwXNihsm"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "733082daf800795367c9a2908daeac0b12122bae"]]
|
138
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn53@gmail.com"], ["LIMIT", 1]]
|
139
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 53"], ["age", 82], ["created_at", "2025-05-28 19:12:33.670536"], ["updated_at", "2025-05-28 19:12:33.670536"], ["email", "michaeljohn53@gmail.com"], ["encrypted_password", "$2a$04$eHoTQNwHtwf44nIhlxwdI.VjdnZyGATFkklCyH2u1wGmt/B6NpNMy"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "37c6043ec15a556cb3a7f1960c978da2432ffb13"]]
|
140
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan54@gmail.com"], ["LIMIT", 1]]
|
141
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 54"], ["age", 11], ["created_at", "2025-05-28 19:12:33.671643"], ["updated_at", "2025-05-28 19:12:33.671643"], ["email", "stan54@gmail.com"], ["encrypted_password", "$2a$04$vUfimXH03cMqsppS1vUXX..Hp9HNH.PbAOh0jcaiemdS.jYcLzpFm"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "82226769469821aaf0c3965f20b8e23aa0d7ffb1"]]
|
142
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan55@gmail.com"], ["LIMIT", 1]]
|
143
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 55"], ["age", 76], ["created_at", "2025-05-28 19:12:33.672697"], ["updated_at", "2025-05-28 19:12:33.672697"], ["email", "stan55@gmail.com"], ["encrypted_password", "$2a$04$LnQce3KZb9/Kf6GIRGcf7.RFjCeUQy6pLgwoY87hlbF6DGjz4q9Te"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "0e0e2ee7ae7acab8a53228651c929669de6f91a1"]]
|
144
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan56@gmail.com"], ["LIMIT", 1]]
|
145
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 56"], ["age", 76], ["created_at", "2025-05-28 19:12:33.673715"], ["updated_at", "2025-05-28 19:12:33.673715"], ["email", "stan56@gmail.com"], ["encrypted_password", "$2a$04$EcTRxdDHFqMfe4RceJK9UuwW4jRylhK3YSSod11STUuH6dWSyYLQS"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "e199e03694db9afa6a9864113bb03c1d36ec01a5"]]
|
146
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris57@gmail.com"], ["LIMIT", 1]]
|
147
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 57"], ["age", 76], ["created_at", "2025-05-28 19:12:33.675869"], ["updated_at", "2025-05-28 19:12:33.675869"], ["email", "kris57@gmail.com"], ["encrypted_password", "$2a$04$LCYuYMaMQq21dtcnYz07yO4M/1R1i5E1JFZD0IuZae9YAX9N5z7Ka"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "d585072379ac096f950c6886ff7047f160eea416"]]
|
148
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan58@gmail.com"], ["LIMIT", 1]]
|
149
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 58"], ["age", 47], ["created_at", "2025-05-28 19:12:33.677285"], ["updated_at", "2025-05-28 19:12:33.677285"], ["email", "alan58@gmail.com"], ["encrypted_password", "$2a$04$azvH0nvIYI0O.AUK1R.EbuoW2IiDZeCkL2ziLibF8bzfcqMjlRVdO"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "1643a6e9afa760ab6ada8f27edac5ae8cde58225"]]
|
150
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan59@gmail.com"], ["LIMIT", 1]]
|
151
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 59"], ["age", 46], ["created_at", "2025-05-28 19:12:33.678648"], ["updated_at", "2025-05-28 19:12:33.678648"], ["email", "stan59@gmail.com"], ["encrypted_password", "$2a$04$i/BfZa5bWHV6beNTTXy4IuG7JFP0NTOe/xx5F4HGB7lFKNg.cBmvK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "0842e5677b7c5d50ddaa3a4b001c9dab68c03965"]]
|
152
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn60@gmail.com"], ["LIMIT", 1]]
|
153
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 60"], ["age", 14], ["created_at", "2025-05-28 19:12:33.681528"], ["updated_at", "2025-05-28 19:12:33.681528"], ["email", "michaeljohn60@gmail.com"], ["encrypted_password", "$2a$04$1mxlCnrxz6XU5CotN3wt0OlgK.258SrxAotw5Vq5tdeNCA.b860jK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "e9865984e27e3f4802d90b14c57e03b404227daf"]]
|
154
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan61@gmail.com"], ["LIMIT", 1]]
|
155
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 61"], ["age", 9], ["created_at", "2025-05-28 19:12:33.682610"], ["updated_at", "2025-05-28 19:12:33.682610"], ["email", "stan61@gmail.com"], ["encrypted_password", "$2a$04$loOaJ2BMiyRpn4xzbR.1Xeht0mNI0pwJa/.1RKlTfknD0uJkHYnpK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "69cca08ef2b24a6b17e7d875925d5cd459eadff9"]]
|
156
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor62@gmail.com"], ["LIMIT", 1]]
|
157
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 62"], ["age", 26], ["created_at", "2025-05-28 19:12:33.683630"], ["updated_at", "2025-05-28 19:12:33.683630"], ["email", "igor62@gmail.com"], ["encrypted_password", "$2a$04$S..iex.OxH440NDBe3LqI.H69LH6Upuw0k5Tx..fwRD/NheBGHGLK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "c70cb09baeb999024d0faf83370af0c79d117d1c"]]
|
158
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan63@gmail.com"], ["LIMIT", 1]]
|
159
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 63"], ["age", 10], ["created_at", "2025-05-28 19:12:33.684685"], ["updated_at", "2025-05-28 19:12:33.684685"], ["email", "stan63@gmail.com"], ["encrypted_password", "$2a$04$RcVT1mbPUZQs/IYgYZZkpOcUSdhueSDNF6GxR.fJ5mrCwDPxtjV9W"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "3d467c988d95aff8ee36421fdda25fc2856e59dc"]]
|
160
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor64@gmail.com"], ["LIMIT", 1]]
|
161
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 64"], ["age", 80], ["created_at", "2025-05-28 19:12:33.685704"], ["updated_at", "2025-05-28 19:12:33.685704"], ["email", "igor64@gmail.com"], ["encrypted_password", "$2a$04$Kt.xmwLSl25o6v4/lE6QFOZurNi43onWXgKbapuo9a/w1rOG/MEFy"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "e41e3181e20c7b5399e4f7aa4d5e4c44e9071aa0"]]
|
162
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris65@gmail.com"], ["LIMIT", 1]]
|
163
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 65"], ["age", 41], ["created_at", "2025-05-28 19:12:33.686718"], ["updated_at", "2025-05-28 19:12:33.686718"], ["email", "kris65@gmail.com"], ["encrypted_password", "$2a$04$joyMsFTFDVm/Z1wmlaVlLuZ53GdTN3uddLllj.MN1o0ewHBGa1iye"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "c72aabe90c11fd90fc9d44ceb614eb71acea85c1"]]
|
164
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan66@gmail.com"], ["LIMIT", 1]]
|
165
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 66"], ["age", 17], ["created_at", "2025-05-28 19:12:33.687793"], ["updated_at", "2025-05-28 19:12:33.687793"], ["email", "alan66@gmail.com"], ["encrypted_password", "$2a$04$my/qQQfaspp.Ti3zCW0Gqusfy2te9MqYl4L72i5P6iBGEasY350dy"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "2d0214d03bc27a489c147620e496e5711afb8f3b"]]
|
166
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob67@gmail.com"], ["LIMIT", 1]]
|
167
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 67"], ["age", 66], ["created_at", "2025-05-28 19:12:33.688905"], ["updated_at", "2025-05-28 19:12:33.688905"], ["email", "bob67@gmail.com"], ["encrypted_password", "$2a$04$.zekCDVhTzYi/b0tMscSqOlhRvR/inEQeULgkbXSnoAA4Ez39Qe0m"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "72e614e2595eb2d168d7433ba872916bae98df1c"]]
|
168
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn68@gmail.com"], ["LIMIT", 1]]
|
169
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 68"], ["age", 71], ["created_at", "2025-05-28 19:12:33.689921"], ["updated_at", "2025-05-28 19:12:33.689921"], ["email", "michaeljohn68@gmail.com"], ["encrypted_password", "$2a$04$7v5QlesFzsNFvQMsf3otteT8RYqiM2Qz9OtxuLB/RmuYoBpzZ3AYG"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "ab8534dd9f4a99232f8d1ee2f2c99570afee42db"]]
|
170
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor69@gmail.com"], ["LIMIT", 1]]
|
171
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 69"], ["age", 80], ["created_at", "2025-05-28 19:12:33.690933"], ["updated_at", "2025-05-28 19:12:33.690933"], ["email", "igor69@gmail.com"], ["encrypted_password", "$2a$04$Cuge0tXCXxWzCJGMsUT3o.8w/ncs.1vVF1lsqiUt5H5Z9jLjhR5Ta"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "2283d847758dac889bd43b721d9cfcf046590902"]]
|
172
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris70@gmail.com"], ["LIMIT", 1]]
|
173
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 70"], ["age", 13], ["created_at", "2025-05-28 19:12:33.691948"], ["updated_at", "2025-05-28 19:12:33.691948"], ["email", "kris70@gmail.com"], ["encrypted_password", "$2a$04$usa1Fyo/jm6bEZefIfi17Otmd2WelKauJTAIK0ADQCPHr3PE.pMo6"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "2c54cbe09627f69ed2bf4c8e620713e01e499c3c"]]
|
174
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan71@gmail.com"], ["LIMIT", 1]]
|
175
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 71"], ["age", 3], ["created_at", "2025-05-28 19:12:33.692972"], ["updated_at", "2025-05-28 19:12:33.692972"], ["email", "stan71@gmail.com"], ["encrypted_password", "$2a$04$by7YV5cGXdWbw0TMTwDdYOS9HAKOsL.WCzWLVtRYNFqtLdlztiEp6"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "ff711e49b642a3fc980ce282c44981fb27aabc39"]]
|
176
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris72@gmail.com"], ["LIMIT", 1]]
|
177
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 72"], ["age", 66], ["created_at", "2025-05-28 19:12:33.693980"], ["updated_at", "2025-05-28 19:12:33.693980"], ["email", "kris72@gmail.com"], ["encrypted_password", "$2a$04$W/Bu11pVemjnP5DIzN93COFGMr/gOhM61k1pyO6e6DHE9.pf6qHLK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "147b7ea24700a23c856b7a6beb779a3b685deb80"]]
|
178
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn73@gmail.com"], ["LIMIT", 1]]
|
179
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 73"], ["age", 70], ["created_at", "2025-05-28 19:12:33.694987"], ["updated_at", "2025-05-28 19:12:33.694987"], ["email", "michaeljohn73@gmail.com"], ["encrypted_password", "$2a$04$1UD3Vog6tT9u8tq26XC4eusaE1vHRmf77aj1xFvUByTDo1dlqTg8a"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "c1865adbf87c116f1d9dd6ee581f3ee3e34ab459"]]
|
180
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris74@gmail.com"], ["LIMIT", 1]]
|
181
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 74"], ["age", 33], ["created_at", "2025-05-28 19:12:33.696005"], ["updated_at", "2025-05-28 19:12:33.696005"], ["email", "kris74@gmail.com"], ["encrypted_password", "$2a$04$miupl.PDCnJ9QYDN/u0OSOxgeYszcsUsr2BA9LfpzDYOLvJoapFgO"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "9a835f63b2c2c5453345939602f5d334242a3f0e"]]
|
182
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob75@gmail.com"], ["LIMIT", 1]]
|
183
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 75"], ["age", 41], ["created_at", "2025-05-28 19:12:33.697034"], ["updated_at", "2025-05-28 19:12:33.697034"], ["email", "bob75@gmail.com"], ["encrypted_password", "$2a$04$soSDXrIhnW.RZcJbyC1hP.o8Laf.8oQqu4.Na2Bjj9KF4fXxctujW"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "ac816fb4d8596f2efcaff10aae1b7e9bad5e9f55"]]
|
184
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob76@gmail.com"], ["LIMIT", 1]]
|
185
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 76"], ["age", 99], ["created_at", "2025-05-28 19:12:33.698044"], ["updated_at", "2025-05-28 19:12:33.698044"], ["email", "bob76@gmail.com"], ["encrypted_password", "$2a$04$zSqHhip7W08ok3ScuqRlOu0dc1S1A1xyHxQn0LuArZWJnCoEyjGce"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "5fdc20aeed4dee8e67d1e2c4aa8621e03dcfedb9"]]
|
186
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan77@gmail.com"], ["LIMIT", 1]]
|
187
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 77"], ["age", 46], ["created_at", "2025-05-28 19:12:33.699053"], ["updated_at", "2025-05-28 19:12:33.699053"], ["email", "stan77@gmail.com"], ["encrypted_password", "$2a$04$CZciW027/rzWX40zrgxM1.N2X7SEB/5Eq5Lsx.ixFxnB5Tm5022hy"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "cd35fbbb51eca385b89b9ed857c4cce00a5f0919"]]
|
188
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris78@gmail.com"], ["LIMIT", 1]]
|
189
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 78"], ["age", 24], ["created_at", "2025-05-28 19:12:33.700091"], ["updated_at", "2025-05-28 19:12:33.700091"], ["email", "kris78@gmail.com"], ["encrypted_password", "$2a$04$IrHNP1nOm2IuNVPA9S0Hmu/7eBYeN65Oy/IQdi6IqBBVt61uPHP3C"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "f69e10e7baaf7fbdf474ec1b30359074ad62f63f"]]
|
190
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan79@gmail.com"], ["LIMIT", 1]]
|
191
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 79"], ["age", 10], ["created_at", "2025-05-28 19:12:33.701114"], ["updated_at", "2025-05-28 19:12:33.701114"], ["email", "stan79@gmail.com"], ["encrypted_password", "$2a$04$LsjdS.Z86UhcGTj/pO5uYOOuZWYrta8LFKJeeD5UEp0941M9BBS2."], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "583ca107fc62b20fa8bdd21d78ddd78883231308"]]
|
192
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris80@gmail.com"], ["LIMIT", 1]]
|
193
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 80"], ["age", 27], ["created_at", "2025-05-28 19:12:33.702123"], ["updated_at", "2025-05-28 19:12:33.702123"], ["email", "kris80@gmail.com"], ["encrypted_password", "$2a$04$7X/T9L3i0ctJaV9ThH945OggyZ0VHZtpDaXqvcl8dgempzpVVWyvC"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "572613ea552ac3dec49ec2373ba87867772d1051"]]
|
194
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan81@gmail.com"], ["LIMIT", 1]]
|
195
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 81"], ["age", 54], ["created_at", "2025-05-28 19:12:33.703140"], ["updated_at", "2025-05-28 19:12:33.703140"], ["email", "alan81@gmail.com"], ["encrypted_password", "$2a$04$75V2zqzUt9gm0yla9y7wAuul5XoabH2NkdL1B2qEColFrWLNdO2cy"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "df3d0130315e0c99bbb356d068478566f27ee373"]]
|
196
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob82@gmail.com"], ["LIMIT", 1]]
|
197
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 82"], ["age", 58], ["created_at", "2025-05-28 19:12:33.704155"], ["updated_at", "2025-05-28 19:12:33.704155"], ["email", "bob82@gmail.com"], ["encrypted_password", "$2a$04$EwTZwu9y1W3H6jByYU79eulNiJGkbSKtwPEZiMU9Zs2XZXTJLqNQi"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "edc6bbff477db3f326a58f720ac8cd64dbb800e6"]]
|
198
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan83@gmail.com"], ["LIMIT", 1]]
|
199
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 83"], ["age", 34], ["created_at", "2025-05-28 19:12:33.705183"], ["updated_at", "2025-05-28 19:12:33.705183"], ["email", "stan83@gmail.com"], ["encrypted_password", "$2a$04$RUfZ9pcwELo2/exDlfXLLO5D0JL0ITtCxutCSCVHZE5Ew/VyDmeG."], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "cb6ddfdd01cca8f98da424cf0e4fe99acad2f7c5"]]
|
200
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn84@gmail.com"], ["LIMIT", 1]]
|
201
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 84"], ["age", 18], ["created_at", "2025-05-28 19:12:33.706253"], ["updated_at", "2025-05-28 19:12:33.706253"], ["email", "michaeljohn84@gmail.com"], ["encrypted_password", "$2a$04$haqHAa2V..umCdE2tv79b.KsY2vBIQ8OS8Bl.3V3IZ37uNAMHHsR6"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "f5b083c9fe5038cbf2e8de3244cc674413d72813"]]
|
202
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob85@gmail.com"], ["LIMIT", 1]]
|
203
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 85"], ["age", 1], ["created_at", "2025-05-28 19:12:33.707337"], ["updated_at", "2025-05-28 19:12:33.707337"], ["email", "bob85@gmail.com"], ["encrypted_password", "$2a$04$Gm416/L3xFIgg.dG4YFp3O1ZGyIe0hJwCskLrEmx.XUTM6wC5wZpy"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "3269d9e2983abecc649eadc941980e765c713b77"]]
|
204
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan86@gmail.com"], ["LIMIT", 1]]
|
205
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 86"], ["age", 65], ["created_at", "2025-05-28 19:12:33.708383"], ["updated_at", "2025-05-28 19:12:33.708383"], ["email", "alan86@gmail.com"], ["encrypted_password", "$2a$04$zoJ7smEADR4tAxrBlllSeOr84MCUFzFm5UpCrhkTcFifcbdFwQpsm"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "cab5153a10b6ad9e9cd7ee74cdfcc538ccc4fb5d"]]
|
206
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor87@gmail.com"], ["LIMIT", 1]]
|
207
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 87"], ["age", 1], ["created_at", "2025-05-28 19:12:33.709402"], ["updated_at", "2025-05-28 19:12:33.709402"], ["email", "igor87@gmail.com"], ["encrypted_password", "$2a$04$QLsZh9mhBFejVr0XxYooee3owmIZ6w9ObgNaAd9Kv5H7QgBOp9GYG"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "10df51639640b487d7701e56895c3a80d9a61e11"]]
|
208
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob88@gmail.com"], ["LIMIT", 1]]
|
209
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 88"], ["age", 16], ["created_at", "2025-05-28 19:12:33.710421"], ["updated_at", "2025-05-28 19:12:33.710421"], ["email", "bob88@gmail.com"], ["encrypted_password", "$2a$04$74hOq3rv6Q4aE5twHQNCyerBdCmdneCZspr5MJN9wwNfhOcvq671e"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "51ff7ab9faf1e2f3665d5dc94b57b9a3925a4595"]]
|
210
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "stan89@gmail.com"], ["LIMIT", 1]]
|
211
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 89"], ["age", 24], ["created_at", "2025-05-28 19:12:33.711431"], ["updated_at", "2025-05-28 19:12:33.711431"], ["email", "stan89@gmail.com"], ["encrypted_password", "$2a$04$Iv0CIqvqfncKzWBq1bptseDPxiDE.U9q1Qq1TpHy0.GCPIEudj1iC"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "3db94d4bd3ba5a69017d35d94a1e0d9e3733d018"]]
|
212
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "alan90@gmail.com"], ["LIMIT", 1]]
|
213
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 90"], ["age", 19], ["created_at", "2025-05-28 19:12:33.712460"], ["updated_at", "2025-05-28 19:12:33.712460"], ["email", "alan90@gmail.com"], ["encrypted_password", "$2a$04$lkPFezKIUk3fkoW0yt9V..R/iCmvrDi1H5yDBXJ/U5.v6GJkyXl1q"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "c86f3b4b0a1f1fee8a31e349e766d9905b835f9a"]]
|
214
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob91@gmail.com"], ["LIMIT", 1]]
|
215
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 91"], ["age", 54], ["created_at", "2025-05-28 19:12:33.713468"], ["updated_at", "2025-05-28 19:12:33.713468"], ["email", "bob91@gmail.com"], ["encrypted_password", "$2a$04$srnMx2sHeLpYoYKoiX40zedQvHOnVG7fL08d9hLQXRg./jVE7YITy"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "c95eb0c74494b6f5a0ba5d2567bebe30acac3f58"]]
|
216
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor92@gmail.com"], ["LIMIT", 1]]
|
217
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Igor 92"], ["age", 61], ["created_at", "2025-05-28 19:12:33.714501"], ["updated_at", "2025-05-28 19:12:33.714501"], ["email", "igor92@gmail.com"], ["encrypted_password", "$2a$04$X.EyEnG51YXXCbVQXLs0iugQrm14gyrqWMJWRLBajbMer2VKL0nDa"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "19d7f2a0451e609b88867c3e94fd3ee079ea78bc"]]
|
218
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob93@gmail.com"], ["LIMIT", 1]]
|
219
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 93"], ["age", 82], ["created_at", "2025-05-28 19:12:33.715540"], ["updated_at", "2025-05-28 19:12:33.715540"], ["email", "bob93@gmail.com"], ["encrypted_password", "$2a$04$PY9NNhEQjPOO39n77yEgRumzZiUO9sa1Zfn2ob14/L3Cws8U2dRIe"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "96f9c4563f59996802fc4737fe265ad078c284a1"]]
|
220
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "kris94@gmail.com"], ["LIMIT", 1]]
|
221
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Bob 94"], ["age", 45], ["created_at", "2025-05-28 19:12:33.716558"], ["updated_at", "2025-05-28 19:12:33.716558"], ["email", "kris94@gmail.com"], ["encrypted_password", "$2a$04$jGUb4.SDDPXZlGfv9ITRgu/j.h7YSUgdG54Bh/4.g6kDm6pPXPXIm"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "66066bfe88981d41e70fbdf924943d77d7320414"]]
|
222
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor95@gmail.com"], ["LIMIT", 1]]
|
223
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 95"], ["age", 19], ["created_at", "2025-05-28 19:12:33.717576"], ["updated_at", "2025-05-28 19:12:33.717576"], ["email", "igor95@gmail.com"], ["encrypted_password", "$2a$04$KUKpWHf4w/8JFXsCEFCN7.uxPEl4mKKf/gxuK441tuRBE/c6ZFyZW"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "120122f36ff124aeecf4d16371d90ba0ca726dfc"]]
|
224
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "bob96@gmail.com"], ["LIMIT", 1]]
|
225
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Alan 96"], ["age", 19], ["created_at", "2025-05-28 19:12:33.718626"], ["updated_at", "2025-05-28 19:12:33.718626"], ["email", "bob96@gmail.com"], ["encrypted_password", "$2a$04$0eDIEA/S1jPbmHbpGVq7lODIgubMrvrarpkkV3/OwqXY8QPrMUP9a"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "d6a58f0cbb30a44a23687bb2311fa2c74863fc7d"]]
|
226
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor97@gmail.com"], ["LIMIT", 1]]
|
227
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Kris 97"], ["age", 65], ["created_at", "2025-05-28 19:12:33.719687"], ["updated_at", "2025-05-28 19:12:33.719687"], ["email", "igor97@gmail.com"], ["encrypted_password", "$2a$04$w7vCIKRhiFFOPgSLcZ54Tu46KTPY9rjxVMBt6.XLAHFi.0kvVVg9a"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "admin"], ["remember_token", "4c0bce0aa4cda08946daf3313335e17a6f117f1b"]]
|
228
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "igor98@gmail.com"], ["LIMIT", 1]]
|
229
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "Stan 98"], ["age", 31], ["created_at", "2025-05-28 19:12:33.720706"], ["updated_at", "2025-05-28 19:12:33.720706"], ["email", "igor98@gmail.com"], ["encrypted_password", "$2a$04$DpdUxKImU6KmuGT2IM7DIefO.vqpfajFUzbWE4prWOJqJd7c6tO5S"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "64970e2be47b0469e4b839c679d1b535a6d581f0"]]
|
230
|
+
[1m[36mUser Exists? (0.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "michaeljohn99@gmail.com"], ["LIMIT", 1]]
|
231
|
+
[1m[36mUser Create (0.0ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "MichaelJohn 99"], ["age", 0], ["created_at", "2025-05-28 19:12:33.721721"], ["updated_at", "2025-05-28 19:12:33.721721"], ["email", "michaeljohn99@gmail.com"], ["encrypted_password", "$2a$04$wQZe2YE144xEGd14PrTLP.FyhwovPytEp8d.YRH6V2cuLFtsNxooe"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "moderator"], ["remember_token", "8891172bea4470c0d1806d398e3eb9f67e259807"]]
|
232
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.0ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ('20150909210357') RETURNING "version"[0m
|
233
|
+
[1m[36mTRANSACTION (0.4ms)[0m [1m[36mCOMMIT TRANSACTION[0m
|
232
234
|
Migrating to ChangeUsers (20150928123254)
|
233
|
-
[1m[36mTRANSACTION (0.
|
234
|
-
[1m[35m (
|
235
|
-
[1m[35m (0.
|
236
|
-
[1m[35m (0.
|
237
|
-
[1m[35m (0.
|
238
|
-
[1m[35m (0.
|
239
|
-
[1m[35m (0.
|
240
|
-
[1m[35m (0.
|
241
|
-
[1m[35m (0.
|
242
|
-
[1m[35m (0.
|
243
|
-
[1m[35m (0.
|
244
|
-
[1m[35m (0.
|
245
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.
|
246
|
-
[1m[36mTRANSACTION (0.
|
235
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN immediate TRANSACTION[0m
|
236
|
+
[1m[35m (1.3ms)[0m [1m[35mALTER TABLE "users" ADD "login" varchar[0m
|
237
|
+
[1m[35m (0.1ms)[0m [1m[35mALTER TABLE "users" ADD "crypted_password" varchar[0m
|
238
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "password_salt" varchar[0m
|
239
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "persistence_token" varchar[0m
|
240
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "login_count" integer[0m
|
241
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "failed_login_count" integer[0m
|
242
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "last_request_at" datetime[0m
|
243
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "current_login_at" datetime[0m
|
244
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "last_login_at" datetime[0m
|
245
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "current_login_ip" varchar[0m
|
246
|
+
[1m[35m (0.0ms)[0m [1m[35mALTER TABLE "users" ADD "last_login_ip" varchar[0m
|
247
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.0ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ('20150928123254') RETURNING "version"[0m
|
248
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mCOMMIT TRANSACTION[0m
|
247
249
|
Migrating to AddClearanceToUsers (20151007170422)
|
248
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[
|
249
|
-
[1m[35m (0.
|
250
|
-
[1m[35m (0.
|
251
|
-
[1m[35m (0.
|
252
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.
|
253
|
-
[1m[36mTRANSACTION (0.
|
254
|
-
[1m[36mActiveRecord::
|
255
|
-
[1m[
|
256
|
-
[1m[36mActiveRecord::
|
257
|
-
[1m[36mTRANSACTION (0.
|
258
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
259
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
260
|
-
[1m[35m (1.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
261
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
262
|
-
[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]]
|
263
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
264
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
265
|
-
[1m[35m (1.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
266
|
-
[1m[36mActiveRecord::InternalMetadata Pluck (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
267
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
268
|
-
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
269
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
250
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN immediate TRANSACTION[0m
|
251
|
+
[1m[35m (0.1ms)[0m [1m[35mALTER TABLE "users" ADD "confirmation_token" varchar(128)[0m
|
252
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")[0m
|
253
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT id FROM users WHERE remember_token IS NULL[0m
|
254
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.0ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ('20151007170422') RETURNING "version"[0m
|
255
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mCOMMIT TRANSACTION[0m
|
256
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
257
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "schema_sha1"]]
|
258
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
259
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
270
260
|
-----------------------------------------------------------------------------------
|
271
261
|
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
272
262
|
-----------------------------------------------------------------------------------
|
273
|
-
[1m[36mTRANSACTION (0.
|
274
|
-
[1m[36mUser Exists? (
|
275
|
-
[1m[36mUser Create (
|
263
|
+
[1m[36mTRANSACTION (0.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
264
|
+
[1m[36mUser Exists? (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
265
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:13:05.706888"], ["updated_at", "2025-05-28 19:13:05.706888"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$pA7GVdqQWcq90rHVveMJX.rmDwkzec8FoYIWhkSDr0c5PqUvVmSoK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "082ca8bf22802374d988772f21c60762edd86d00"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
276
266
|
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
277
|
-
Started GET "/" for 127.0.0.1 at
|
267
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:13:06 +0300
|
278
268
|
Processing by HomeController#index as HTML
|
279
269
|
==> No USER
|
280
270
|
Rendering layout layouts/application.html.erb
|
281
271
|
Rendering home/index.html.erb within layouts/application
|
282
|
-
Rendered home/index.html.erb within layouts/application (Duration:
|
283
|
-
Rendered shared/_header.html.erb (Duration: 0.
|
284
|
-
Rendered /Users/
|
285
|
-
|
286
|
-
Rendered /Users/
|
287
|
-
|
288
|
-
Rendered
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
Processing by AnyLogin::ApplicationController#js as */*
|
294
|
-
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.5ms)
|
295
|
-
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.4ms)
|
296
|
-
Completed 200 OK in 4ms (ActiveRecord: 0.0ms | Allocations: 515)
|
297
|
-
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 836)
|
298
|
-
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 11:21:34 +0300
|
272
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
273
|
+
Rendered shared/_header.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
274
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
275
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
276
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
277
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
278
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
279
|
+
Rendered shared/_footer.html.erb (Duration: 2.9ms | GC: 0.0ms)
|
280
|
+
Rendered layout layouts/application.html.erb (Duration: 4.4ms | GC: 0.0ms)
|
281
|
+
Completed 200 OK in 17ms (Views: 6.1ms | ActiveRecord: 0.3ms (1 query, 0 cached) | GC: 0.0ms)
|
282
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2025-05-28 22:13:06 +0300
|
299
283
|
Processing by AnyLogin::ApplicationController#any_login as HTML
|
300
|
-
Parameters: {"selected_id"=>"10"}
|
301
|
-
[1m[36mUser Load (0.
|
302
|
-
Redirected to http://127.0.0.1:
|
303
|
-
Completed 302 Found in
|
304
|
-
Started GET "/" for 127.0.0.1 at
|
284
|
+
Parameters: {"selected_id" => "10"}
|
285
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
286
|
+
Redirected to http://127.0.0.1:61283/
|
287
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
|
288
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:13:06 +0300
|
305
289
|
Processing by HomeController#index as HTML
|
306
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "
|
290
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
307
291
|
==> michaeljohn9@gmail.com
|
308
292
|
Rendering layout layouts/application.html.erb
|
309
293
|
Rendering home/index.html.erb within layouts/application
|
310
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.1ms |
|
311
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
312
|
-
Rendered /Users/
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
Rendered
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
Started GET "/
|
322
|
-
Processing by AnyLogin::ApplicationController#js as */*
|
323
|
-
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.2ms)
|
324
|
-
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 931)
|
325
|
-
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.3ms)
|
326
|
-
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 499)
|
327
|
-
Started GET "/about" for 127.0.0.1 at 2024-06-28 11:21:34 +0300
|
294
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.1ms | GC: 0.0ms)
|
295
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
296
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
297
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
298
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
299
|
+
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
300
|
+
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
301
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
302
|
+
Rendered shared/_footer.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
303
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | GC: 0.0ms)
|
304
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.3ms (3 queries, 0 cached) | GC: 0.0ms)
|
305
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:13:06 +0300
|
328
306
|
Processing by HomeController#about as HTML
|
329
|
-
[1m[
|
307
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
330
308
|
==> michaeljohn9@gmail.com
|
331
309
|
Rendering layout layouts/application.html.erb
|
332
310
|
Rendering home/about.html.erb within layouts/application
|
333
|
-
Rendered home/about.html.erb within layouts/application (Duration: 0.
|
334
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
335
|
-
Rendered /Users/
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
Rendered
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.6ms)
|
347
|
-
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 986)
|
348
|
-
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.1ms)
|
349
|
-
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 502)
|
350
|
-
[1m[36mTRANSACTION (0.5ms)[0m [1m[31mrollback transaction[0m
|
351
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
311
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.2ms | GC: 0.0ms)
|
312
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
313
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
314
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
315
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
316
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
317
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
318
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 7.1ms | GC: 0.0ms)
|
319
|
+
Rendered shared/_footer.html.erb (Duration: 7.2ms | GC: 0.0ms)
|
320
|
+
Rendered layout layouts/application.html.erb (Duration: 7.5ms | GC: 0.0ms)
|
321
|
+
Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.4ms (3 queries, 0 cached) | GC: 0.0ms)
|
322
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
323
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
352
324
|
---------------------------------------------------------------------
|
353
325
|
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
354
326
|
---------------------------------------------------------------------
|
355
|
-
[1m[36mTRANSACTION (0.
|
327
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
356
328
|
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
357
|
-
[1m[36mUser Create (0.
|
329
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:13:06.757505"], ["updated_at", "2025-05-28 19:13:06.757505"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$vhqPmFWgoRyCxBaQDhF5HOT5ZpRb3wZfA.T8ihPB5Jw./bWs6B9NG"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "3071460c6fddb906b81b552243410660a522e1c7"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
358
330
|
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
359
|
-
Started GET "/about" for 127.0.0.1 at
|
331
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:13:06 +0300
|
360
332
|
Processing by HomeController#about as HTML
|
361
333
|
==> No USER
|
362
|
-
Redirected to http://127.0.0.1:
|
334
|
+
Redirected to http://127.0.0.1:61283/sign_in
|
363
335
|
Filter chain halted as :require_login rendered or redirected
|
364
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms |
|
365
|
-
Started GET "/sign_in" for 127.0.0.1 at
|
336
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
|
337
|
+
Started GET "/sign_in" for 127.0.0.1 at 2025-05-28 22:13:06 +0300
|
366
338
|
Processing by Clearance::SessionsController#new as HTML
|
367
339
|
==> No USER
|
368
340
|
Rendering layout layouts/application.html.erb
|
369
|
-
Rendering /Users/
|
370
|
-
Rendered /Users/
|
371
|
-
Rendered /Users/
|
372
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
373
|
-
Rendered /Users/
|
341
|
+
Rendering /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application
|
342
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/_form.html.erb (Duration: 1.3ms | GC: 0.1ms)
|
343
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application (Duration: 1.9ms | GC: 0.1ms)
|
344
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
345
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
346
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
347
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
374
348
|
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
375
|
-
Rendered /Users/
|
376
|
-
Rendered shared/_footer.html.erb (Duration:
|
377
|
-
Rendered layout layouts/application.html.erb (Duration:
|
378
|
-
Completed 200 OK in
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
Processing by AnyLogin::ApplicationController#js as */*
|
384
|
-
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 849)
|
385
|
-
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (2.1ms)
|
386
|
-
Completed 200 OK in 3ms (ActiveRecord: 0.0ms | Allocations: 768)
|
387
|
-
[1m[36mTRANSACTION (0.5ms)[0m [1m[31mrollback transaction[0m
|
388
|
-
[1m[35m (1.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
389
|
-
[1m[36mActiveRecord::InternalMetadata Pluck (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
390
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
391
|
-
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
392
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
393
|
-
---------------------------------------------------------------------
|
394
|
-
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
395
|
-
---------------------------------------------------------------------
|
396
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
397
|
-
[1m[36mUser Exists? (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
398
|
-
[1m[36mUser Create (1.8ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:57:25.107773"], ["updated_at", "2024-06-28 08:57:25.107773"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$RrCnQZNkE0P9REOjmVz64OL0oJY52Z73k8VIqfvFhFR0Qkg2ISK9G"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "3656e5d1cee1b80ef0dee415a99785a83c571c4b"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
399
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
400
|
-
Started GET "/about" for 127.0.0.1 at 2024-06-28 11:57:26 +0300
|
401
|
-
Processing by HomeController#about as HTML
|
402
|
-
==> No USER
|
403
|
-
Redirected to http://127.0.0.1:54684/sign_in
|
404
|
-
Filter chain halted as :require_login rendered or redirected
|
405
|
-
Completed 302 Found in 14ms (ActiveRecord: 0.0ms | Allocations: 4744)
|
406
|
-
Started GET "/sign_in" for 127.0.0.1 at 2024-06-28 11:57:26 +0300
|
407
|
-
Processing by Clearance::SessionsController#new as HTML
|
408
|
-
==> No USER
|
409
|
-
Rendering layout layouts/application.html.erb
|
410
|
-
Rendering /Users/admin/.rvm/gems/ruby-3.1.2/gems/clearance-2.6.0/app/views/sessions/new.html.erb within layouts/application
|
411
|
-
Rendered /Users/admin/.rvm/gems/ruby-3.1.2/gems/clearance-2.6.0/app/views/sessions/_form.html.erb (Duration: 5.1ms | Allocations: 1952)
|
412
|
-
Rendered /Users/admin/.rvm/gems/ruby-3.1.2/gems/clearance-2.6.0/app/views/sessions/new.html.erb within layouts/application (Duration: 7.0ms | Allocations: 2592)
|
413
|
-
Rendered shared/_header.html.erb (Duration: 0.5ms | Allocations: 109)
|
414
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.2ms | Allocations: 122)
|
415
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.2ms | Allocations: 174)
|
416
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.3ms | Allocations: 137)
|
417
|
-
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
418
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 31.6ms | Allocations: 54190)
|
419
|
-
Rendered shared/_footer.html.erb (Duration: 33.0ms | Allocations: 54642)
|
420
|
-
Rendered layout layouts/application.html.erb (Duration: 42.1ms | Allocations: 57855)
|
421
|
-
Completed 200 OK in 50ms (Views: 48.6ms | ActiveRecord: 0.6ms | Allocations: 60638)
|
422
|
-
[1m[36mTRANSACTION (0.5ms)[0m [1m[31mrollback transaction[0m
|
423
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
349
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
350
|
+
Rendered shared/_footer.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
351
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | GC: 0.1ms)
|
352
|
+
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
|
353
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
354
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.0ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "schema_sha1"]]
|
355
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
356
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
424
357
|
-----------------------------------------------------------------------------------
|
425
358
|
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
426
359
|
-----------------------------------------------------------------------------------
|
427
|
-
[1m[36mTRANSACTION (0.
|
428
|
-
[1m[36mUser Exists? (
|
429
|
-
[1m[36mUser Create (0.
|
360
|
+
[1m[36mTRANSACTION (0.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
361
|
+
[1m[36mUser Exists? (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
362
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:13:22.149725"], ["updated_at", "2025-05-28 19:13:22.149725"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$Hhd6KyoqbbcIeD.kQ8Y8Ee4kOuuk/advMBnoDZW4NJJlFYOVxoLzG"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "29d1c4e94061adb78d85757af61c8459fc129a9a"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
430
363
|
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
431
|
-
Started GET "/" for 127.0.0.1 at
|
364
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:13:22 +0300
|
432
365
|
Processing by HomeController#index as HTML
|
433
366
|
==> No USER
|
434
367
|
Rendering layout layouts/application.html.erb
|
435
368
|
Rendering home/index.html.erb within layouts/application
|
436
|
-
Rendered home/index.html.erb within layouts/application (Duration:
|
437
|
-
Rendered shared/_header.html.erb (Duration: 0.
|
438
|
-
Rendered /Users/
|
439
|
-
Rendered /Users/
|
440
|
-
Rendered /Users/
|
441
|
-
[1m[36mUser Load (0.
|
442
|
-
Rendered /Users/
|
443
|
-
Rendered shared/_footer.html.erb (Duration:
|
444
|
-
Rendered layout layouts/application.html.erb (Duration: 3.
|
445
|
-
Completed 200 OK in
|
446
|
-
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at
|
447
|
-
Processing by AnyLogin::ApplicationController#any_login as HTML
|
448
|
-
Parameters: {"selected_id"=>"10", "id"=>""}
|
449
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
450
|
-
Redirected to http://127.0.0.1:54684/
|
451
|
-
Completed 302 Found in 2ms (ActiveRecord: 0.2ms | Allocations: 1161)
|
452
|
-
Started GET "/" for 127.0.0.1 at 2024-06-28 11:57:26 +0300
|
453
|
-
Processing by HomeController#index as HTML
|
454
|
-
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "2fb1249f171840d90e501ca178b7e5dedf9c519d"], ["LIMIT", 1]]
|
455
|
-
==> michaeljohn9@gmail.com
|
456
|
-
Rendering layout layouts/application.html.erb
|
457
|
-
Rendering home/index.html.erb within layouts/application
|
458
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 64)
|
459
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 7)
|
460
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
461
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
462
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
463
|
-
[1m[36mCACHE User Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
464
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
465
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.4ms | Allocations: 1458)
|
466
|
-
Rendered shared/_footer.html.erb (Duration: 2.7ms | Allocations: 1610)
|
467
|
-
Rendered layout layouts/application.html.erb (Duration: 3.3ms | Allocations: 1816)
|
468
|
-
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.4ms | Allocations: 2561)
|
469
|
-
Started GET "/about" for 127.0.0.1 at 2024-06-28 11:57:26 +0300
|
470
|
-
Processing by HomeController#about as HTML
|
471
|
-
[1m[36mCACHE User Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "2fb1249f171840d90e501ca178b7e5dedf9c519d"], ["LIMIT", 1]]
|
472
|
-
==> michaeljohn9@gmail.com
|
473
|
-
Rendering layout layouts/application.html.erb
|
474
|
-
Rendering home/about.html.erb within layouts/application
|
475
|
-
Rendered home/about.html.erb within layouts/application (Duration: 0.5ms | Allocations: 94)
|
476
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
477
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
478
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
479
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
480
|
-
[1m[36mCACHE User Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
481
|
-
[1m[36mCACHE User Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
482
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.0ms | Allocations: 1252)
|
483
|
-
Rendered shared/_footer.html.erb (Duration: 2.3ms | Allocations: 1390)
|
484
|
-
Rendered layout layouts/application.html.erb (Duration: 3.1ms | Allocations: 1618)
|
485
|
-
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms | Allocations: 2165)
|
486
|
-
[1m[36mTRANSACTION (0.5ms)[0m [1m[31mrollback transaction[0m
|
487
|
-
[1m[35m (1.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
488
|
-
[1m[36mActiveRecord::InternalMetadata Pluck (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
489
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
490
|
-
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
491
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
492
|
-
-----------------------------------------------------------------------------------
|
493
|
-
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
494
|
-
-----------------------------------------------------------------------------------
|
495
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
496
|
-
[1m[36mUser Exists? (2.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
497
|
-
[1m[36mUser Create (1.7ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 09:03:09.471022"], ["updated_at", "2024-06-28 09:03:09.471022"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$4cz20bKvx6JLyaoL071e1OnjisTSKCsp2T8vBaJ2rofYC489O.Emq"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "651c6a654f7c54df1eaeb15926bce705d58db03b"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
498
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
499
|
-
Started GET "/" for 127.0.0.1 at 2024-06-28 12:03:10 +0300
|
500
|
-
Processing by HomeController#index as HTML
|
501
|
-
==> No USER
|
502
|
-
Rendering layout layouts/application.html.erb
|
503
|
-
Rendering home/index.html.erb within layouts/application
|
504
|
-
Rendered home/index.html.erb within layouts/application (Duration: 4.3ms | Allocations: 1067)
|
505
|
-
Rendered shared/_header.html.erb (Duration: 0.4ms | Allocations: 117)
|
506
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.3ms | Allocations: 122)
|
507
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.6ms | Allocations: 174)
|
508
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.3ms | Allocations: 137)
|
509
|
-
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
510
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 37.0ms | Allocations: 57052)
|
511
|
-
Rendered shared/_footer.html.erb (Duration: 38.4ms | Allocations: 57582)
|
512
|
-
Rendered layout layouts/application.html.erb (Duration: 44.7ms | Allocations: 59296)
|
513
|
-
Completed 200 OK in 57ms (Views: 48.7ms | ActiveRecord: 0.5ms | Allocations: 62921)
|
514
|
-
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 12:03:11 +0300
|
369
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
370
|
+
Rendered shared/_header.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
371
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
372
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
373
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
374
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
375
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.2ms | GC: 0.0ms)
|
376
|
+
Rendered shared/_footer.html.erb (Duration: 2.6ms | GC: 0.0ms)
|
377
|
+
Rendered layout layouts/application.html.erb (Duration: 3.8ms | GC: 0.0ms)
|
378
|
+
Completed 200 OK in 15ms (Views: 5.7ms | ActiveRecord: 0.3ms (1 query, 0 cached) | GC: 0.0ms)
|
379
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2025-05-28 22:13:23 +0300
|
515
380
|
Processing by AnyLogin::ApplicationController#any_login as HTML
|
516
|
-
Parameters: {"selected_id"=>"10"}
|
517
|
-
[1m[36mUser Load (0.
|
518
|
-
Redirected to http://127.0.0.1:
|
519
|
-
Completed 302 Found in
|
520
|
-
Started GET "/" for 127.0.0.1 at
|
381
|
+
Parameters: {"selected_id" => "10"}
|
382
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
383
|
+
Redirected to http://127.0.0.1:61342/
|
384
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
|
385
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:13:23 +0300
|
521
386
|
Processing by HomeController#index as HTML
|
522
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "
|
387
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
523
388
|
==> michaeljohn9@gmail.com
|
524
389
|
Rendering layout layouts/application.html.erb
|
525
390
|
Rendering home/index.html.erb within layouts/application
|
526
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.
|
527
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
528
|
-
Rendered /Users/
|
529
|
-
Rendered /Users/
|
530
|
-
Rendered /Users/
|
531
|
-
[1m[
|
532
|
-
[1m[36mUser Load (0.
|
533
|
-
Rendered /Users/
|
534
|
-
Rendered shared/_footer.html.erb (Duration:
|
535
|
-
Rendered layout layouts/application.html.erb (Duration:
|
536
|
-
Completed 200 OK in
|
537
|
-
Started GET "/about" for 127.0.0.1 at
|
391
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
392
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
393
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
394
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
395
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
396
|
+
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
397
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
398
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
399
|
+
Rendered shared/_footer.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
400
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
401
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.3ms (3 queries, 0 cached) | GC: 0.0ms)
|
402
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:13:23 +0300
|
538
403
|
Processing by HomeController#about as HTML
|
539
|
-
[1m[
|
404
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
540
405
|
==> michaeljohn9@gmail.com
|
541
406
|
Rendering layout layouts/application.html.erb
|
542
407
|
Rendering home/about.html.erb within layouts/application
|
543
|
-
Rendered home/about.html.erb within layouts/application (Duration: 0.
|
544
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
545
|
-
Rendered /Users/
|
546
|
-
Rendered /Users/
|
547
|
-
Rendered /Users/
|
548
|
-
[1m[
|
549
|
-
[1m[
|
550
|
-
Rendered /Users/
|
551
|
-
Rendered shared/_footer.html.erb (Duration:
|
552
|
-
Rendered layout layouts/application.html.erb (Duration:
|
553
|
-
Completed 200 OK in 8ms (Views:
|
554
|
-
[1m[36mTRANSACTION (0.
|
555
|
-
[1m[36mTRANSACTION (0.
|
408
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.2ms | GC: 0.0ms)
|
409
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
410
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
411
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
412
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
413
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
414
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
415
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 6.8ms | GC: 0.0ms)
|
416
|
+
Rendered shared/_footer.html.erb (Duration: 7.0ms | GC: 0.0ms)
|
417
|
+
Rendered layout layouts/application.html.erb (Duration: 7.2ms | GC: 0.0ms)
|
418
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms (3 queries, 0 cached) | GC: 0.1ms)
|
419
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
420
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
556
421
|
---------------------------------------------------------------------
|
557
422
|
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
558
423
|
---------------------------------------------------------------------
|
559
|
-
[1m[36mTRANSACTION (0.
|
424
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
560
425
|
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
561
|
-
[1m[36mUser Create (0.
|
562
|
-
[1m[36mTRANSACTION (0.
|
563
|
-
Started GET "/about" for 127.0.0.1 at
|
426
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:13:23.115093"], ["updated_at", "2025-05-28 19:13:23.115093"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$930sK523mU8agij3BPQO.eSSWwLv9vi3zP3OoboBY3301uMxPrCqq"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "550d09fc58167037aba225437144fd15cfc327be"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
427
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
428
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:13:23 +0300
|
564
429
|
Processing by HomeController#about as HTML
|
565
430
|
==> No USER
|
566
|
-
Redirected to http://127.0.0.1:
|
431
|
+
Redirected to http://127.0.0.1:61342/sign_in
|
567
432
|
Filter chain halted as :require_login rendered or redirected
|
568
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms |
|
569
|
-
Started GET "/sign_in" for 127.0.0.1 at
|
433
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
|
434
|
+
Started GET "/sign_in" for 127.0.0.1 at 2025-05-28 22:13:23 +0300
|
570
435
|
Processing by Clearance::SessionsController#new as HTML
|
571
436
|
==> No USER
|
572
437
|
Rendering layout layouts/application.html.erb
|
573
|
-
Rendering /Users/
|
574
|
-
Rendered /Users/
|
575
|
-
Rendered /Users/
|
576
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
577
|
-
Rendered /Users/
|
578
|
-
Rendered /Users/
|
579
|
-
Rendered /Users/
|
438
|
+
Rendering /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application
|
439
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/_form.html.erb (Duration: 1.4ms | GC: 0.1ms)
|
440
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application (Duration: 1.7ms | GC: 0.1ms)
|
441
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
442
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
443
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
444
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
580
445
|
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
581
|
-
Rendered /Users/
|
582
|
-
Rendered shared/_footer.html.erb (Duration:
|
583
|
-
Rendered layout layouts/application.html.erb (Duration:
|
584
|
-
Completed 200 OK in
|
585
|
-
[1m[36mTRANSACTION (0.
|
586
|
-
[1m[36mActiveRecord::InternalMetadata
|
587
|
-
[1m[36mActiveRecord::SchemaMigration
|
588
|
-
[1m[36mTRANSACTION (0.
|
446
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
447
|
+
Rendered shared/_footer.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
448
|
+
Rendered layout layouts/application.html.erb (Duration: 3.0ms | GC: 0.1ms)
|
449
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
|
450
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
451
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.0ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "schema_sha1"]]
|
452
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
453
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
589
454
|
---------------------------------------------------------------------
|
590
455
|
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
591
456
|
---------------------------------------------------------------------
|
592
|
-
[1m[36mTRANSACTION (0.
|
593
|
-
[1m[36mUser Exists? (
|
594
|
-
[1m[36mUser Create (
|
457
|
+
[1m[36mTRANSACTION (0.7ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
458
|
+
[1m[36mUser Exists? (2.7ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
459
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:13:45.378629"], ["updated_at", "2025-05-28 19:13:45.378629"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$uO8ycFXXQd1PAf.MXx9CtO.PExDVBx/Gm8apVjLOVHqZ0iHuav3c6"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "ec1775701931e4e0024108c28ff3cd652d2d6783"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
595
460
|
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
596
|
-
Started GET "/about" for 127.0.0.1 at
|
461
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:13:46 +0300
|
597
462
|
Processing by HomeController#about as HTML
|
598
463
|
==> No USER
|
599
|
-
Redirected to http://127.0.0.1:
|
464
|
+
Redirected to http://127.0.0.1:61391/sign_in
|
600
465
|
Filter chain halted as :require_login rendered or redirected
|
601
|
-
Completed 302 Found in
|
602
|
-
Started GET "/sign_in" for 127.0.0.1 at
|
466
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
|
467
|
+
Started GET "/sign_in" for 127.0.0.1 at 2025-05-28 22:13:46 +0300
|
603
468
|
Processing by Clearance::SessionsController#new as HTML
|
604
469
|
==> No USER
|
605
470
|
Rendering layout layouts/application.html.erb
|
606
|
-
Rendering /Users/
|
607
|
-
Rendered /Users/
|
608
|
-
Rendered /Users/
|
609
|
-
Rendered shared/_header.html.erb (Duration:
|
610
|
-
Rendered /Users/
|
611
|
-
Rendered /Users/
|
612
|
-
Rendered /Users/
|
613
|
-
[1m[36mUser Load (0.
|
614
|
-
Rendered /Users/
|
615
|
-
Rendered shared/_footer.html.erb (Duration:
|
616
|
-
Rendered layout layouts/application.html.erb (Duration:
|
617
|
-
Completed 200 OK in
|
618
|
-
[1m[36mTRANSACTION (0.
|
619
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[
|
471
|
+
Rendering /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application
|
472
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/_form.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
473
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application (Duration: 2.0ms | GC: 0.0ms)
|
474
|
+
Rendered shared/_header.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
475
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
476
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
477
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
478
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
479
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
480
|
+
Rendered shared/_footer.html.erb (Duration: 2.7ms | GC: 0.0ms)
|
481
|
+
Rendered layout layouts/application.html.erb (Duration: 5.3ms | GC: 0.0ms)
|
482
|
+
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms (1 query, 0 cached) | GC: 0.0ms)
|
483
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
484
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
620
485
|
-----------------------------------------------------------------------------------
|
621
486
|
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
622
487
|
-----------------------------------------------------------------------------------
|
623
|
-
[1m[36mTRANSACTION (0.
|
488
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
624
489
|
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
625
|
-
[1m[36mUser Create (0.
|
490
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:13:46.361687"], ["updated_at", "2025-05-28 19:13:46.361687"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$2GmiDXkDPkCTFQ4tyyU8duy9UJSIKEjVxrIG8idQvYunCSimc0ziK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "5aea723711406678c77f5ab5fee31e10b92f0fcc"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
626
491
|
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
627
|
-
Started GET "/" for 127.0.0.1 at
|
492
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:13:46 +0300
|
628
493
|
Processing by HomeController#index as HTML
|
629
494
|
==> No USER
|
630
495
|
Rendering layout layouts/application.html.erb
|
631
496
|
Rendering home/index.html.erb within layouts/application
|
632
|
-
Rendered home/index.html.erb within layouts/application (Duration:
|
633
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
634
|
-
Rendered /Users/
|
635
|
-
Rendered /Users/
|
636
|
-
Rendered /Users/
|
637
|
-
[1m[36mUser Load (0.
|
638
|
-
Rendered /Users/
|
639
|
-
Rendered shared/_footer.html.erb (Duration:
|
640
|
-
Rendered layout layouts/application.html.erb (Duration:
|
641
|
-
Completed 200 OK in
|
642
|
-
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at
|
497
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | GC: 0.0ms)
|
498
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
499
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
500
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
501
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
502
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
503
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
504
|
+
Rendered shared/_footer.html.erb (Duration: 0.8ms | GC: 0.0ms)
|
505
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
506
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
|
507
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2025-05-28 22:13:46 +0300
|
643
508
|
Processing by AnyLogin::ApplicationController#any_login as HTML
|
644
|
-
Parameters: {"selected_id"=>"10", "id"=>""}
|
645
|
-
[1m[36mUser Load (0.
|
646
|
-
Redirected to http://127.0.0.1:
|
647
|
-
Completed 302 Found in
|
648
|
-
Started GET "/" for 127.0.0.1 at
|
509
|
+
Parameters: {"selected_id" => "10", "id" => ""}
|
510
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
511
|
+
Redirected to http://127.0.0.1:61391/
|
512
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
|
513
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:13:46 +0300
|
649
514
|
Processing by HomeController#index as HTML
|
650
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "
|
515
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
651
516
|
==> michaeljohn9@gmail.com
|
652
517
|
Rendering layout layouts/application.html.erb
|
653
518
|
Rendering home/index.html.erb within layouts/application
|
654
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.
|
655
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
656
|
-
Rendered /Users/
|
657
|
-
Rendered /Users/
|
658
|
-
Rendered /Users/
|
659
|
-
[1m[
|
660
|
-
[1m[36mUser Load (0.
|
661
|
-
Rendered /Users/
|
662
|
-
Rendered shared/_footer.html.erb (Duration:
|
663
|
-
Rendered layout layouts/application.html.erb (Duration:
|
664
|
-
Completed 200 OK in
|
665
|
-
Started GET "/about" for 127.0.0.1 at
|
519
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
520
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
521
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
522
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
523
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
524
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
525
|
+
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
526
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
527
|
+
Rendered shared/_footer.html.erb (Duration: 3.4ms | GC: 0.0ms)
|
528
|
+
Rendered layout layouts/application.html.erb (Duration: 3.6ms | GC: 0.0ms)
|
529
|
+
Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.4ms (3 queries, 0 cached) | GC: 0.0ms)
|
530
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:13:46 +0300
|
666
531
|
Processing by HomeController#about as HTML
|
667
|
-
[1m[
|
532
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
668
533
|
==> michaeljohn9@gmail.com
|
669
534
|
Rendering layout layouts/application.html.erb
|
670
535
|
Rendering home/about.html.erb within layouts/application
|
671
|
-
Rendered home/about.html.erb within layouts/application (Duration: 0.
|
672
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
673
|
-
Rendered /Users/
|
674
|
-
Rendered /Users/
|
675
|
-
Rendered /Users/
|
676
|
-
[1m[
|
677
|
-
[1m[
|
678
|
-
Rendered /Users/
|
679
|
-
Rendered shared/_footer.html.erb (Duration: 2.4ms |
|
680
|
-
Rendered layout layouts/application.html.erb (Duration: 3.
|
681
|
-
Completed 200 OK in 5ms (Views: 3.
|
682
|
-
[1m[36mTRANSACTION (0.
|
683
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
684
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.
|
685
|
-
[1m[36mTRANSACTION (
|
536
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.1ms | GC: 0.0ms)
|
537
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
538
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
539
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.4ms | GC: 0.0ms)
|
540
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
541
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
542
|
+
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
543
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.0ms | GC: 0.1ms)
|
544
|
+
Rendered shared/_footer.html.erb (Duration: 2.4ms | GC: 0.1ms)
|
545
|
+
Rendered layout layouts/application.html.erb (Duration: 3.1ms | GC: 0.1ms)
|
546
|
+
Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.2ms (3 queries, 0 cached) | GC: 0.1ms)
|
547
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
548
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.0ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "schema_sha1"]]
|
549
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
550
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
686
551
|
-----------------------------------------------------------------------------------
|
687
552
|
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
688
553
|
-----------------------------------------------------------------------------------
|
689
|
-
[1m[36mTRANSACTION (0.
|
690
|
-
[1m[36mUser Exists? (2.
|
691
|
-
[1m[36mUser Create (0.
|
692
|
-
[1m[36mTRANSACTION (0.
|
693
|
-
Started GET "/" for 127.0.0.1 at
|
554
|
+
[1m[36mTRANSACTION (0.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
555
|
+
[1m[36mUser Exists? (2.6ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
556
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:16:26.503386"], ["updated_at", "2025-05-28 19:16:26.503386"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$xvkm0qTdmkXfeKK5OkY0kOapQpCyblPRzSJnTsBQ/G0L8g8.ZZFCm"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "ff98b42f5791d0b5447c54de616c30758aeed4b7"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
557
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
558
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:16:27 +0300
|
694
559
|
Processing by HomeController#index as HTML
|
695
560
|
==> No USER
|
696
561
|
Rendering layout layouts/application.html.erb
|
697
562
|
Rendering home/index.html.erb within layouts/application
|
698
|
-
Rendered home/index.html.erb within layouts/application (Duration:
|
699
|
-
Rendered shared/_header.html.erb (Duration: 0.
|
700
|
-
Rendered /Users/
|
701
|
-
Rendered /Users/
|
702
|
-
Rendered /Users/
|
703
|
-
[1m[36mUser Load (
|
704
|
-
Rendered /Users/
|
705
|
-
Rendered shared/_footer.html.erb (Duration:
|
706
|
-
Rendered layout layouts/application.html.erb (Duration:
|
707
|
-
Completed 200 OK in
|
708
|
-
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at
|
563
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
564
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
565
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
566
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
567
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
568
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
569
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.6ms | GC: 0.0ms)
|
570
|
+
Rendered shared/_footer.html.erb (Duration: 3.0ms | GC: 0.0ms)
|
571
|
+
Rendered layout layouts/application.html.erb (Duration: 4.1ms | GC: 0.0ms)
|
572
|
+
Completed 200 OK in 14ms (Views: 5.6ms | ActiveRecord: 0.3ms (1 query, 0 cached) | GC: 0.0ms)
|
573
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2025-05-28 22:16:27 +0300
|
709
574
|
Processing by AnyLogin::ApplicationController#any_login as HTML
|
710
|
-
Parameters: {"selected_id"=>"10"}
|
711
|
-
[1m[36mUser Load (0.
|
712
|
-
Redirected to http://127.0.0.1:
|
713
|
-
Completed 302 Found in
|
714
|
-
Started GET "/" for 127.0.0.1 at
|
575
|
+
Parameters: {"selected_id" => "10"}
|
576
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
577
|
+
Redirected to http://127.0.0.1:61494/
|
578
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
|
579
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:16:27 +0300
|
715
580
|
Processing by HomeController#index as HTML
|
716
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "
|
581
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
717
582
|
==> michaeljohn9@gmail.com
|
718
583
|
Rendering layout layouts/application.html.erb
|
719
584
|
Rendering home/index.html.erb within layouts/application
|
720
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.
|
721
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
722
|
-
Rendered /Users/
|
723
|
-
Rendered /Users/
|
724
|
-
Rendered /Users/
|
725
|
-
[1m[
|
726
|
-
[1m[36mUser Load (0.
|
727
|
-
Rendered /Users/
|
728
|
-
Rendered shared/_footer.html.erb (Duration:
|
729
|
-
Rendered layout layouts/application.html.erb (Duration:
|
730
|
-
Completed 200 OK in
|
731
|
-
Started GET "/about" for 127.0.0.1 at
|
585
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
586
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
587
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
588
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
589
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
590
|
+
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
591
|
+
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
592
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
593
|
+
Rendered shared/_footer.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
594
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
595
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.3ms (3 queries, 0 cached) | GC: 0.0ms)
|
596
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:16:27 +0300
|
732
597
|
Processing by HomeController#about as HTML
|
733
|
-
[1m[
|
598
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
734
599
|
==> michaeljohn9@gmail.com
|
735
600
|
Rendering layout layouts/application.html.erb
|
736
601
|
Rendering home/about.html.erb within layouts/application
|
737
|
-
Rendered home/about.html.erb within layouts/application (Duration: 0.
|
738
|
-
Rendered shared/_header.html.erb (Duration: 0.
|
739
|
-
Rendered /Users/
|
740
|
-
Rendered /Users/
|
741
|
-
Rendered /Users/
|
742
|
-
[1m[
|
743
|
-
[1m[
|
744
|
-
Rendered /Users/
|
745
|
-
Rendered shared/_footer.html.erb (Duration:
|
746
|
-
Rendered layout layouts/application.html.erb (Duration:
|
747
|
-
Completed 200 OK in
|
748
|
-
[1m[36mTRANSACTION (0.
|
749
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[
|
602
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.2ms | GC: 0.0ms)
|
603
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
604
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
605
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
606
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
607
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
608
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
609
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 5.7ms | GC: 0.2ms)
|
610
|
+
Rendered shared/_footer.html.erb (Duration: 5.8ms | GC: 0.2ms)
|
611
|
+
Rendered layout layouts/application.html.erb (Duration: 6.1ms | GC: 0.2ms)
|
612
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms (3 queries, 0 cached) | GC: 0.2ms)
|
613
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
614
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
750
615
|
---------------------------------------------------------------------
|
751
616
|
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
752
617
|
---------------------------------------------------------------------
|
753
618
|
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
754
|
-
[1m[36mUser Exists? (0.
|
755
|
-
[1m[36mUser Create (0.
|
619
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
620
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:16:27.852390"], ["updated_at", "2025-05-28 19:16:27.852390"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$KBFEll/Nu8ZNRe51pCLt2uriUKfrVRTGxOtCRtgetM7DvQHslpWEK"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "8f512d9e94209dc913ae6e4f9c5200bb53f931cd"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
756
621
|
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
757
|
-
Started GET "/about" for 127.0.0.1 at
|
622
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:16:27 +0300
|
758
623
|
Processing by HomeController#about as HTML
|
759
624
|
==> No USER
|
760
|
-
Redirected to http://127.0.0.1:
|
625
|
+
Redirected to http://127.0.0.1:61494/sign_in
|
761
626
|
Filter chain halted as :require_login rendered or redirected
|
762
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms |
|
763
|
-
Started GET "/sign_in" for 127.0.0.1 at
|
627
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
|
628
|
+
Started GET "/sign_in" for 127.0.0.1 at 2025-05-28 22:16:27 +0300
|
764
629
|
Processing by Clearance::SessionsController#new as HTML
|
765
630
|
==> No USER
|
766
631
|
Rendering layout layouts/application.html.erb
|
767
|
-
Rendering /Users/
|
768
|
-
Rendered /Users/
|
769
|
-
Rendered /Users/
|
770
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
771
|
-
Rendered /Users/
|
772
|
-
Rendered /Users/
|
773
|
-
Rendered /Users/
|
774
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
775
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.7ms | Allocations: 975)
|
776
|
-
Rendered shared/_footer.html.erb (Duration: 1.9ms | Allocations: 1068)
|
777
|
-
Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 3286)
|
778
|
-
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.1ms | Allocations: 4299)
|
779
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
780
|
-
[1m[35m (1.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
781
|
-
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
782
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
783
|
-
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
784
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
785
|
-
-----------------------------------------------------------------------------------
|
786
|
-
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
787
|
-
-----------------------------------------------------------------------------------
|
788
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
789
|
-
[1m[36mUser Exists? (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
790
|
-
[1m[36mUser Create (1.5ms)[0m [1m[32mINSERT INTO "users" ("name", "created_at", "updated_at", "email", "encrypted_password", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["created_at", "2024-06-28 09:18:24.596716"], ["updated_at", "2024-06-28 09:18:24.596716"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$.hpVkJGJE770TIqjuIBCBejAMA.HsjUU0MnxfNtXMCnm/u5h/T.pi"], ["role", "user"], ["remember_token", "a982cdc66d7c2cdeb335bac30bd23a6d543111b3"]]
|
791
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
792
|
-
Started GET "/" for 127.0.0.1 at 2024-06-28 12:18:25 +0300
|
793
|
-
Processing by HomeController#index as HTML
|
794
|
-
==> No USER
|
795
|
-
Rendering layout layouts/application.html.erb
|
796
|
-
Rendering home/index.html.erb within layouts/application
|
797
|
-
Rendered home/index.html.erb within layouts/application (Duration: 3.2ms | Allocations: 1057)
|
798
|
-
Rendered shared/_header.html.erb (Duration: 2.9ms | Allocations: 115)
|
799
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.3ms | Allocations: 120)
|
800
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.5ms | Allocations: 175)
|
801
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 1.0ms | Allocations: 134)
|
802
|
-
[1m[36mUser Load (2.0ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
803
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 144.5ms | Allocations: 57537)
|
804
|
-
Rendered shared/_footer.html.erb (Duration: 160.4ms | Allocations: 58217)
|
805
|
-
Rendered layout layouts/application.html.erb (Duration: 174.6ms | Allocations: 60082)
|
806
|
-
Completed 200 OK in 186ms (Views: 177.8ms | ActiveRecord: 2.0ms | Allocations: 63950)
|
807
|
-
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 12:18:26 +0300
|
808
|
-
Processing by AnyLogin::ApplicationController#any_login as HTML
|
809
|
-
Parameters: {"selected_id"=>"10"}
|
810
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
811
|
-
Redirected to http://127.0.0.1:61658/
|
812
|
-
Completed 302 Found in 14ms (ActiveRecord: 0.2ms | Allocations: 1273)
|
813
|
-
Started GET "/" for 127.0.0.1 at 2024-06-28 12:18:26 +0300
|
814
|
-
Processing by HomeController#index as HTML
|
815
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "2fb1249f171840d90e501ca178b7e5dedf9c519d"], ["LIMIT", 1]]
|
816
|
-
==> michaeljohn9@gmail.com
|
817
|
-
Rendering layout layouts/application.html.erb
|
818
|
-
Rendering home/index.html.erb within layouts/application
|
819
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 63)
|
820
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 7)
|
821
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
822
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.1ms | Allocations: 5)
|
823
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
632
|
+
Rendering /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application
|
633
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/_form.html.erb (Duration: 1.8ms | GC: 0.0ms)
|
634
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application (Duration: 2.5ms | GC: 0.1ms)
|
635
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
636
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
637
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
638
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
824
639
|
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
825
|
-
|
826
|
-
Rendered /
|
827
|
-
Rendered
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
[1m[
|
833
|
-
==> michaeljohn9@gmail.com
|
834
|
-
Rendering layout layouts/application.html.erb
|
835
|
-
Rendering home/about.html.erb within layouts/application
|
836
|
-
Rendered home/about.html.erb within layouts/application (Duration: 0.5ms | Allocations: 96)
|
837
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
838
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
839
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
840
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
841
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
842
|
-
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
843
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.1ms | Allocations: 1419)
|
844
|
-
Rendered shared/_footer.html.erb (Duration: 2.4ms | Allocations: 1562)
|
845
|
-
Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 1802)
|
846
|
-
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 2536)
|
847
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
848
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
640
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
641
|
+
Rendered shared/_footer.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
642
|
+
Rendered layout layouts/application.html.erb (Duration: 3.8ms | GC: 0.1ms)
|
643
|
+
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
|
644
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
645
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "schema_sha1"]]
|
646
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
647
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
849
648
|
---------------------------------------------------------------------
|
850
649
|
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
851
650
|
---------------------------------------------------------------------
|
852
|
-
[1m[36mTRANSACTION (0.
|
853
|
-
[1m[36mUser Exists? (
|
854
|
-
[1m[36mUser Create (0.
|
651
|
+
[1m[36mTRANSACTION (0.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
652
|
+
[1m[36mUser Exists? (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
653
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:23:36.218627"], ["updated_at", "2025-05-28 19:23:36.218627"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$BE/wmuJ3xerEAjYbajtvn.SsUPykvK1BZK2PkRK0enFoTayyqAUBe"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "99b9e0f442a74a3a0b42ea78f8ff552862f8f6c7"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
855
654
|
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
856
|
-
Started GET "/about" for 127.0.0.1 at
|
655
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:23:36 +0300
|
857
656
|
Processing by HomeController#about as HTML
|
858
657
|
==> No USER
|
859
|
-
Redirected to http://127.0.0.1:
|
658
|
+
Redirected to http://127.0.0.1:63042/sign_in
|
860
659
|
Filter chain halted as :require_login rendered or redirected
|
861
|
-
Completed 302 Found in
|
862
|
-
Started GET "/sign_in" for 127.0.0.1 at
|
660
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
|
661
|
+
Started GET "/sign_in" for 127.0.0.1 at 2025-05-28 22:23:36 +0300
|
863
662
|
Processing by Clearance::SessionsController#new as HTML
|
864
663
|
==> No USER
|
865
664
|
Rendering layout layouts/application.html.erb
|
866
|
-
Rendering /Users/
|
867
|
-
Rendered /Users/
|
868
|
-
Rendered /Users/
|
869
|
-
Rendered shared/_header.html.erb (Duration: 0.
|
870
|
-
Rendered /Users/
|
871
|
-
Rendered /Users/
|
872
|
-
Rendered /Users/
|
873
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
874
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.5ms | Allocations: 1224)
|
875
|
-
Rendered shared/_footer.html.erb (Duration: 2.7ms | Allocations: 1337)
|
876
|
-
Rendered layout layouts/application.html.erb (Duration: 9.6ms | Allocations: 3905)
|
877
|
-
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.2ms | Allocations: 6112)
|
878
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
879
|
-
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
880
|
-
[1m[35m (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
881
|
-
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
882
|
-
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
883
|
-
[1m[35m (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
884
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
885
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
886
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
887
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
888
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
889
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
890
|
-
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
891
|
-
[1m[35m (2.0ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "age" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "role" varchar, "remember_token" varchar(128), "login" varchar, "crypted_password" varchar, "password_salt" varchar, "persistence_token" varchar, "login_count" integer, "failed_login_count" integer, "last_request_at" datetime, "current_login_at" datetime, "last_login_at" datetime, "current_login_ip" varchar, "last_login_ip" varchar, "confirmation_token" varchar(128))[0m
|
892
|
-
[1m[35m (1.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
893
|
-
[1m[35m (1.0ms)[0m [1m[35mCREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")[0m
|
894
|
-
[1m[35m (1.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
895
|
-
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
896
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
897
|
-
[1m[35m (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20151007170422)[0m
|
898
|
-
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
899
|
-
(20150907190739),
|
900
|
-
(20150907190846),
|
901
|
-
(20150909210357),
|
902
|
-
(20150928123254);
|
903
|
-
|
904
|
-
[0m
|
905
|
-
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
906
|
-
[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]]
|
907
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
908
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2024-06-28 09:23:09.277972"], ["updated_at", "2024-06-28 09:23:09.277972"]]
|
909
|
-
[1m[36mTRANSACTION (0.7ms)[0m [1m[36mcommit transaction[0m
|
910
|
-
[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]]
|
911
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
912
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
913
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "a6fd6b2cca2432dba07ab2680731e6a4d54edbba"], ["created_at", "2024-06-28 09:23:09.281934"], ["updated_at", "2024-06-28 09:23:09.281934"]]
|
914
|
-
[1m[36mTRANSACTION (0.7ms)[0m [1m[36mcommit transaction[0m
|
915
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
916
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
917
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
918
|
-
-----------------------------------------------------------------------------------
|
919
|
-
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
920
|
-
-----------------------------------------------------------------------------------
|
921
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
922
|
-
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
923
|
-
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("name", "created_at", "updated_at", "email", "encrypted_password", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["created_at", "2024-06-28 09:23:09.418777"], ["updated_at", "2024-06-28 09:23:09.418777"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$/lWg9XafGc2rI2UaPnrg.unUDpQmchoYDg9vG74t8GfdV.Nwo1bYW"], ["role", "user"], ["remember_token", "0dfa848aa8f2fabf8711b6057a477bf8367c4196"]]
|
924
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
925
|
-
Started GET "/" for 127.0.0.1 at 2024-06-28 12:23:10 +0300
|
926
|
-
Processing by HomeController#index as HTML
|
927
|
-
==> No USER
|
928
|
-
Rendering layout layouts/application.html.erb
|
929
|
-
Rendering home/index.html.erb within layouts/application
|
930
|
-
Rendered home/index.html.erb within layouts/application (Duration: 8.0ms | Allocations: 1057)
|
931
|
-
Rendered shared/_header.html.erb (Duration: 3.2ms | Allocations: 115)
|
932
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 2.9ms | Allocations: 120)
|
933
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 5.1ms | Allocations: 175)
|
934
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 1.7ms | Allocations: 134)
|
665
|
+
Rendering /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application
|
666
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/_form.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
667
|
+
Rendered /Users/igor/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/clearance-2.10.0/app/views/sessions/new.html.erb within layouts/application (Duration: 2.1ms | GC: 0.0ms)
|
668
|
+
Rendered shared/_header.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
669
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
670
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
671
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
935
672
|
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
936
|
-
Rendered /Users/
|
937
|
-
Rendered shared/_footer.html.erb (Duration:
|
938
|
-
Rendered layout layouts/application.html.erb (Duration:
|
939
|
-
Completed 200 OK in
|
940
|
-
|
941
|
-
|
942
|
-
Parameters: {"selected_id"=>"1"}
|
943
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
944
|
-
Redirected to http://127.0.0.1:62891/
|
945
|
-
Completed 302 Found in 6ms (ActiveRecord: 0.2ms | Allocations: 1273)
|
946
|
-
Started GET "/" for 127.0.0.1 at 2024-06-28 12:23:11 +0300
|
947
|
-
Processing by HomeController#index as HTML
|
948
|
-
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "0dfa848aa8f2fabf8711b6057a477bf8367c4196"], ["LIMIT", 1]]
|
949
|
-
==> test@test.com
|
950
|
-
Rendering layout layouts/application.html.erb
|
951
|
-
Rendering home/index.html.erb within layouts/application
|
952
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 63)
|
953
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 7)
|
954
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
955
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
956
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
957
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
958
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
959
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.1ms | Allocations: 1211)
|
960
|
-
Rendered shared/_footer.html.erb (Duration: 2.4ms | Allocations: 1368)
|
961
|
-
Rendered layout layouts/application.html.erb (Duration: 2.8ms | Allocations: 1583)
|
962
|
-
Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.7ms | Allocations: 2392)
|
963
|
-
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:23:11 +0300
|
964
|
-
Processing by HomeController#about as HTML
|
965
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "0dfa848aa8f2fabf8711b6057a477bf8367c4196"], ["LIMIT", 1]]
|
966
|
-
==> test@test.com
|
967
|
-
Rendering layout layouts/application.html.erb
|
968
|
-
Rendering home/about.html.erb within layouts/application
|
969
|
-
Rendered home/about.html.erb within layouts/application (Duration: 0.8ms | Allocations: 94)
|
970
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
971
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
972
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
973
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
974
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
975
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
976
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.9ms | Allocations: 1031)
|
977
|
-
Rendered shared/_footer.html.erb (Duration: 2.3ms | Allocations: 1174)
|
978
|
-
Rendered layout layouts/application.html.erb (Duration: 3.4ms | Allocations: 1412)
|
979
|
-
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 2117)
|
980
|
-
[1m[36mTRANSACTION (0.4ms)[0m [1m[31mrollback transaction[0m
|
981
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
982
|
-
---------------------------------------------------------------------
|
983
|
-
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
984
|
-
---------------------------------------------------------------------
|
985
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
986
|
-
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
987
|
-
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("name", "created_at", "updated_at", "email", "encrypted_password", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["created_at", "2024-06-28 09:23:11.794237"], ["updated_at", "2024-06-28 09:23:11.794237"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$OH9emltg7avsq3i7XPpaC.8cg8Rf01kxtY153UsAVjcj8kPlHQunq"], ["role", "user"], ["remember_token", "df5e3c050a2f868609af80c34781f0fc8b1644a9"]]
|
988
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
989
|
-
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:23:11 +0300
|
990
|
-
Processing by HomeController#about as HTML
|
991
|
-
==> No USER
|
992
|
-
Redirected to http://127.0.0.1:62891/sign_in
|
993
|
-
Filter chain halted as :require_login rendered or redirected
|
994
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 442)
|
995
|
-
Started GET "/sign_in" for 127.0.0.1 at 2024-06-28 12:23:11 +0300
|
996
|
-
Processing by Clearance::SessionsController#new as HTML
|
997
|
-
==> No USER
|
998
|
-
Rendering layout layouts/application.html.erb
|
999
|
-
Rendering /Users/admin/.rvm/gems/ruby-3.1.2/gems/clearance-2.7.1/app/views/sessions/new.html.erb within layouts/application
|
1000
|
-
Rendered /Users/admin/.rvm/gems/ruby-3.1.2/gems/clearance-2.7.1/app/views/sessions/_form.html.erb (Duration: 5.7ms | Allocations: 1828)
|
1001
|
-
Rendered /Users/admin/.rvm/gems/ruby-3.1.2/gems/clearance-2.7.1/app/views/sessions/new.html.erb within layouts/application (Duration: 6.9ms | Allocations: 2407)
|
1002
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
1003
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 6)
|
1004
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 6)
|
1005
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 8)
|
1006
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
1007
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.3ms | Allocations: 836)
|
1008
|
-
Rendered shared/_footer.html.erb (Duration: 1.5ms | Allocations: 949)
|
1009
|
-
Rendered layout layouts/application.html.erb (Duration: 8.7ms | Allocations: 3518)
|
1010
|
-
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.1ms | Allocations: 5700)
|
1011
|
-
[1m[36mTRANSACTION (0.5ms)[0m [1m[31mrollback transaction[0m
|
1012
|
-
[1m[35m (1.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1013
|
-
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
1014
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1015
|
-
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1016
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
673
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.5ms | GC: 0.0ms)
|
674
|
+
Rendered shared/_footer.html.erb (Duration: 2.9ms | GC: 0.0ms)
|
675
|
+
Rendered layout layouts/application.html.erb (Duration: 5.5ms | GC: 0.0ms)
|
676
|
+
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.3ms (1 query, 0 cached) | GC: 0.0ms)
|
677
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
678
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mBEGIN deferred TRANSACTION[0m
|
1017
679
|
-----------------------------------------------------------------------------------
|
1018
680
|
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
1019
681
|
-----------------------------------------------------------------------------------
|
1020
|
-
[1m[36mTRANSACTION (0.
|
1021
|
-
[1m[36mUser Exists? (0.
|
1022
|
-
[1m[36mUser Create (
|
682
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
683
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
684
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "role", "remember_token", "login", "crypted_password", "password_salt", "persistence_token", "login_count", "failed_login_count", "last_request_at", "current_login_at", "last_login_at", "current_login_ip", "last_login_ip", "confirmation_token") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2025-05-28 19:23:37.144203"], ["updated_at", "2025-05-28 19:23:37.144203"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$RK1srM6NDI9PT8lyzIBa4OTSqSePOlhMKdAIm4znOdxK2O9kg8/wy"], ["reset_password_token", nil], ["reset_password_sent_at", nil], ["remember_created_at", nil], ["sign_in_count", 0], ["current_sign_in_at", nil], ["last_sign_in_at", nil], ["current_sign_in_ip", nil], ["last_sign_in_ip", nil], ["role", "user"], ["remember_token", "6425ee3627e7bf346cbf210545887afd0d0a2bed"], ["login", nil], ["crypted_password", nil], ["password_salt", nil], ["persistence_token", nil], ["login_count", nil], ["failed_login_count", nil], ["last_request_at", nil], ["current_login_at", nil], ["last_login_at", nil], ["current_login_ip", nil], ["last_login_ip", nil], ["confirmation_token", nil]]
|
1023
685
|
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1024
|
-
Started GET "/" for 127.0.0.1 at
|
686
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:23:37 +0300
|
1025
687
|
Processing by HomeController#index as HTML
|
1026
688
|
==> No USER
|
1027
689
|
Rendering layout layouts/application.html.erb
|
1028
690
|
Rendering home/index.html.erb within layouts/application
|
1029
|
-
Rendered home/index.html.erb within layouts/application (Duration:
|
1030
|
-
Rendered shared/_header.html.erb (Duration: 0.
|
1031
|
-
Rendered /Users/
|
1032
|
-
Rendered /Users/
|
1033
|
-
Rendered /Users/
|
1034
|
-
[1m[36mUser Load (0.
|
1035
|
-
Rendered /Users/
|
1036
|
-
Rendered shared/_footer.html.erb (Duration:
|
1037
|
-
Rendered layout layouts/application.html.erb (Duration:
|
1038
|
-
Completed 200 OK in
|
1039
|
-
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at
|
691
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
692
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
693
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
694
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
695
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
696
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
697
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 0.9ms | GC: 0.0ms)
|
698
|
+
Rendered shared/_footer.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
699
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
700
|
+
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
|
701
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2025-05-28 22:23:37 +0300
|
1040
702
|
Processing by AnyLogin::ApplicationController#any_login as HTML
|
1041
|
-
Parameters: {"selected_id"=>"
|
1042
|
-
[1m[36mUser Load (0.
|
1043
|
-
Redirected to http://127.0.0.1:
|
1044
|
-
Completed 302 Found in
|
1045
|
-
Started GET "/" for 127.0.0.1 at
|
703
|
+
Parameters: {"selected_id" => "10", "id" => ""}
|
704
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
705
|
+
Redirected to http://127.0.0.1:63042/
|
706
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
|
707
|
+
Started GET "/" for 127.0.0.1 at 2025-05-28 22:23:37 +0300
|
1046
708
|
Processing by HomeController#index as HTML
|
1047
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "
|
1048
|
-
==>
|
709
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
710
|
+
==> michaeljohn9@gmail.com
|
1049
711
|
Rendering layout layouts/application.html.erb
|
1050
712
|
Rendering home/index.html.erb within layouts/application
|
1051
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.
|
1052
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms |
|
1053
|
-
Rendered /Users/
|
1054
|
-
Rendered /Users/
|
1055
|
-
Rendered /Users/
|
1056
|
-
[1m[36mUser Load (0.
|
1057
|
-
[1m[36mUser Load (0.
|
1058
|
-
Rendered /Users/
|
1059
|
-
Rendered shared/_footer.html.erb (Duration:
|
1060
|
-
Rendered layout layouts/application.html.erb (Duration:
|
1061
|
-
Completed 200 OK in
|
1062
|
-
Started GET "/about" for 127.0.0.1 at
|
713
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
714
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
715
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
716
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
717
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
718
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
719
|
+
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
720
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.8ms | GC: 0.0ms)
|
721
|
+
Rendered shared/_footer.html.erb (Duration: 4.0ms | GC: 0.0ms)
|
722
|
+
Rendered layout layouts/application.html.erb (Duration: 4.1ms | GC: 0.0ms)
|
723
|
+
Completed 200 OK in 8ms (Views: 4.1ms | ActiveRecord: 0.4ms (3 queries, 0 cached) | GC: 0.0ms)
|
724
|
+
Started GET "/about" for 127.0.0.1 at 2025-05-28 22:23:37 +0300
|
1063
725
|
Processing by HomeController#about as HTML
|
1064
|
-
[1m[36mUser Load (0.
|
1065
|
-
==>
|
726
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["remember_token", "577264c575d5009bb9788288265502fc63ae7c30"], ["LIMIT", 1]]
|
727
|
+
==> michaeljohn9@gmail.com
|
1066
728
|
Rendering layout layouts/application.html.erb
|
1067
729
|
Rendering home/about.html.erb within layouts/application
|
1068
|
-
Rendered home/about.html.erb within layouts/application (Duration: 0.
|
1069
|
-
Rendered shared/_header.html.erb (Duration: 0.
|
1070
|
-
Rendered /Users/
|
1071
|
-
Rendered /Users/
|
1072
|
-
Rendered /Users/
|
1073
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
1074
|
-
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
1075
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.0ms | Allocations: 1031)
|
1076
|
-
Rendered shared/_footer.html.erb (Duration: 2.3ms | Allocations: 1174)
|
1077
|
-
Rendered layout layouts/application.html.erb (Duration: 3.4ms | Allocations: 1412)
|
1078
|
-
Completed 200 OK in 6ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 2126)
|
1079
|
-
[1m[36mTRANSACTION (0.6ms)[0m [1m[31mrollback transaction[0m
|
1080
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1081
|
-
---------------------------------------------------------------------
|
1082
|
-
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
1083
|
-
---------------------------------------------------------------------
|
1084
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1085
|
-
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@test.com"], ["LIMIT", 1]]
|
1086
|
-
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("name", "created_at", "updated_at", "email", "encrypted_password", "role", "remember_token") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["created_at", "2024-06-28 09:37:02.443768"], ["updated_at", "2024-06-28 09:37:02.443768"], ["email", "test@test.com"], ["encrypted_password", "$2a$04$Vw/tlvdvW3oVH4.JjDHuu.g8E81WT5CTLyA5rjP83bX8rv5WatSp2"], ["role", "user"], ["remember_token", "86570820c02bba9a22904063f90b6a02d03af8ef"]]
|
1087
|
-
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1088
|
-
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:37:02 +0300
|
1089
|
-
Processing by HomeController#about as HTML
|
1090
|
-
==> No USER
|
1091
|
-
Redirected to http://127.0.0.1:49960/sign_in
|
1092
|
-
Filter chain halted as :require_login rendered or redirected
|
1093
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 442)
|
1094
|
-
Started GET "/sign_in" for 127.0.0.1 at 2024-06-28 12:37:02 +0300
|
1095
|
-
Processing by Clearance::SessionsController#new as HTML
|
1096
|
-
==> No USER
|
1097
|
-
Rendering layout layouts/application.html.erb
|
1098
|
-
Rendering /Users/admin/.rvm/gems/ruby-3.1.2/gems/clearance-2.7.1/app/views/sessions/new.html.erb within layouts/application
|
1099
|
-
Rendered /Users/admin/.rvm/gems/ruby-3.1.2/gems/clearance-2.7.1/app/views/sessions/_form.html.erb (Duration: 5.8ms | Allocations: 1828)
|
1100
|
-
Rendered /Users/admin/.rvm/gems/ruby-3.1.2/gems/clearance-2.7.1/app/views/sessions/new.html.erb within layouts/application (Duration: 7.1ms | Allocations: 2407)
|
1101
|
-
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
1102
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 6)
|
1103
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 6)
|
1104
|
-
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 8)
|
730
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.1ms | GC: 0.0ms)
|
731
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
732
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
733
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
734
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
1105
735
|
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
1106
|
-
|
1107
|
-
Rendered
|
1108
|
-
Rendered
|
1109
|
-
|
1110
|
-
|
736
|
+
[1m[36mUser Load (0.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
737
|
+
Rendered /Users/igor/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
738
|
+
Rendered shared/_footer.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
739
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
740
|
+
Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.3ms (3 queries, 0 cached) | GC: 0.0ms)
|
741
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mROLLBACK TRANSACTION[0m
|
742
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.0ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
743
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
744
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|