any_login 1.5.2 → 1.6.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/assets/stylesheets/any_login/application.css +3 -0
- data/app/controllers/any_login/application_controller.rb +1 -9
- data/app/views/any_login/_any_login.html.erb +4 -4
- data/app/views/any_login/assets/_css.html.erb +101 -0
- data/app/views/any_login/assets/_js.html.erb +25 -0
- data/app/views/any_login/svg/_user.html.erb +1 -2
- data/config/routes.rb +0 -2
- data/lib/any_login/helpers.rb +3 -1
- data/lib/any_login/providers/devise.rb +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/test.sqlite3 +0 -0
- 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/log/development.log +438 -0
- data/test/rails_apps/authlogic/log/test.log +1144 -0
- data/test/rails_apps/authlogic/tmp/development_secret.txt +1 -0
- data/test/rails_apps/authlogic/tmp/local_secret.txt +1 -0
- data/test/rails_apps/clearance/config/environment.rb +1 -0
- data/test/rails_apps/clearance/db/development.sqlite3 +0 -0
- data/test/rails_apps/clearance/db/test.sqlite3 +0 -0
- 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/log/development.log +388 -0
- data/test/rails_apps/clearance/log/test.log +1110 -0
- data/test/rails_apps/clearance/tmp/development_secret.txt +1 -0
- data/test/rails_apps/clearance/tmp/local_secret.txt +1 -0
- data/test/rails_apps/devise/db/development.sqlite3 +0 -0
- data/test/rails_apps/devise/db/schema.rb +4 -4
- data/test/rails_apps/devise/db/test.sqlite3 +0 -0
- 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/log/development.log +1081 -0
- data/test/rails_apps/devise/log/test.log +2120 -0
- data/test/rails_apps/devise/tmp/development_secret.txt +1 -0
- data/test/rails_apps/devise/tmp/local_secret.txt +1 -0
- data/test/rails_apps/sorcery/db/development.sqlite3 +0 -0
- data/test/rails_apps/sorcery/db/test.sqlite3 +0 -0
- 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/log/development.log +247 -0
- data/test/rails_apps/sorcery/log/test.log +532 -0
- data/test/rails_apps/sorcery/tmp/development_secret.txt +1 -0
- data/test/rails_apps/sorcery/tmp/local_secret.txt +1 -0
- data/test/test_helper_common.rb +2 -1
- metadata +85 -6
- data/app/assets/javascripts/any_login/application.js +0 -23
@@ -0,0 +1,1144 @@
|
|
1
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3
|
+
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
4
|
+
[1m[35m (1.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
|
5
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
6
|
+
[1m[35m (1.7ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
7
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
8
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
9
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
10
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
11
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
12
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
13
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
14
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
15
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
16
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
17
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
18
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
19
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
20
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
21
|
+
[1m[35m (1.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
22
|
+
[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]]
|
23
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
24
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
26
|
+
[1m[35m (1.7ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
27
|
+
[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]]
|
28
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
29
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
30
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
31
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
32
|
+
[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]]
|
33
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
34
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
35
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
36
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
37
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
38
|
+
Migrating to CreateUsers (20150907190739)
|
39
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
40
|
+
[1m[35m (0.5ms)[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
|
41
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150907190739"]]
|
42
|
+
[1m[36mTRANSACTION (0.9ms)[0m [1m[36mcommit transaction[0m
|
43
|
+
Migrating to AddDeviseToUsers (20150907190846)
|
44
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
45
|
+
[1m[35m (0.6ms)[0m [1m[35mALTER TABLE "users" ADD "email" varchar DEFAULT '' NOT NULL[0m
|
46
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "encrypted_password" varchar DEFAULT '' NOT NULL[0m
|
47
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "reset_password_token" varchar[0m
|
48
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "reset_password_sent_at" datetime[0m
|
49
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "remember_created_at" datetime[0m
|
50
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "sign_in_count" integer DEFAULT 0 NOT NULL[0m
|
51
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "current_sign_in_at" datetime[0m
|
52
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "last_sign_in_at" datetime[0m
|
53
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "current_sign_in_ip" varchar[0m
|
54
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "last_sign_in_ip" varchar[0m
|
55
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
56
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
57
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150907190846"]]
|
58
|
+
[1m[36mTRANSACTION (1.0ms)[0m [1m[36mcommit transaction[0m
|
59
|
+
Migrating to ChangeUsers (20150928123254)
|
60
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
61
|
+
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "users" ADD "login" varchar[0m
|
62
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "crypted_password" varchar[0m
|
63
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "password_salt" varchar[0m
|
64
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "persistence_token" varchar[0m
|
65
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "login_count" integer[0m
|
66
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "failed_login_count" integer[0m
|
67
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "last_request_at" datetime[0m
|
68
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "current_login_at" datetime[0m
|
69
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "last_login_at" datetime[0m
|
70
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "current_login_ip" varchar[0m
|
71
|
+
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "users" ADD "last_login_ip" varchar[0m
|
72
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150928123254"]]
|
73
|
+
[1m[36mTRANSACTION (0.8ms)[0m [1m[36mcommit transaction[0m
|
74
|
+
Migrating to PopulateTestUsers (20220825195914)
|
75
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
76
|
+
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "users" ADD "role" varchar[0m
|
77
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "7d1a34bf6aa2a1029f8446c654968101c7881083f1930c2ed55d278bbbcb5621025b1824e61f3fef552d5d8bfefb691c3e9eb7037736a4d28275be5d3994f4a9"], ["LIMIT", 1]]
|
78
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 0"], ["age", 71], ["created_at", "2024-06-28 08:12:10.160507"], ["updated_at", "2024-06-28 08:12:10.160507"], ["email", "igor0@gmail.com"], ["crypted_password", "$2a$10$MPYKsdYC0Wug4XWzUsGtJusY79Zf4epBr1Mdia1Hjt7xGK2Aa3s9a"], ["password_salt", "GFWtDFBDF7pZ_dp-QMFl"], ["persistence_token", "7d1a34bf6aa2a1029f8446c654968101c7881083f1930c2ed55d278bbbcb5621025b1824e61f3fef552d5d8bfefb691c3e9eb7037736a4d28275be5d3994f4a9"], ["role", "moderator"]]
|
79
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "835efc3887383a0e5eaf09f848add406f5a7bb528b3adfbd470921488386591753b7e45e6d29a5aa73d344f36fe8a6554e077f01ac20066bd626f96a73ebdf60"], ["LIMIT", 1]]
|
80
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 1"], ["age", 36], ["created_at", "2024-06-28 08:12:10.226370"], ["updated_at", "2024-06-28 08:12:10.226370"], ["email", "stan1@gmail.com"], ["crypted_password", "$2a$10$UUsX0Q1OOWHr7GB2Pf04V.aIALOPAKTJPAAckD7yV00ae/RWwXHTi"], ["password_salt", "YWF7piS60HF3sZnn91Ya"], ["persistence_token", "835efc3887383a0e5eaf09f848add406f5a7bb528b3adfbd470921488386591753b7e45e6d29a5aa73d344f36fe8a6554e077f01ac20066bd626f96a73ebdf60"], ["role", "user"]]
|
81
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a54f0c6dfc0dd3e5be9e24d3d64d24829285103215c2d110b9e2e8000f6090102fc7ca9935cab549afe62930941cc48801eac9a889b8e0e7e03f3e4883126c16"], ["LIMIT", 1]]
|
82
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 2"], ["age", 64], ["created_at", "2024-06-28 08:12:10.294635"], ["updated_at", "2024-06-28 08:12:10.294635"], ["email", "bob2@gmail.com"], ["crypted_password", "$2a$10$2LrUFMhVnT0VYWDfYIlCUOHb/nWpJhDZ5bSQteXrYB1UbhC5/twN2"], ["password_salt", "dE9Vwcp_aGt6FCfOvNh1"], ["persistence_token", "a54f0c6dfc0dd3e5be9e24d3d64d24829285103215c2d110b9e2e8000f6090102fc7ca9935cab549afe62930941cc48801eac9a889b8e0e7e03f3e4883126c16"], ["role", "user"]]
|
83
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "46dd3e3fc699b0ccea8f0b42334464c8d96d789dfe2fade55691edb41a335c9dcea7157cb07e06221626c7e0f4a7014f9f31bf1c7a56e1b4c957a61d987f0f8c"], ["LIMIT", 1]]
|
84
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 3"], ["age", 3], ["created_at", "2024-06-28 08:12:10.363210"], ["updated_at", "2024-06-28 08:12:10.363210"], ["email", "alan3@gmail.com"], ["crypted_password", "$2a$10$ADMkbya8jB1uo7B31C.uQuTtFw3hgK./8eZXdTVkrlHIamGUdYGlm"], ["password_salt", "SNCpOGKy1LarhPqnSHlJ"], ["persistence_token", "46dd3e3fc699b0ccea8f0b42334464c8d96d789dfe2fade55691edb41a335c9dcea7157cb07e06221626c7e0f4a7014f9f31bf1c7a56e1b4c957a61d987f0f8c"], ["role", "admin"]]
|
85
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "048957c72f42cd7f65185db4b790999abc67b35da15a4c3e8c494b114dce9684eea8be3c99867542deb219259ada0f5a09391246a96519deb3318f66bed342a3"], ["LIMIT", 1]]
|
86
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 4"], ["age", 27], ["created_at", "2024-06-28 08:12:10.429118"], ["updated_at", "2024-06-28 08:12:10.429118"], ["email", "michaeljohn4@gmail.com"], ["crypted_password", "$2a$10$gVUvRMxryQzzRZ7PiqwUsewVMoii/07TRJ3Uf6H2qBqt2dGmDHFJa"], ["password_salt", "JD0S_7ainezA88jXwJDK"], ["persistence_token", "048957c72f42cd7f65185db4b790999abc67b35da15a4c3e8c494b114dce9684eea8be3c99867542deb219259ada0f5a09391246a96519deb3318f66bed342a3"], ["role", "user"]]
|
87
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a9b9c9fdfcdd57809419aba2b71ca7709cd4f3db397e88e6117e0b2d3d5577288560cd9af56b7e7135064bb7358d2b0f75a9781d70a35b96a68a34bfd4177dd7"], ["LIMIT", 1]]
|
88
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 5"], ["age", 79], ["created_at", "2024-06-28 08:12:10.493542"], ["updated_at", "2024-06-28 08:12:10.493542"], ["email", "kris5@gmail.com"], ["crypted_password", "$2a$10$RhWRhYQC6ChBvgPDysKSf.UdKV88fxXlh8T4/48ZwOdekCkVDEnHO"], ["password_salt", "lZwIDjrmghqDH0m5E1qv"], ["persistence_token", "a9b9c9fdfcdd57809419aba2b71ca7709cd4f3db397e88e6117e0b2d3d5577288560cd9af56b7e7135064bb7358d2b0f75a9781d70a35b96a68a34bfd4177dd7"], ["role", "user"]]
|
89
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "f2501af28fb1ca83712cb3bea7f54ca41d4947394d8e81a3d7d3960a9cc10a87a1f0cdaf80ce40f2ed953a553b818cdc4177cf270beb48017c243fe5c49cb2e8"], ["LIMIT", 1]]
|
90
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 6"], ["age", 56], ["created_at", "2024-06-28 08:12:10.558066"], ["updated_at", "2024-06-28 08:12:10.558066"], ["email", "michaeljohn6@gmail.com"], ["crypted_password", "$2a$10$IYDfUsiZMz4s5j97Ngjm1OitCieUOjeLQtynEE3HbEkZaIkUICkf."], ["password_salt", "xHtwZRArOaS0YbRK-8pE"], ["persistence_token", "f2501af28fb1ca83712cb3bea7f54ca41d4947394d8e81a3d7d3960a9cc10a87a1f0cdaf80ce40f2ed953a553b818cdc4177cf270beb48017c243fe5c49cb2e8"], ["role", "admin"]]
|
91
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "f13192397a94179744494b2b196c3ad629950f20fcb98ee0c91dfc81d40d9ffdd7c84223fb65f41bdb3a228e7fa69f80687ea64222344860f912022440fe5a97"], ["LIMIT", 1]]
|
92
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 7"], ["age", 16], ["created_at", "2024-06-28 08:12:10.622025"], ["updated_at", "2024-06-28 08:12:10.622025"], ["email", "alan7@gmail.com"], ["crypted_password", "$2a$10$kK3IA6ylWX0hMm1WnIQntumne9zL0VLj1oSSoO7GInQK9I0DCkXc."], ["password_salt", "F4m-rILSl66uB5uJCX-I"], ["persistence_token", "f13192397a94179744494b2b196c3ad629950f20fcb98ee0c91dfc81d40d9ffdd7c84223fb65f41bdb3a228e7fa69f80687ea64222344860f912022440fe5a97"], ["role", "admin"]]
|
93
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "07a0d86c131702e7ed8443318f143090066e0083c419d76fa9fe341f728e5a8491823bc2045bc14ff45028bd69398fa445351f1b9188339c99f8e95d0f8f5d33"], ["LIMIT", 1]]
|
94
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 8"], ["age", 3], ["created_at", "2024-06-28 08:12:10.689601"], ["updated_at", "2024-06-28 08:12:10.689601"], ["email", "bob8@gmail.com"], ["crypted_password", "$2a$10$n4CZareEI98QUEOsjgXj3epRwd3xmMBdzh9GtEKwBSRk0CtyQDiEu"], ["password_salt", "5Pu3i82sIpv8Qx-ZoV4F"], ["persistence_token", "07a0d86c131702e7ed8443318f143090066e0083c419d76fa9fe341f728e5a8491823bc2045bc14ff45028bd69398fa445351f1b9188339c99f8e95d0f8f5d33"], ["role", "user"]]
|
95
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "8f101795407379fe6f793f2cf4816e904139eb5d2b8b2228d1baf5ad11fb8d5dbf4923d610c76bf834b5ddf66c67606fc5a7c4ef5a3c77283ae715e2ee591462"], ["LIMIT", 1]]
|
96
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 9"], ["age", 82], ["created_at", "2024-06-28 08:12:10.754332"], ["updated_at", "2024-06-28 08:12:10.754332"], ["email", "bob9@gmail.com"], ["crypted_password", "$2a$10$QzyCceg2eMM3w2XkOnnd1uS8mJ8IdN64TxmdvvB6U3XwNU441TJx6"], ["password_salt", "AWIjnGRGsMylnG3jbH3q"], ["persistence_token", "8f101795407379fe6f793f2cf4816e904139eb5d2b8b2228d1baf5ad11fb8d5dbf4923d610c76bf834b5ddf66c67606fc5a7c4ef5a3c77283ae715e2ee591462"], ["role", "user"]]
|
97
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "23d66e32e73a4a9591ed8578c5344b1a700d72023135c827635331c693b7fa0665eb8b673a0a75e57f64d361a30c3a841816d7dda39467c85c14e321920b65a9"], ["LIMIT", 1]]
|
98
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 10"], ["age", 75], ["created_at", "2024-06-28 08:12:10.819067"], ["updated_at", "2024-06-28 08:12:10.819067"], ["email", "michaeljohn10@gmail.com"], ["crypted_password", "$2a$10$HY/69qF3Sb2f6qy2GmrCk.pSoNi7lqC8vS2AFbDZpvujd6mBarUFa"], ["password_salt", "WQGqs7PMkOgYQHCgiIGu"], ["persistence_token", "23d66e32e73a4a9591ed8578c5344b1a700d72023135c827635331c693b7fa0665eb8b673a0a75e57f64d361a30c3a841816d7dda39467c85c14e321920b65a9"], ["role", "admin"]]
|
99
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "f06efdce5e8626219c0741df32afaf6a0ce1a012db92b40841709933da60dbfc13498eb432c1831fb30728a2e7c3bcde1d90dff1aca832389f6166e2039367a9"], ["LIMIT", 1]]
|
100
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 11"], ["age", 23], ["created_at", "2024-06-28 08:12:10.883394"], ["updated_at", "2024-06-28 08:12:10.883394"], ["email", "igor11@gmail.com"], ["crypted_password", "$2a$10$yLTi5lsJ/.Thq1MKcpkuwOUPlip3B4vtY7Mh/2K6602zu9bfvrKLW"], ["password_salt", "ml887bA2K5Qu1okIzELK"], ["persistence_token", "f06efdce5e8626219c0741df32afaf6a0ce1a012db92b40841709933da60dbfc13498eb432c1831fb30728a2e7c3bcde1d90dff1aca832389f6166e2039367a9"], ["role", "admin"]]
|
101
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a906feb1fb82cb683aba32818a2b83d6fa35b7a8ca86c5cbd62dec980c065fa91dac2ad17b8ebb51e09e34497fe75e7937dd4cf370f2843d1de074b7562f3f16"], ["LIMIT", 1]]
|
102
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 12"], ["age", 42], ["created_at", "2024-06-28 08:12:10.947597"], ["updated_at", "2024-06-28 08:12:10.947597"], ["email", "bob12@gmail.com"], ["crypted_password", "$2a$10$hcUBugKVR6jYfnV4dWtuxO4No5QjQu4P4xAPe89DtzzGxyA0w1ALu"], ["password_salt", "nWKd3m4gdj6WcqK_IWfA"], ["persistence_token", "a906feb1fb82cb683aba32818a2b83d6fa35b7a8ca86c5cbd62dec980c065fa91dac2ad17b8ebb51e09e34497fe75e7937dd4cf370f2843d1de074b7562f3f16"], ["role", "moderator"]]
|
103
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "7b35d46bc74c864c720a8e8b2f62b4b8468dd3332116a258649d738ef5fa1eb96ab0204debf74e7310601dc13cd5e4a377c4a7b49660901ab566ac74dec6691b"], ["LIMIT", 1]]
|
104
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 13"], ["age", 97], ["created_at", "2024-06-28 08:12:11.015918"], ["updated_at", "2024-06-28 08:12:11.015918"], ["email", "alan13@gmail.com"], ["crypted_password", "$2a$10$42JqDFcmDEyYeYvUWYDwh.tXXPFpqjU.NMy3GUAZvacql9ZsZoGIW"], ["password_salt", "iNf5FVLRjCaE8zAXK5MV"], ["persistence_token", "7b35d46bc74c864c720a8e8b2f62b4b8468dd3332116a258649d738ef5fa1eb96ab0204debf74e7310601dc13cd5e4a377c4a7b49660901ab566ac74dec6691b"], ["role", "user"]]
|
105
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "c731c1d92825415be3f272d65c4e73aa8e95b9322dceb1403742889fda87e5a56be6d13894895e5ff7a162aa8f954fcda602cd3b4027853a6ad9d8c08cf3741b"], ["LIMIT", 1]]
|
106
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 14"], ["age", 47], ["created_at", "2024-06-28 08:12:11.084352"], ["updated_at", "2024-06-28 08:12:11.084352"], ["email", "kris14@gmail.com"], ["crypted_password", "$2a$10$.mvJBRsuB1qEeucGNVV08ekn1ifhubtbT6N.ozmw.4S/3Iss1UxpK"], ["password_salt", "tgQfWRastPzHeISx0Iad"], ["persistence_token", "c731c1d92825415be3f272d65c4e73aa8e95b9322dceb1403742889fda87e5a56be6d13894895e5ff7a162aa8f954fcda602cd3b4027853a6ad9d8c08cf3741b"], ["role", "moderator"]]
|
107
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "427284fef386ca04a22788881f79f06239852c2bd14b0ef6e1ecdcece9279a632165f35e4f281593e6c7792ec9e500779f202ff205c8dee3a1b489d21909f6d6"], ["LIMIT", 1]]
|
108
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 15"], ["age", 88], ["created_at", "2024-06-28 08:12:11.152955"], ["updated_at", "2024-06-28 08:12:11.152955"], ["email", "stan15@gmail.com"], ["crypted_password", "$2a$10$35Asp827I.Rns5Jc.m.Yn./7wK9B9VPhwvlQTGL0Oro5IvivLwCQe"], ["password_salt", "0yKcW1sNbUhkBNrEMpCy"], ["persistence_token", "427284fef386ca04a22788881f79f06239852c2bd14b0ef6e1ecdcece9279a632165f35e4f281593e6c7792ec9e500779f202ff205c8dee3a1b489d21909f6d6"], ["role", "moderator"]]
|
109
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "e5c9ff862a32efc181e5ae2a3c4661366004d005f63beeb0ef1501b65c50722b6a64b469cb8f17d4056df3f91b4ac05dd8abeb84b2199439707fcbc9153eb43e"], ["LIMIT", 1]]
|
110
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 16"], ["age", 27], ["created_at", "2024-06-28 08:12:11.218897"], ["updated_at", "2024-06-28 08:12:11.218897"], ["email", "igor16@gmail.com"], ["crypted_password", "$2a$10$Ag/AeBpkMeuhtVzHTvYEzenKQQ5rHjWimqvyYqv46vcuPXF4oo3Va"], ["password_salt", "cgTsSxMVAgjwe6yQO7Bn"], ["persistence_token", "e5c9ff862a32efc181e5ae2a3c4661366004d005f63beeb0ef1501b65c50722b6a64b469cb8f17d4056df3f91b4ac05dd8abeb84b2199439707fcbc9153eb43e"], ["role", "user"]]
|
111
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "77035e8984790d28a3aced851d741103f1d811f157c67e092ac4414949a7d9798768a28a37894758dbd13f66f6035aac2e209da778104e1e1252e1a97b717806"], ["LIMIT", 1]]
|
112
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 17"], ["age", 36], ["created_at", "2024-06-28 08:12:11.283984"], ["updated_at", "2024-06-28 08:12:11.283984"], ["email", "bob17@gmail.com"], ["crypted_password", "$2a$10$U08M9ieXphkChBZv/4WQF.VoxV82j1OG4I4EdkczhMffp2wtszZV6"], ["password_salt", "iwtWavAs0mvxwyorjMmj"], ["persistence_token", "77035e8984790d28a3aced851d741103f1d811f157c67e092ac4414949a7d9798768a28a37894758dbd13f66f6035aac2e209da778104e1e1252e1a97b717806"], ["role", "moderator"]]
|
113
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "43d5ca203c69a5e1d963cd6d3d10cb1f8ceaabcb21d4d108b297646738ba3ee02e5f562007916e410751bdfffc4bf128ab1f7f275a8a7fa575b6668c3cf0b9e8"], ["LIMIT", 1]]
|
114
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 18"], ["age", 1], ["created_at", "2024-06-28 08:12:11.349844"], ["updated_at", "2024-06-28 08:12:11.349844"], ["email", "alan18@gmail.com"], ["crypted_password", "$2a$10$MJXkUraB8sSuACc6N9DdDeQ6n7xLvOVobPGrq24/ynYmQyf1ZeWaK"], ["password_salt", "Q4gGtkImXPT9vkB9es98"], ["persistence_token", "43d5ca203c69a5e1d963cd6d3d10cb1f8ceaabcb21d4d108b297646738ba3ee02e5f562007916e410751bdfffc4bf128ab1f7f275a8a7fa575b6668c3cf0b9e8"], ["role", "moderator"]]
|
115
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "ed2db4e3c832e9a66759373be028e9062bd6e336c6e6c53532655db04525b908a285fbeda3373e98c1fbf3fc53b7fa161e98531f8bf53d03b6935e39af87abf7"], ["LIMIT", 1]]
|
116
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 19"], ["age", 86], ["created_at", "2024-06-28 08:12:11.414219"], ["updated_at", "2024-06-28 08:12:11.414219"], ["email", "stan19@gmail.com"], ["crypted_password", "$2a$10$zZ5nQkUUA05bjfgplLqHZutyFYiXgn8mV6/vo8Ay4wKtygZkfu9iK"], ["password_salt", "KqX0nU1BJaiDz1mRiiBH"], ["persistence_token", "ed2db4e3c832e9a66759373be028e9062bd6e336c6e6c53532655db04525b908a285fbeda3373e98c1fbf3fc53b7fa161e98531f8bf53d03b6935e39af87abf7"], ["role", "moderator"]]
|
117
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "edc9e525370339e58b14e99fe2fd74e080c30278b4a0e29d3237173e8126d2265fe417f77f382f6db5f54c826c97e8bc372ccf162638497c78c199e4f8a1c8d6"], ["LIMIT", 1]]
|
118
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 20"], ["age", 68], ["created_at", "2024-06-28 08:12:11.478137"], ["updated_at", "2024-06-28 08:12:11.478137"], ["email", "kris20@gmail.com"], ["crypted_password", "$2a$10$QXCPlAYnIRMbsBVVgGHkC.aUAQyETJtaCQoHnZegi5thgyDYBR7Fu"], ["password_salt", "2mOR5iKScr5hxZa8qKY8"], ["persistence_token", "edc9e525370339e58b14e99fe2fd74e080c30278b4a0e29d3237173e8126d2265fe417f77f382f6db5f54c826c97e8bc372ccf162638497c78c199e4f8a1c8d6"], ["role", "user"]]
|
119
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "b0b0ce7b7ef3882b6d3f2ed4fde80d30a477c03f3fc1c00b327d0c4346c87e9f42311a03031d93d979d9269ff2cccba29ff4440118995b7d74f837a931c79862"], ["LIMIT", 1]]
|
120
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 21"], ["age", 28], ["created_at", "2024-06-28 08:12:11.543284"], ["updated_at", "2024-06-28 08:12:11.543284"], ["email", "kris21@gmail.com"], ["crypted_password", "$2a$10$SmkfzoPdzetEK20FzIwDzeCtQ8NIsbzpcR3glDlzariesyLDWqING"], ["password_salt", "8iG5HkPth0n7Kbul5hc4"], ["persistence_token", "b0b0ce7b7ef3882b6d3f2ed4fde80d30a477c03f3fc1c00b327d0c4346c87e9f42311a03031d93d979d9269ff2cccba29ff4440118995b7d74f837a931c79862"], ["role", "admin"]]
|
121
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "f8b07c866008ce0ad7c72dd40c2dfbf2a1a039c64ea959a88f59f9149ba132c2f0c20ea17932d006b342ce2a07833391ba3de6f20f1bf083a3390d11c4626171"], ["LIMIT", 1]]
|
122
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 22"], ["age", 45], ["created_at", "2024-06-28 08:12:11.607426"], ["updated_at", "2024-06-28 08:12:11.607426"], ["email", "igor22@gmail.com"], ["crypted_password", "$2a$10$dsoE6piu6m4uBMG.OZtcQujhoelFMklPPxQmOlYusAvX4s66gnlP6"], ["password_salt", "wh4V68B_hPRZyatjGqT1"], ["persistence_token", "f8b07c866008ce0ad7c72dd40c2dfbf2a1a039c64ea959a88f59f9149ba132c2f0c20ea17932d006b342ce2a07833391ba3de6f20f1bf083a3390d11c4626171"], ["role", "admin"]]
|
123
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "72f7069609c818586eac8acefd691ba72878b5527304a7b3544501f97aa8c4d70f0e0e0aaee904a3828d84dcbb0a10411005083a817082c11658bc71fbb0befb"], ["LIMIT", 1]]
|
124
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 23"], ["age", 38], ["created_at", "2024-06-28 08:12:11.672011"], ["updated_at", "2024-06-28 08:12:11.672011"], ["email", "michaeljohn23@gmail.com"], ["crypted_password", "$2a$10$Xg2xwJhZdqp.baqkQ4CXj.pEamW120/3JsVKTQiFCOku1UW425TJK"], ["password_salt", "tvAYd2Mn3oVZKHuikrph"], ["persistence_token", "72f7069609c818586eac8acefd691ba72878b5527304a7b3544501f97aa8c4d70f0e0e0aaee904a3828d84dcbb0a10411005083a817082c11658bc71fbb0befb"], ["role", "moderator"]]
|
125
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "90ecfe35fedc9d1acb928e7369b8627c0e9b0f3ec30ce86a32745a73259c7fdbc6ea72ff948e0fd421df2245360958bc713aec46a8595e46ed19df41652be295"], ["LIMIT", 1]]
|
126
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 24"], ["age", 38], ["created_at", "2024-06-28 08:12:11.737339"], ["updated_at", "2024-06-28 08:12:11.737339"], ["email", "stan24@gmail.com"], ["crypted_password", "$2a$10$3pFWxiiuk2U3bNPlstp8qeLJ09xDnhuVp1cI1UXtbZskH2hCmQOcO"], ["password_salt", "HW5k2e6hemCfeGgxMxAh"], ["persistence_token", "90ecfe35fedc9d1acb928e7369b8627c0e9b0f3ec30ce86a32745a73259c7fdbc6ea72ff948e0fd421df2245360958bc713aec46a8595e46ed19df41652be295"], ["role", "moderator"]]
|
127
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "8e8ce1bc6278d4b3e43a1802dfc471f08d43a269a042a6577cb4f62ef73f2f64e63269f3b1b60caa26fb44e8391a4c72063b44ae34ccd07e71da6ce8cb04d069"], ["LIMIT", 1]]
|
128
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 25"], ["age", 3], ["created_at", "2024-06-28 08:12:11.804513"], ["updated_at", "2024-06-28 08:12:11.804513"], ["email", "kris25@gmail.com"], ["crypted_password", "$2a$10$4vOngMQbnfpeX0Wi3bnrB.5RyU.NwzeOfriDJkTkuTGFdWxJMrhUW"], ["password_salt", "6k3E6y0FMuVLg-FWBdo5"], ["persistence_token", "8e8ce1bc6278d4b3e43a1802dfc471f08d43a269a042a6577cb4f62ef73f2f64e63269f3b1b60caa26fb44e8391a4c72063b44ae34ccd07e71da6ce8cb04d069"], ["role", "user"]]
|
129
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a80e709316c25965f4e757abdcd4fa4eae6cd2a6853228692afe7795bb04f9444d66f5a832ec69c8f240fd509451a60ba78f21153a41fefe5ac5e58675d4a905"], ["LIMIT", 1]]
|
130
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 26"], ["age", 53], ["created_at", "2024-06-28 08:12:11.871023"], ["updated_at", "2024-06-28 08:12:11.871023"], ["email", "bob26@gmail.com"], ["crypted_password", "$2a$10$61epomaN6eQ9AhXRl6kWQOLPAHHVmCO0sRtVSldaGzA1qkuNzWavC"], ["password_salt", "VM70_2u4R_r4lJXYoEDK"], ["persistence_token", "a80e709316c25965f4e757abdcd4fa4eae6cd2a6853228692afe7795bb04f9444d66f5a832ec69c8f240fd509451a60ba78f21153a41fefe5ac5e58675d4a905"], ["role", "moderator"]]
|
131
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "793ca6bc7ae6aa71a85304479e44a5d86e1487060e7cf4161535e96bbb22f307a90be6eb1cbee15b995c9324e60146acb79ea16bd88f96eb8b9cbc77a3ef28b3"], ["LIMIT", 1]]
|
132
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 27"], ["age", 21], ["created_at", "2024-06-28 08:12:11.935536"], ["updated_at", "2024-06-28 08:12:11.935536"], ["email", "kris27@gmail.com"], ["crypted_password", "$2a$10$Hz2V4aUKPNWOvR09HlcYAOpE/2RdF6dgIkw8twviWJCtHuIUO89XK"], ["password_salt", "ucszoARTqIlRePlrQLCJ"], ["persistence_token", "793ca6bc7ae6aa71a85304479e44a5d86e1487060e7cf4161535e96bbb22f307a90be6eb1cbee15b995c9324e60146acb79ea16bd88f96eb8b9cbc77a3ef28b3"], ["role", "admin"]]
|
133
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "7c92e9d6a14e59649ea122b8f5295602ff7b08ce2c73db2d0b38950b6615a9711a42888268d67efc99f1e0a3a72e687aeff734aa5f75e4d50048cd64e3cb3af3"], ["LIMIT", 1]]
|
134
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 28"], ["age", 66], ["created_at", "2024-06-28 08:12:12.000105"], ["updated_at", "2024-06-28 08:12:12.000105"], ["email", "stan28@gmail.com"], ["crypted_password", "$2a$10$OeKHGAUlIiFt5nmLej1mkOu18QLdDDE2fddpejpM6hQBkxbO3Rs4O"], ["password_salt", "w3S0g8g0MSBJxQMe0VAg"], ["persistence_token", "7c92e9d6a14e59649ea122b8f5295602ff7b08ce2c73db2d0b38950b6615a9711a42888268d67efc99f1e0a3a72e687aeff734aa5f75e4d50048cd64e3cb3af3"], ["role", "moderator"]]
|
135
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "b1eac103126aedf8ba5f2135a419eb4a9065a6c7156aa96bda00b7181d560934afe10d7f8480e35f65c26ad0684af40ef934df7fee198f058365420140d65c73"], ["LIMIT", 1]]
|
136
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 29"], ["age", 3], ["created_at", "2024-06-28 08:12:12.065164"], ["updated_at", "2024-06-28 08:12:12.065164"], ["email", "bob29@gmail.com"], ["crypted_password", "$2a$10$98iTu/VmZTAvfnKXBFVTQONG7QPFQDBWJYaGjBetz44GH2.Fy7Vtq"], ["password_salt", "PGNUnEOCFJ872be6DrI0"], ["persistence_token", "b1eac103126aedf8ba5f2135a419eb4a9065a6c7156aa96bda00b7181d560934afe10d7f8480e35f65c26ad0684af40ef934df7fee198f058365420140d65c73"], ["role", "moderator"]]
|
137
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "4c03b33a29528641e3cbc2233e1a13a193a29311d0d34b8fe8018a7a01b7f3a645bf2245dfc0ea431cccb4ff6c3e166cf7ae06f24c82f5d1c39986883506718b"], ["LIMIT", 1]]
|
138
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 30"], ["age", 6], ["created_at", "2024-06-28 08:12:12.130303"], ["updated_at", "2024-06-28 08:12:12.130303"], ["email", "bob30@gmail.com"], ["crypted_password", "$2a$10$5rGE7PCxxODDnYaQAXLBm.A.anKl6pLK4wCbFW./XZHMpelB3gAbO"], ["password_salt", "qXYH_NNXrxHrTinQp35r"], ["persistence_token", "4c03b33a29528641e3cbc2233e1a13a193a29311d0d34b8fe8018a7a01b7f3a645bf2245dfc0ea431cccb4ff6c3e166cf7ae06f24c82f5d1c39986883506718b"], ["role", "moderator"]]
|
139
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "cb29ffdaffb5cdd4a7ba87975b2374323a2e27cbefea7f2ba2377971cc5fb259010a3227c45adb5ec2553ce2d9b6a5d90479175cc19b67f338c61e6509d93382"], ["LIMIT", 1]]
|
140
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 31"], ["age", 24], ["created_at", "2024-06-28 08:12:12.195755"], ["updated_at", "2024-06-28 08:12:12.195755"], ["email", "michaeljohn31@gmail.com"], ["crypted_password", "$2a$10$ZvQ2ZrEgzeGzHPFqzfpExONM6LbzGzCLrtxaMy2O0Ym3XqLj5/zaa"], ["password_salt", "0GONBUkQKD6RrmImigkQ"], ["persistence_token", "cb29ffdaffb5cdd4a7ba87975b2374323a2e27cbefea7f2ba2377971cc5fb259010a3227c45adb5ec2553ce2d9b6a5d90479175cc19b67f338c61e6509d93382"], ["role", "user"]]
|
141
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "72453ff2ba7ab5569bbb901f01ec0c239a581b56e9408b14c15e045ce62579e61a0d5f7eb19dff6eee57c30faebf30dff47256cc2c2c3185fadf226b69e4d1ac"], ["LIMIT", 1]]
|
142
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 32"], ["age", 25], ["created_at", "2024-06-28 08:12:12.260389"], ["updated_at", "2024-06-28 08:12:12.260389"], ["email", "alan32@gmail.com"], ["crypted_password", "$2a$10$VXOwZ5lcxWFkFiNStIFObe5x5FSSkjuNs.RVNHReSsbAFMneOEuAC"], ["password_salt", "8LNZMj4kLiwbOVh3-qRe"], ["persistence_token", "72453ff2ba7ab5569bbb901f01ec0c239a581b56e9408b14c15e045ce62579e61a0d5f7eb19dff6eee57c30faebf30dff47256cc2c2c3185fadf226b69e4d1ac"], ["role", "moderator"]]
|
143
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a4d9cea07c45779f73ba205a39ead581314021df5e1eb46683b166346317fc8d8d015c3af8a106c71a8795eaff89488058faec11034f20f1e1977625b54fa115"], ["LIMIT", 1]]
|
144
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 33"], ["age", 75], ["created_at", "2024-06-28 08:12:12.326088"], ["updated_at", "2024-06-28 08:12:12.326088"], ["email", "igor33@gmail.com"], ["crypted_password", "$2a$10$CqTbCUv1WPgqFzrI2PoSnOOOOdE/pkfGjM9MAp/EnfHPbP637niTq"], ["password_salt", "DgyUu2iZvT3j2eUko7AX"], ["persistence_token", "a4d9cea07c45779f73ba205a39ead581314021df5e1eb46683b166346317fc8d8d015c3af8a106c71a8795eaff89488058faec11034f20f1e1977625b54fa115"], ["role", "admin"]]
|
145
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "1c274887c2314a7fdc6044472208d9f93f57d539673744fc451b6f01bddc087c7bcd1f5c89dc61e1fed374d51e23789637687ad07d451c4da0ffa96354260fed"], ["LIMIT", 1]]
|
146
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 34"], ["age", 7], ["created_at", "2024-06-28 08:12:12.392309"], ["updated_at", "2024-06-28 08:12:12.392309"], ["email", "alan34@gmail.com"], ["crypted_password", "$2a$10$LweudMXkITLI82G.d2jb/O7W4XGs4WPpK5A/n/4Dpmo8w9y0yYdWO"], ["password_salt", "h3g4K0juxx_xqJ9aVmqw"], ["persistence_token", "1c274887c2314a7fdc6044472208d9f93f57d539673744fc451b6f01bddc087c7bcd1f5c89dc61e1fed374d51e23789637687ad07d451c4da0ffa96354260fed"], ["role", "admin"]]
|
147
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "22002c243dd391c9bbfc3d4b18b760fb42ed51ea9643a71fdebc162f865068bb3a6c2f401a4a465485e2a43ea08acfa66a3012fd0c935aa42e4f5c5923a4264e"], ["LIMIT", 1]]
|
148
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 35"], ["age", 41], ["created_at", "2024-06-28 08:12:12.457291"], ["updated_at", "2024-06-28 08:12:12.457291"], ["email", "kris35@gmail.com"], ["crypted_password", "$2a$10$nob2hAXbfVvuvXWqAGsFEuNWPFz0Fp6U8ruuwDVd20/Rj9xLhMXzm"], ["password_salt", "ypVgLmUjW5YppCD0XPbi"], ["persistence_token", "22002c243dd391c9bbfc3d4b18b760fb42ed51ea9643a71fdebc162f865068bb3a6c2f401a4a465485e2a43ea08acfa66a3012fd0c935aa42e4f5c5923a4264e"], ["role", "moderator"]]
|
149
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a88af86bc92f960d5b39952c31a28db1efa8772c80abbbf785e93e8fc3f8ea85970f678540b7a02f514da7e3844ae98ade6f9cd352417ed4e798ea230ecb3c4d"], ["LIMIT", 1]]
|
150
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 36"], ["age", 8], ["created_at", "2024-06-28 08:12:12.521736"], ["updated_at", "2024-06-28 08:12:12.521736"], ["email", "bob36@gmail.com"], ["crypted_password", "$2a$10$/5c9e0LvR.s1lw4NDXuvEeat39QOh9B62IepUPbOyMhz4g0mJW5ty"], ["password_salt", "Mkh4WlqHGSrSLdjC-n4e"], ["persistence_token", "a88af86bc92f960d5b39952c31a28db1efa8772c80abbbf785e93e8fc3f8ea85970f678540b7a02f514da7e3844ae98ade6f9cd352417ed4e798ea230ecb3c4d"], ["role", "user"]]
|
151
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "1728cee582ac8f7ec7e6e2d0f51ef14b66911df3f74acba8b5a25def22df40fb085b887e73b0259cbf2389cc5ca312b51ecd147f8f654ed003f11af0153d5d14"], ["LIMIT", 1]]
|
152
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 37"], ["age", 50], ["created_at", "2024-06-28 08:12:12.585998"], ["updated_at", "2024-06-28 08:12:12.585998"], ["email", "alan37@gmail.com"], ["crypted_password", "$2a$10$XtxsYTpY3QiAquSQa1QKvuhXjObQBN.nf7A5cOZls76PeWPCuYHne"], ["password_salt", "rsXIHVQ8_2xW5WPl2htm"], ["persistence_token", "1728cee582ac8f7ec7e6e2d0f51ef14b66911df3f74acba8b5a25def22df40fb085b887e73b0259cbf2389cc5ca312b51ecd147f8f654ed003f11af0153d5d14"], ["role", "admin"]]
|
153
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "4715cdc44d42b5053dc8f8cb436a502bf552c6d394796a2d8aa4bfe5bae1b7cb8a9428b3b2965eb9ce74f0337359bfe542eb81e641c6984c5a6101ed8c6a8c90"], ["LIMIT", 1]]
|
154
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 38"], ["age", 35], ["created_at", "2024-06-28 08:12:12.649972"], ["updated_at", "2024-06-28 08:12:12.649972"], ["email", "michaeljohn38@gmail.com"], ["crypted_password", "$2a$10$M6o8cgRp/R9.IZrP0Yqrue01BOA6F9soLuGe78/hzr0CVFUrCtoSu"], ["password_salt", "6Bv8MpPgcPc6HgkefSho"], ["persistence_token", "4715cdc44d42b5053dc8f8cb436a502bf552c6d394796a2d8aa4bfe5bae1b7cb8a9428b3b2965eb9ce74f0337359bfe542eb81e641c6984c5a6101ed8c6a8c90"], ["role", "admin"]]
|
155
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "146687a812ecec7ae21f4344d692fb94e82bb43c50e9f0de5eb8e777da0963714eb8ca9bdac7e8fb4254eb9736e3372d69911960befdc6973eb64473e5607335"], ["LIMIT", 1]]
|
156
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 39"], ["age", 83], ["created_at", "2024-06-28 08:12:12.715028"], ["updated_at", "2024-06-28 08:12:12.715028"], ["email", "kris39@gmail.com"], ["crypted_password", "$2a$10$PVHN.8xynyWtDpFTP71G2u1GA1utnMiSb18hSGQ8snfrglCtrz2L2"], ["password_salt", "gn7zCl0npVMwXUeOPFM1"], ["persistence_token", "146687a812ecec7ae21f4344d692fb94e82bb43c50e9f0de5eb8e777da0963714eb8ca9bdac7e8fb4254eb9736e3372d69911960befdc6973eb64473e5607335"], ["role", "user"]]
|
157
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "ed49afa28259015c727413cc3f3bdb8f2c486a120bb43f73b32193a9489fba0ea0af35013d643949363ffeb561ce9617a38c82eea21722c9c6b55717d8fed47e"], ["LIMIT", 1]]
|
158
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 40"], ["age", 65], ["created_at", "2024-06-28 08:12:12.779458"], ["updated_at", "2024-06-28 08:12:12.779458"], ["email", "stan40@gmail.com"], ["crypted_password", "$2a$10$bHtfebIwLz8wr1KpNZXBZekbZoB9qNAZi5BTPN8yojXiEHEznGSh6"], ["password_salt", "3IkS0qUTNvF7wUQNSwhx"], ["persistence_token", "ed49afa28259015c727413cc3f3bdb8f2c486a120bb43f73b32193a9489fba0ea0af35013d643949363ffeb561ce9617a38c82eea21722c9c6b55717d8fed47e"], ["role", "moderator"]]
|
159
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "23cb8d80e55f3bdb900699c29f7cb4beb954fd719cabd41a3a664301c028c639d2344fd66b8df16f958de55660b707340cc04c4705aa57acb70b7d44957b3f19"], ["LIMIT", 1]]
|
160
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 41"], ["age", 73], ["created_at", "2024-06-28 08:12:12.843643"], ["updated_at", "2024-06-28 08:12:12.843643"], ["email", "bob41@gmail.com"], ["crypted_password", "$2a$10$GFWiRmKnvlh01vjQ8Fn31uGOwfujW4CLzRWXyTzf6byqJPBo9zDRy"], ["password_salt", "xHIWs4BmHN9XNjtWr1fJ"], ["persistence_token", "23cb8d80e55f3bdb900699c29f7cb4beb954fd719cabd41a3a664301c028c639d2344fd66b8df16f958de55660b707340cc04c4705aa57acb70b7d44957b3f19"], ["role", "user"]]
|
161
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "5f4c70ce06490df9dcc91807463491715ffac9c9f220ff44fdc9a0030ea58f69dd2669310f76dcd428b804db45ec963b7d85d68a7fdaf97c6a09a344e237314c"], ["LIMIT", 1]]
|
162
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 42"], ["age", 60], ["created_at", "2024-06-28 08:12:12.908091"], ["updated_at", "2024-06-28 08:12:12.908091"], ["email", "bob42@gmail.com"], ["crypted_password", "$2a$10$t0feXY2hVaE7hBW0J8Z4ZO7C6KOqmt/UikTGEzav4ZRa9nydJ3Hbu"], ["password_salt", "DUVLj7_4V4VDkDWjVpnC"], ["persistence_token", "5f4c70ce06490df9dcc91807463491715ffac9c9f220ff44fdc9a0030ea58f69dd2669310f76dcd428b804db45ec963b7d85d68a7fdaf97c6a09a344e237314c"], ["role", "admin"]]
|
163
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "1af02a7a080b6fb10ee536e961992d51d8b19febd99245217b9af4bb8db44b1858bbb967c942da911d48481442ae7aef2d272bb746ac3f332cdb5cbd007a8cce"], ["LIMIT", 1]]
|
164
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 43"], ["age", 80], ["created_at", "2024-06-28 08:12:12.971877"], ["updated_at", "2024-06-28 08:12:12.971877"], ["email", "igor43@gmail.com"], ["crypted_password", "$2a$10$qG2NyOuh/z7EnqUTvokQ.umlhKsNTEwtjNgJR1LbmR3EQfTr3afgy"], ["password_salt", "ROJ_hx1lhJZ8n93etm4P"], ["persistence_token", "1af02a7a080b6fb10ee536e961992d51d8b19febd99245217b9af4bb8db44b1858bbb967c942da911d48481442ae7aef2d272bb746ac3f332cdb5cbd007a8cce"], ["role", "moderator"]]
|
165
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "2e4d1c9b56d95d01ee0bdfe513666f4fd09a0db87a49c955c3fbf6cab690a91ec72715ef0db0a39bace43f26e6978260cce9fdf149c59cf75460dcda67b52476"], ["LIMIT", 1]]
|
166
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 44"], ["age", 62], ["created_at", "2024-06-28 08:12:13.035882"], ["updated_at", "2024-06-28 08:12:13.035882"], ["email", "stan44@gmail.com"], ["crypted_password", "$2a$10$Jjtdzb2Y6DtLzlVQ/p/BtOE6uqAXTkm.lA/rKa6q/4jesB61b3KE6"], ["password_salt", "CWVwMgyaSQun_d85oche"], ["persistence_token", "2e4d1c9b56d95d01ee0bdfe513666f4fd09a0db87a49c955c3fbf6cab690a91ec72715ef0db0a39bace43f26e6978260cce9fdf149c59cf75460dcda67b52476"], ["role", "admin"]]
|
167
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "3369095b4105d9e33bf902f809068da70526bcfc58be30bbe47e2fc601696219ff5c3858ab688926d49fb6cd600bd5f0c30548272e4f449109aed3f93ac209ae"], ["LIMIT", 1]]
|
168
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 45"], ["age", 61], ["created_at", "2024-06-28 08:12:13.100055"], ["updated_at", "2024-06-28 08:12:13.100055"], ["email", "igor45@gmail.com"], ["crypted_password", "$2a$10$a90EMsLDhLcodu2XqD2pHOsgLo45MP6PiGTNxUIs7nJm1db2cIPMa"], ["password_salt", "DYjZZzidp6ZbS7ZruX8L"], ["persistence_token", "3369095b4105d9e33bf902f809068da70526bcfc58be30bbe47e2fc601696219ff5c3858ab688926d49fb6cd600bd5f0c30548272e4f449109aed3f93ac209ae"], ["role", "user"]]
|
169
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "324310103e1711b3ed8018f99208420bd15c2ddcfdc785d7c764472a02d58a11096535dbbabd69311726fb433135cac94bb2f8a26674d099a5fd5e30661dd9e6"], ["LIMIT", 1]]
|
170
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 46"], ["age", 67], ["created_at", "2024-06-28 08:12:13.165078"], ["updated_at", "2024-06-28 08:12:13.165078"], ["email", "igor46@gmail.com"], ["crypted_password", "$2a$10$34.QSGNaFrJ8e4p7Gm6m9ekw2JJjnxpPAmDkqDiKS2f8DiobzJHqy"], ["password_salt", "7KnCJSpj457fJu72ujFD"], ["persistence_token", "324310103e1711b3ed8018f99208420bd15c2ddcfdc785d7c764472a02d58a11096535dbbabd69311726fb433135cac94bb2f8a26674d099a5fd5e30661dd9e6"], ["role", "admin"]]
|
171
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "bf3578785246af7eef6672a5caae9d3b37dfde051b653d6879f0f1d70a9ebc3014cdd4c912133e5630db8a7a27b4e236584b51ce14d83fb75366706ec12b013c"], ["LIMIT", 1]]
|
172
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 47"], ["age", 62], ["created_at", "2024-06-28 08:12:13.229787"], ["updated_at", "2024-06-28 08:12:13.229787"], ["email", "stan47@gmail.com"], ["crypted_password", "$2a$10$.6SAwtvjmjZkmcLdvPBR1.6q0yJdk05EW6CJ0kUrmliSgiPpbnigK"], ["password_salt", "aSdQkRgtRn1bELXGWoSg"], ["persistence_token", "bf3578785246af7eef6672a5caae9d3b37dfde051b653d6879f0f1d70a9ebc3014cdd4c912133e5630db8a7a27b4e236584b51ce14d83fb75366706ec12b013c"], ["role", "admin"]]
|
173
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "b4d320b7954723508726b908f5bebb5f86c4e58bda1c61241d84dc58a3d5aa98cb961d2bc13ddb5e0eb12076875add2a4e542c3e588f9e21d650ab02733433fd"], ["LIMIT", 1]]
|
174
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 48"], ["age", 73], ["created_at", "2024-06-28 08:12:13.295391"], ["updated_at", "2024-06-28 08:12:13.295391"], ["email", "igor48@gmail.com"], ["crypted_password", "$2a$10$REREeQ/4Sn50zK7u/4S73O2/R88aa/8El/E.DcdgpkkfD1Nf0MMRO"], ["password_salt", "56ihzYPzyFGILwZRum5s"], ["persistence_token", "b4d320b7954723508726b908f5bebb5f86c4e58bda1c61241d84dc58a3d5aa98cb961d2bc13ddb5e0eb12076875add2a4e542c3e588f9e21d650ab02733433fd"], ["role", "moderator"]]
|
175
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a87198fa00e28f01f80283064a1a034d328c59d2997e1f19a2d92fd5ea5a88808669fb751a2b2d200e83d5eb8dd1a87c2c0991f0d7da9b12dc0fbfd824dabd5c"], ["LIMIT", 1]]
|
176
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 49"], ["age", 88], ["created_at", "2024-06-28 08:12:13.360410"], ["updated_at", "2024-06-28 08:12:13.360410"], ["email", "stan49@gmail.com"], ["crypted_password", "$2a$10$W1QfCjISx3W92ulArnEi6eLzgJy5UtWwR6dLHZFw9UqXkOAi8difu"], ["password_salt", "Ab-Ich3VCfYMQ6yvCIKz"], ["persistence_token", "a87198fa00e28f01f80283064a1a034d328c59d2997e1f19a2d92fd5ea5a88808669fb751a2b2d200e83d5eb8dd1a87c2c0991f0d7da9b12dc0fbfd824dabd5c"], ["role", "moderator"]]
|
177
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "f5b7758d47e0db9456726aec26a29b42ebf496e1fa9a4b74fa4a574ca0388bedf111f6601fdc6e93aedc39ede7b83e824c6ce6219e9e64bf0ce9e2da0f2bb8d1"], ["LIMIT", 1]]
|
178
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 50"], ["age", 44], ["created_at", "2024-06-28 08:12:13.426867"], ["updated_at", "2024-06-28 08:12:13.426867"], ["email", "bob50@gmail.com"], ["crypted_password", "$2a$10$JdIjXsM6iIP.MpAVsTIaCepL/MlonfzF8RrFZa39rE0c8qfwR/yiG"], ["password_salt", "8BfuKMpoESDfonDqs_BI"], ["persistence_token", "f5b7758d47e0db9456726aec26a29b42ebf496e1fa9a4b74fa4a574ca0388bedf111f6601fdc6e93aedc39ede7b83e824c6ce6219e9e64bf0ce9e2da0f2bb8d1"], ["role", "user"]]
|
179
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "0b9ec5adaa06bbb0ba9172dcf1d4648fa1eeebd51d0c6a69c062765d61943c8c483b321bad2562f18480d194b1c7ba01d958afe91a9172a1d3df1c101685337a"], ["LIMIT", 1]]
|
180
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 51"], ["age", 37], ["created_at", "2024-06-28 08:12:13.491929"], ["updated_at", "2024-06-28 08:12:13.491929"], ["email", "alan51@gmail.com"], ["crypted_password", "$2a$10$v2J4vkSL9A8cE3Hf2gW.5Og1XXoapzfUBP77Z4mp/bhTv47yi6YGu"], ["password_salt", "R75uTFTPe_qzGBgN1jbI"], ["persistence_token", "0b9ec5adaa06bbb0ba9172dcf1d4648fa1eeebd51d0c6a69c062765d61943c8c483b321bad2562f18480d194b1c7ba01d958afe91a9172a1d3df1c101685337a"], ["role", "moderator"]]
|
181
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a760296f421eb2e226e38a0201e0822c4febbcd430d2f6268bad6adf211348a428c8f144eb4cf02dc956fa28ff68c151c90bf6a8d8e67c6170206d0922aa6ce1"], ["LIMIT", 1]]
|
182
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 52"], ["age", 6], ["created_at", "2024-06-28 08:12:13.563559"], ["updated_at", "2024-06-28 08:12:13.563559"], ["email", "stan52@gmail.com"], ["crypted_password", "$2a$10$wQ8gAXSFEgUhBHIr0uBwWuuPmIv95Cef1KU0LXGLoj8vfIw2NSLE."], ["password_salt", "vaQ58tDij7JnUy-2UFSt"], ["persistence_token", "a760296f421eb2e226e38a0201e0822c4febbcd430d2f6268bad6adf211348a428c8f144eb4cf02dc956fa28ff68c151c90bf6a8d8e67c6170206d0922aa6ce1"], ["role", "user"]]
|
183
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "59788560bb01b649b3fe395c57ca085813c9405728b14f1d7ec7f389b0fde3978281d4664c3546a0ae9764a750f15d0a9679df261f45a1b13c8858928bf4f944"], ["LIMIT", 1]]
|
184
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 53"], ["age", 42], ["created_at", "2024-06-28 08:12:13.627906"], ["updated_at", "2024-06-28 08:12:13.627906"], ["email", "alan53@gmail.com"], ["crypted_password", "$2a$10$YusX9f/DuOMBWfIajMcTjeV2p.zD2bhJ.PJYpIqQU7iI/6i/tLrHy"], ["password_salt", "JfitYO-HYDN8rt63P7Ts"], ["persistence_token", "59788560bb01b649b3fe395c57ca085813c9405728b14f1d7ec7f389b0fde3978281d4664c3546a0ae9764a750f15d0a9679df261f45a1b13c8858928bf4f944"], ["role", "admin"]]
|
185
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "d1b5aee35b77154c777db7f6421f7a63e6c224ffe44e881df951486df5368112e9cccd4c130a72826a0409718fdcd76d8642aeb36157c7c164a491b7f3683b01"], ["LIMIT", 1]]
|
186
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 54"], ["age", 77], ["created_at", "2024-06-28 08:12:13.692577"], ["updated_at", "2024-06-28 08:12:13.692577"], ["email", "michaeljohn54@gmail.com"], ["crypted_password", "$2a$10$MCECF2rctMILB4ufQNXaN.xU7Uaj/.uuNyzU6/l8veWvF4ERqtwQq"], ["password_salt", "WVhTVufyItlD-MEVqiCC"], ["persistence_token", "d1b5aee35b77154c777db7f6421f7a63e6c224ffe44e881df951486df5368112e9cccd4c130a72826a0409718fdcd76d8642aeb36157c7c164a491b7f3683b01"], ["role", "user"]]
|
187
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "f09e164d18e062cbdb411d68c94373074e7dde7f1e7ed086f567f8f2746a163010f5b34b8194f2ec82118498d49abf5c42fbc7467c96e84d5c98d5842ade8f07"], ["LIMIT", 1]]
|
188
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 55"], ["age", 1], ["created_at", "2024-06-28 08:12:13.757247"], ["updated_at", "2024-06-28 08:12:13.757247"], ["email", "stan55@gmail.com"], ["crypted_password", "$2a$10$662x7V9weUf9lAsomlvNAOooBr/BpPsAEzwwU25RaZzZrVPyrJqAe"], ["password_salt", "3358J3E3OdFtlEmvqEy7"], ["persistence_token", "f09e164d18e062cbdb411d68c94373074e7dde7f1e7ed086f567f8f2746a163010f5b34b8194f2ec82118498d49abf5c42fbc7467c96e84d5c98d5842ade8f07"], ["role", "admin"]]
|
189
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "6dc86a22020404fa4c4c1a416646f5203b1366fa334f837081da5df67bf8b6915c7ee96d24279503cd9e2b0c5a5510a7487dcfe5b1d61a27bfa3834340b6d3f8"], ["LIMIT", 1]]
|
190
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 56"], ["age", 53], ["created_at", "2024-06-28 08:12:13.821522"], ["updated_at", "2024-06-28 08:12:13.821522"], ["email", "igor56@gmail.com"], ["crypted_password", "$2a$10$fYLYN8DQmiYBBTZzs1/.jefYNTdLnIONdW4xBzYamBxniTyy1l7Wy"], ["password_salt", "mU5lvnNE93XI8ISkO1eF"], ["persistence_token", "6dc86a22020404fa4c4c1a416646f5203b1366fa334f837081da5df67bf8b6915c7ee96d24279503cd9e2b0c5a5510a7487dcfe5b1d61a27bfa3834340b6d3f8"], ["role", "moderator"]]
|
191
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "daf438e53c0c696504d2c0fab160fbf22ee96ccfe966c16f29c9c46f3b62c7a9a4dc5b13317320e3fd0cbd4e1a37d56990b94b2eb4651287cf96d707bea9b42a"], ["LIMIT", 1]]
|
192
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 57"], ["age", 82], ["created_at", "2024-06-28 08:12:13.885801"], ["updated_at", "2024-06-28 08:12:13.885801"], ["email", "kris57@gmail.com"], ["crypted_password", "$2a$10$/WQVcctTAGWGI8Fdn7OwKu.2T89zbRmuCe20w4/tl0KdUmVdPfyne"], ["password_salt", "ey3iLb0RhT5Iy6q52Tpe"], ["persistence_token", "daf438e53c0c696504d2c0fab160fbf22ee96ccfe966c16f29c9c46f3b62c7a9a4dc5b13317320e3fd0cbd4e1a37d56990b94b2eb4651287cf96d707bea9b42a"], ["role", "admin"]]
|
193
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "e8a75651c1b907ed56fcd93558e41bd732601f79541770a160cf6a7bf45457083bdb189d8c2c9f2dac3fcafd0a1b8f3f7acdaa0f89698d93771f6c7863f20237"], ["LIMIT", 1]]
|
194
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 58"], ["age", 69], ["created_at", "2024-06-28 08:12:13.950571"], ["updated_at", "2024-06-28 08:12:13.950571"], ["email", "stan58@gmail.com"], ["crypted_password", "$2a$10$sJXpsldzdxGWbn3C1aOW5uPka8vc1I1yKAf7rxDkNIpyCoa1RgTAq"], ["password_salt", "1EbLB-5Q3sLa2v2TgItF"], ["persistence_token", "e8a75651c1b907ed56fcd93558e41bd732601f79541770a160cf6a7bf45457083bdb189d8c2c9f2dac3fcafd0a1b8f3f7acdaa0f89698d93771f6c7863f20237"], ["role", "user"]]
|
195
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "c4e7043d0902c03fcd9a8194a72ed0798f366adcae1d46dac8a7f743df1ab421a30ed5c72b6bba3cf6cf0b09f60cfe27ee80001eb8edef091f3035a7dfc1bc83"], ["LIMIT", 1]]
|
196
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 59"], ["age", 70], ["created_at", "2024-06-28 08:12:14.014642"], ["updated_at", "2024-06-28 08:12:14.014642"], ["email", "stan59@gmail.com"], ["crypted_password", "$2a$10$BvCNLmxUSlA1pCClv0i9hOKeN8WG33x/otmh8JL/jGynvpFfgUsRS"], ["password_salt", "2xAcbzfR2yVLe_fIJxw4"], ["persistence_token", "c4e7043d0902c03fcd9a8194a72ed0798f366adcae1d46dac8a7f743df1ab421a30ed5c72b6bba3cf6cf0b09f60cfe27ee80001eb8edef091f3035a7dfc1bc83"], ["role", "moderator"]]
|
197
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "15f688aa4f91c37355e174b2ce6a53423c0ba7189a65a439b6150ebe08f8ed1d2d46ecc50efa2e98842a766dfb9ffa78486d18851dc7910d4a8a91a8b1977ef9"], ["LIMIT", 1]]
|
198
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 60"], ["age", 35], ["created_at", "2024-06-28 08:12:14.079461"], ["updated_at", "2024-06-28 08:12:14.079461"], ["email", "alan60@gmail.com"], ["crypted_password", "$2a$10$ycSOGaYf5GnLt6Fc4hreGeFxXPfpWlErT1s3X8GKSBu53JYySZJQu"], ["password_salt", "kZzzJeIeDNvwaD2kM7cc"], ["persistence_token", "15f688aa4f91c37355e174b2ce6a53423c0ba7189a65a439b6150ebe08f8ed1d2d46ecc50efa2e98842a766dfb9ffa78486d18851dc7910d4a8a91a8b1977ef9"], ["role", "moderator"]]
|
199
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "3b0456505397ddbebd43df2076ccd5fb31e74035ca1c3a1fa06cad56147defed881286110f1c151a8c116a290ad7de5343a44421d5fbc2ef7299edd8d0637fee"], ["LIMIT", 1]]
|
200
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 61"], ["age", 78], ["created_at", "2024-06-28 08:12:14.143411"], ["updated_at", "2024-06-28 08:12:14.143411"], ["email", "kris61@gmail.com"], ["crypted_password", "$2a$10$Ju9Jxw2ItCsb4i2j/x1jKOILwegBR9hjA2vjpMKiMp6vBPN1gq0lK"], ["password_salt", "zzu4JQ5joysBL6HAAyip"], ["persistence_token", "3b0456505397ddbebd43df2076ccd5fb31e74035ca1c3a1fa06cad56147defed881286110f1c151a8c116a290ad7de5343a44421d5fbc2ef7299edd8d0637fee"], ["role", "moderator"]]
|
201
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "3af65376482df719063d7cebad990ca2108fca652848d1cce69acfc6c7c0e2cc656a4403bec15f703d4ebec89f59a003566d50e059a848eb01c532854250bf1b"], ["LIMIT", 1]]
|
202
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 62"], ["age", 28], ["created_at", "2024-06-28 08:12:14.208326"], ["updated_at", "2024-06-28 08:12:14.208326"], ["email", "michaeljohn62@gmail.com"], ["crypted_password", "$2a$10$F5IMEQkHXuqjgK1tx0yUyuAaSq.uUHr6cNARyE20gM.DE9qpu3tKu"], ["password_salt", "jcj_b5_X6a4viDrVzeAp"], ["persistence_token", "3af65376482df719063d7cebad990ca2108fca652848d1cce69acfc6c7c0e2cc656a4403bec15f703d4ebec89f59a003566d50e059a848eb01c532854250bf1b"], ["role", "admin"]]
|
203
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "77820c1be101ffcca6867a57b37d8f6a2fea9d6c050694ad29328e2e10310306939e5f35395ad8cd15f43c5bf3ae93161e72a8738e3f93459cbb07a548618631"], ["LIMIT", 1]]
|
204
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 63"], ["age", 85], ["created_at", "2024-06-28 08:12:14.272685"], ["updated_at", "2024-06-28 08:12:14.272685"], ["email", "stan63@gmail.com"], ["crypted_password", "$2a$10$txwmzRbk/igSqrM/p80xE.idapy8tJ2Bz/vded4XYTQ7tQGyi7Z/."], ["password_salt", "rs586zwVPwXIueAjT44-"], ["persistence_token", "77820c1be101ffcca6867a57b37d8f6a2fea9d6c050694ad29328e2e10310306939e5f35395ad8cd15f43c5bf3ae93161e72a8738e3f93459cbb07a548618631"], ["role", "moderator"]]
|
205
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "ae66757796c78fb9a44e2de8dbc598014b7a02f04c10557b448c76da95cc134496319075dfd3be352469df9a3eb451af860a3c6feb75ba21ace4a62414ba9b21"], ["LIMIT", 1]]
|
206
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 64"], ["age", 62], ["created_at", "2024-06-28 08:12:14.337080"], ["updated_at", "2024-06-28 08:12:14.337080"], ["email", "igor64@gmail.com"], ["crypted_password", "$2a$10$MBGYjI4jr3Q3sKLSuEOBmOBsBjigkfoJyg3Zf2MHm/9Rigd6KZqQy"], ["password_salt", "Sf-H7dFXeH6h9jRpaXTq"], ["persistence_token", "ae66757796c78fb9a44e2de8dbc598014b7a02f04c10557b448c76da95cc134496319075dfd3be352469df9a3eb451af860a3c6feb75ba21ace4a62414ba9b21"], ["role", "admin"]]
|
207
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "e09bcfb935e018c9e2c0322ad403e6ea194eb364ee0c40718ea9217e1544abff9d4a3c5c0de6c8ee6fa4aba9a33ff01c74f2e06a98ad225f43e5563abe339e66"], ["LIMIT", 1]]
|
208
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 65"], ["age", 41], ["created_at", "2024-06-28 08:12:14.401519"], ["updated_at", "2024-06-28 08:12:14.401519"], ["email", "igor65@gmail.com"], ["crypted_password", "$2a$10$SznK39bzOA.zQjn5oR8R7eDuq4tqKxGrajmu.NJ53gMXn5zf2HKaC"], ["password_salt", "YrusTspBDPFioDgXc9Wg"], ["persistence_token", "e09bcfb935e018c9e2c0322ad403e6ea194eb364ee0c40718ea9217e1544abff9d4a3c5c0de6c8ee6fa4aba9a33ff01c74f2e06a98ad225f43e5563abe339e66"], ["role", "user"]]
|
209
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "d834a325e0341aebdcf69256a0a88c4b64581342100bb231204e4f3c7be0c0bb47da4ae354a0397df4f481c00a7565585ed8e3351c9bf35baf738652564ca739"], ["LIMIT", 1]]
|
210
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 66"], ["age", 95], ["created_at", "2024-06-28 08:12:14.467432"], ["updated_at", "2024-06-28 08:12:14.467432"], ["email", "igor66@gmail.com"], ["crypted_password", "$2a$10$Jbc3KAhxhPs4Nawm0MpR4usikPOxuu/5nwxj9l8Wiom7aW5rOJy4i"], ["password_salt", "I1Rf-J638Y2lVsZwCyDy"], ["persistence_token", "d834a325e0341aebdcf69256a0a88c4b64581342100bb231204e4f3c7be0c0bb47da4ae354a0397df4f481c00a7565585ed8e3351c9bf35baf738652564ca739"], ["role", "moderator"]]
|
211
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "7df80c3ccd519585a56fca6f6a165fb2ece8d739c184a814a2533aaea6df8e8a1276e3abce55342f84faf8289f098b484bf6f9d20c1f960e7947a8efaea5f90a"], ["LIMIT", 1]]
|
212
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 67"], ["age", 73], ["created_at", "2024-06-28 08:12:14.534751"], ["updated_at", "2024-06-28 08:12:14.534751"], ["email", "kris67@gmail.com"], ["crypted_password", "$2a$10$/cPZuuNa0HU0AERohcfQQOi8gCOnwNzZo/6WNHj3GTtovuLyoS0de"], ["password_salt", "0nb_OwM-dJQwDGJhU2uO"], ["persistence_token", "7df80c3ccd519585a56fca6f6a165fb2ece8d739c184a814a2533aaea6df8e8a1276e3abce55342f84faf8289f098b484bf6f9d20c1f960e7947a8efaea5f90a"], ["role", "user"]]
|
213
|
+
[1m[36mUser Exists? (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a41dea6e434f534833d7fe00cd2636dd274605f06b9f17a4bc51415f4df386ecd2b86af837203f20a65295ee9caa4288a7d0d48b24519511e4a823093ef588fe"], ["LIMIT", 1]]
|
214
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 68"], ["age", 84], ["created_at", "2024-06-28 08:12:14.611399"], ["updated_at", "2024-06-28 08:12:14.611399"], ["email", "kris68@gmail.com"], ["crypted_password", "$2a$10$dPDJRD/iAxEm5SCJkAo/2.dDLOQMdkPgo4u06RNjm74UqIJ48bj2a"], ["password_salt", "snXw4HVHHu2FX5062XcK"], ["persistence_token", "a41dea6e434f534833d7fe00cd2636dd274605f06b9f17a4bc51415f4df386ecd2b86af837203f20a65295ee9caa4288a7d0d48b24519511e4a823093ef588fe"], ["role", "admin"]]
|
215
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "be173a7aceb9a895901da77b2b5ca3808ab68799b2cc62ccdc0b2268d4821f8c2e46eef12bd9dca28f042c47c61d5e89c099f784062d65129617e4c6a1b14997"], ["LIMIT", 1]]
|
216
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 69"], ["age", 42], ["created_at", "2024-06-28 08:12:14.680819"], ["updated_at", "2024-06-28 08:12:14.680819"], ["email", "bob69@gmail.com"], ["crypted_password", "$2a$10$V8EioSWNMjNFwqZzRESube/rQwQvGkxdE61jorpPv56RFWWAKo9mO"], ["password_salt", "WwXToxkayvfgbl9Avd-M"], ["persistence_token", "be173a7aceb9a895901da77b2b5ca3808ab68799b2cc62ccdc0b2268d4821f8c2e46eef12bd9dca28f042c47c61d5e89c099f784062d65129617e4c6a1b14997"], ["role", "user"]]
|
217
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "86c0a238c0a366d5a87e8f9c94cf799fc1a03451bdbbc2492128de7ca2078c567de3cf1de1e089df62d7e76da16ad93eeef77548920e38082816018d8d05798a"], ["LIMIT", 1]]
|
218
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 70"], ["age", 52], ["created_at", "2024-06-28 08:12:14.745499"], ["updated_at", "2024-06-28 08:12:14.745499"], ["email", "alan70@gmail.com"], ["crypted_password", "$2a$10$VUNWnQb2Se8vkK2enZkGyOFNrd5OEZUBCg2uKOCADn5JaKVfb2irS"], ["password_salt", "pWPFyV1FUbZEDEiLJnki"], ["persistence_token", "86c0a238c0a366d5a87e8f9c94cf799fc1a03451bdbbc2492128de7ca2078c567de3cf1de1e089df62d7e76da16ad93eeef77548920e38082816018d8d05798a"], ["role", "admin"]]
|
219
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "068dc269f0f48e6e685933c5cf2c2d68cfabea13058d5a8cfe8de7b53999b2f7227ca644b5a5f26b9965c8e17261ada6822de62ad6dab3e729280ca24b50843c"], ["LIMIT", 1]]
|
220
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 71"], ["age", 50], ["created_at", "2024-06-28 08:12:14.810832"], ["updated_at", "2024-06-28 08:12:14.810832"], ["email", "alan71@gmail.com"], ["crypted_password", "$2a$10$.1w47Fc37J4CxrwAl5Xa9uXpFfogFGyqSZalO2dVKcniz7npBhCL."], ["password_salt", "8XBLBPJ4p_A5utAozw02"], ["persistence_token", "068dc269f0f48e6e685933c5cf2c2d68cfabea13058d5a8cfe8de7b53999b2f7227ca644b5a5f26b9965c8e17261ada6822de62ad6dab3e729280ca24b50843c"], ["role", "user"]]
|
221
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "24cfc0f36219d651256b8f7115b0d7b0d25266d51f25f22d65280f6f1a99e004d7269f4afbf0165a68f31e21b52f80c06bbefa4a30c3a1c5da2914c432372a0a"], ["LIMIT", 1]]
|
222
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 72"], ["age", 59], ["created_at", "2024-06-28 08:12:14.875047"], ["updated_at", "2024-06-28 08:12:14.875047"], ["email", "kris72@gmail.com"], ["crypted_password", "$2a$10$VBupgTMeVUdonQ4nQYUYLu/xeO5jM2TljwaIH.MMg9iCzQuwZ5KNi"], ["password_salt", "RhJNwBVl_pxW_rSe1bJn"], ["persistence_token", "24cfc0f36219d651256b8f7115b0d7b0d25266d51f25f22d65280f6f1a99e004d7269f4afbf0165a68f31e21b52f80c06bbefa4a30c3a1c5da2914c432372a0a"], ["role", "moderator"]]
|
223
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "be5619ca0563d394dfdbbc8c201c6a3356653eab95e93b0f369c5c7259cc30bc267954ee8be1a0bbc2cbf79d471806246932d4b0d5f8d5c89091b300178cd48b"], ["LIMIT", 1]]
|
224
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 73"], ["age", 75], ["created_at", "2024-06-28 08:12:14.939121"], ["updated_at", "2024-06-28 08:12:14.939121"], ["email", "michaeljohn73@gmail.com"], ["crypted_password", "$2a$10$wXsNd3rTWG9RxZ7f6jJPz.H20wCMHofHc3Q9GzhDaKI5KKix2dx.q"], ["password_salt", "UqZua58GtOf-G7ApPtmf"], ["persistence_token", "be5619ca0563d394dfdbbc8c201c6a3356653eab95e93b0f369c5c7259cc30bc267954ee8be1a0bbc2cbf79d471806246932d4b0d5f8d5c89091b300178cd48b"], ["role", "user"]]
|
225
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "0d69dc1d88bbce40515daf248c7756de8510338bfd024cbc672294ecd6cf76989bc2c49afe6f62af00dba033a1a6875a1dbd7bfa1ee347575b2803d2e9f9ee30"], ["LIMIT", 1]]
|
226
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 74"], ["age", 13], ["created_at", "2024-06-28 08:12:15.004171"], ["updated_at", "2024-06-28 08:12:15.004171"], ["email", "igor74@gmail.com"], ["crypted_password", "$2a$10$JUn8QR4I4nKCIFt0wTawx.lp6DxgGrdHFU7dKDmcMcW8gy3era8rC"], ["password_salt", "BcyidN8IHpTBkVn2HkJr"], ["persistence_token", "0d69dc1d88bbce40515daf248c7756de8510338bfd024cbc672294ecd6cf76989bc2c49afe6f62af00dba033a1a6875a1dbd7bfa1ee347575b2803d2e9f9ee30"], ["role", "moderator"]]
|
227
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "93f463dd1176e4d3fc2ae52b380fd55dc82726fd524f1c0efe619bebb2324c60fb6336320d616305ed2af692d4943b401758153c27c015223dfa9c14a72aa03b"], ["LIMIT", 1]]
|
228
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 75"], ["age", 35], ["created_at", "2024-06-28 08:12:15.069033"], ["updated_at", "2024-06-28 08:12:15.069033"], ["email", "kris75@gmail.com"], ["crypted_password", "$2a$10$n.9dpWgApDM/zCzj4x4im.w5HaJ8cDVQgXewld7YZNEChJLpx9Ozy"], ["password_salt", "q-wNRfDx7rWAosUfodZ0"], ["persistence_token", "93f463dd1176e4d3fc2ae52b380fd55dc82726fd524f1c0efe619bebb2324c60fb6336320d616305ed2af692d4943b401758153c27c015223dfa9c14a72aa03b"], ["role", "user"]]
|
229
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "8b2408da37e467d4954122934edc3d112be80875574a873d07dfdfbf28efad1a74acbaeb6a5e6bc0830a1ecde509b7149173db0059436510bfe9fbf461a6e5fc"], ["LIMIT", 1]]
|
230
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 76"], ["age", 21], ["created_at", "2024-06-28 08:12:15.133366"], ["updated_at", "2024-06-28 08:12:15.133366"], ["email", "stan76@gmail.com"], ["crypted_password", "$2a$10$k3v.a2/wzP6Y7Ee2eEZmgOvmTfFgDwwjGIAM6mGi7HHl4b/ZZfMTy"], ["password_salt", "Zo4XXjPWQw4FEl8TXISB"], ["persistence_token", "8b2408da37e467d4954122934edc3d112be80875574a873d07dfdfbf28efad1a74acbaeb6a5e6bc0830a1ecde509b7149173db0059436510bfe9fbf461a6e5fc"], ["role", "admin"]]
|
231
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "936340b35ac95d5397d9722f49dc09e90e5721e32fd069506c63b48c1eb9c5413e83161ea5c1739496ab2364629b8f2cbe122471948eaf0b5675778e4d6a6985"], ["LIMIT", 1]]
|
232
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 77"], ["age", 95], ["created_at", "2024-06-28 08:12:15.198510"], ["updated_at", "2024-06-28 08:12:15.198510"], ["email", "alan77@gmail.com"], ["crypted_password", "$2a$10$ARffwB1rKLFJRhCPlpX4uuZXPfvZonK9cOz.hwrOHijk.CjoLeMSm"], ["password_salt", "_IUXbW1jgtXjXv4UWPSw"], ["persistence_token", "936340b35ac95d5397d9722f49dc09e90e5721e32fd069506c63b48c1eb9c5413e83161ea5c1739496ab2364629b8f2cbe122471948eaf0b5675778e4d6a6985"], ["role", "moderator"]]
|
233
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "cafd1eda46c159653c5a8a4c5bd04df8cc6014f79082b54ee168faa96b25cbebabe2b4df6aea031089766c00f7b6ddf55b6806d513b1e4e53efd81a286402635"], ["LIMIT", 1]]
|
234
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 78"], ["age", 82], ["created_at", "2024-06-28 08:12:15.263091"], ["updated_at", "2024-06-28 08:12:15.263091"], ["email", "kris78@gmail.com"], ["crypted_password", "$2a$10$epEWpep9x4F.MN.4LXkThO/s9i6gVAEBiUGe98juatd3HSa4qtQDe"], ["password_salt", "V4ImeCHw9YvqCFFeuC-y"], ["persistence_token", "cafd1eda46c159653c5a8a4c5bd04df8cc6014f79082b54ee168faa96b25cbebabe2b4df6aea031089766c00f7b6ddf55b6806d513b1e4e53efd81a286402635"], ["role", "admin"]]
|
235
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "97757659845f0d1bedcb0ae8f90ecc0e6cf296b4f75a712cdf65e529dfce8a92179706562955689032160a4c2af1010a01c0a6a7183f6bdb1fe11b81c938046f"], ["LIMIT", 1]]
|
236
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 79"], ["age", 97], ["created_at", "2024-06-28 08:12:15.328209"], ["updated_at", "2024-06-28 08:12:15.328209"], ["email", "stan79@gmail.com"], ["crypted_password", "$2a$10$QH7.EHtxBBXxvaaiPxYWZORK2aOlzRU4tiZ7fhPmJEbDM1VOtYnRK"], ["password_salt", "pNuQ46N5zMuXZjTXbtBH"], ["persistence_token", "97757659845f0d1bedcb0ae8f90ecc0e6cf296b4f75a712cdf65e529dfce8a92179706562955689032160a4c2af1010a01c0a6a7183f6bdb1fe11b81c938046f"], ["role", "moderator"]]
|
237
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "4d06edf7f2757f80914bcd2566073a0f778bad89e7ece5f152377ca72f6272fff21de65e6054b37aec1d6602773916c961a9049bfad1e46a0772aad525416917"], ["LIMIT", 1]]
|
238
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 80"], ["age", 65], ["created_at", "2024-06-28 08:12:15.392637"], ["updated_at", "2024-06-28 08:12:15.392637"], ["email", "kris80@gmail.com"], ["crypted_password", "$2a$10$TTdqXqgMnBUzsmyXaxgxueuqEIz/AMTF0c3xaM6Atqv1o/dkyWl2y"], ["password_salt", "CjaUpeNd_qcnPpZE_b8L"], ["persistence_token", "4d06edf7f2757f80914bcd2566073a0f778bad89e7ece5f152377ca72f6272fff21de65e6054b37aec1d6602773916c961a9049bfad1e46a0772aad525416917"], ["role", "admin"]]
|
239
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a09c53d933c12fe1892c5da6dabc93840d46e426bcb04b876b833496509464075ab7d9b51411e4e610a440e3eaf7b17302fcb404c84001e04895349c0ec0d3c6"], ["LIMIT", 1]]
|
240
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 81"], ["age", 97], ["created_at", "2024-06-28 08:12:15.456866"], ["updated_at", "2024-06-28 08:12:15.456866"], ["email", "igor81@gmail.com"], ["crypted_password", "$2a$10$lf2UyOI76c8ttGIdqQluIumN4Q0rH8nV6hjw0V/ToNP3ew3MMx4ki"], ["password_salt", "3Ckrgml2JuGNh6SEoZhE"], ["persistence_token", "a09c53d933c12fe1892c5da6dabc93840d46e426bcb04b876b833496509464075ab7d9b51411e4e610a440e3eaf7b17302fcb404c84001e04895349c0ec0d3c6"], ["role", "moderator"]]
|
241
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "7bd57780fab3464f3551a0910db7d3b53790ca3e5bdc0620f5c180cbbee3c2a9df656b3ae15c0e8be69dc09fcf0574b1e2bfefe02621b9ec314e03ef4b7752d0"], ["LIMIT", 1]]
|
242
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 82"], ["age", 31], ["created_at", "2024-06-28 08:12:15.522116"], ["updated_at", "2024-06-28 08:12:15.522116"], ["email", "stan82@gmail.com"], ["crypted_password", "$2a$10$DgMuQmizCY47rTvLyHV1ieXqip9xdLy2P26a7nsul13EJgLPjeXUy"], ["password_salt", "xOSc_Tmp3HcUsgE2HQlo"], ["persistence_token", "7bd57780fab3464f3551a0910db7d3b53790ca3e5bdc0620f5c180cbbee3c2a9df656b3ae15c0e8be69dc09fcf0574b1e2bfefe02621b9ec314e03ef4b7752d0"], ["role", "user"]]
|
243
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "0fc0ebf8be38168b1018b15ff1f4ed5454871eed67b5d516563c2e63e409264bbf597e32a56587e43c9c039c0724f17ddd9d4f9139863732cafe5f7946506b27"], ["LIMIT", 1]]
|
244
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 83"], ["age", 61], ["created_at", "2024-06-28 08:12:15.588327"], ["updated_at", "2024-06-28 08:12:15.588327"], ["email", "bob83@gmail.com"], ["crypted_password", "$2a$10$a4NL3.3A1urOOML9.jYw/ekCj.tUPsZ7FKEWWNp9uag/sq4RHQkm."], ["password_salt", "QMTd3cHCgEvgVOpCKxAk"], ["persistence_token", "0fc0ebf8be38168b1018b15ff1f4ed5454871eed67b5d516563c2e63e409264bbf597e32a56587e43c9c039c0724f17ddd9d4f9139863732cafe5f7946506b27"], ["role", "admin"]]
|
245
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "62f83b136f3067f019b3ede9c5e2cf6bb18289456c83fd5a1d3b94998b51b6542ff6987b9aa6402542eacb450443736f17cdef9296f6744e6bdc62003ce98399"], ["LIMIT", 1]]
|
246
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 84"], ["age", 85], ["created_at", "2024-06-28 08:12:15.652828"], ["updated_at", "2024-06-28 08:12:15.652828"], ["email", "michaeljohn84@gmail.com"], ["crypted_password", "$2a$10$FocgEmjUp0.UyhyPVLrJq.bBrOJD0oMmrnzwGq71QvQfoLiussxf2"], ["password_salt", "qVAI2HtXm7AfZJGbSWGo"], ["persistence_token", "62f83b136f3067f019b3ede9c5e2cf6bb18289456c83fd5a1d3b94998b51b6542ff6987b9aa6402542eacb450443736f17cdef9296f6744e6bdc62003ce98399"], ["role", "admin"]]
|
247
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "c1619ba613e5946151364fa05bcdcdd7f145a17d788a8141789a72d3e43dab94bb0832cf6c69fb7b3ec895c44d7b8d6318e1e1c1f07375bfa60a0ac31e08841d"], ["LIMIT", 1]]
|
248
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 85"], ["age", 42], ["created_at", "2024-06-28 08:12:15.717729"], ["updated_at", "2024-06-28 08:12:15.717729"], ["email", "igor85@gmail.com"], ["crypted_password", "$2a$10$e.Jrwz5hihtgedyO6wD0eu6Fk8lBgGVc3yUpiGmybHntaphjzcYOm"], ["password_salt", "OVFF9BcVw_43xnFqp4ja"], ["persistence_token", "c1619ba613e5946151364fa05bcdcdd7f145a17d788a8141789a72d3e43dab94bb0832cf6c69fb7b3ec895c44d7b8d6318e1e1c1f07375bfa60a0ac31e08841d"], ["role", "user"]]
|
249
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "c221e155a1dc67899211dc0c95ebc3f7b1d3a6a17f627a952a6a8a6b7f39c2106d78293bf0a070cc58c430e3814df292076b7142bb3911828a38cefbdfd593a3"], ["LIMIT", 1]]
|
250
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 86"], ["age", 62], ["created_at", "2024-06-28 08:12:15.782427"], ["updated_at", "2024-06-28 08:12:15.782427"], ["email", "michaeljohn86@gmail.com"], ["crypted_password", "$2a$10$PvpIcEdvxsJtnyKNC7d8GeUUNrpidobn5YG0Nj0R1YplGX11pNsOO"], ["password_salt", "VXcZ45Zce59L5OqgiMkV"], ["persistence_token", "c221e155a1dc67899211dc0c95ebc3f7b1d3a6a17f627a952a6a8a6b7f39c2106d78293bf0a070cc58c430e3814df292076b7142bb3911828a38cefbdfd593a3"], ["role", "admin"]]
|
251
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a42df8ea2db698c14dc06d4ce2d13c8fbe4d1cb5373efc29327cda770e2fb6a6faae712106e9ba458b75d0bc54416f636f4d7dd9f8223c4fe142fcda7578a50d"], ["LIMIT", 1]]
|
252
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 87"], ["age", 38], ["created_at", "2024-06-28 08:12:15.847081"], ["updated_at", "2024-06-28 08:12:15.847081"], ["email", "stan87@gmail.com"], ["crypted_password", "$2a$10$R69/EgsogPOjivcuTZDlgezkFsKD30l08SrBq3uhNmPuDMlEkYVQK"], ["password_salt", "NWqSSrKnuBfXpFdM4daM"], ["persistence_token", "a42df8ea2db698c14dc06d4ce2d13c8fbe4d1cb5373efc29327cda770e2fb6a6faae712106e9ba458b75d0bc54416f636f4d7dd9f8223c4fe142fcda7578a50d"], ["role", "admin"]]
|
253
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a7334a427e4035242a4779eaa2627a5741154a317d619bf9c20776e286dd42320783a66c136c1f72607921e9587144eea5bf8c0d9e7ede2feebeb82b29c5620d"], ["LIMIT", 1]]
|
254
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 88"], ["age", 24], ["created_at", "2024-06-28 08:12:15.910849"], ["updated_at", "2024-06-28 08:12:15.910849"], ["email", "kris88@gmail.com"], ["crypted_password", "$2a$10$DGlBSOv2NyXb5Bnm7fcy3.3lWMGEvNNxTmncOxQBAdVlMVDg9twF."], ["password_salt", "v20PIjssqsWloBV820GL"], ["persistence_token", "a7334a427e4035242a4779eaa2627a5741154a317d619bf9c20776e286dd42320783a66c136c1f72607921e9587144eea5bf8c0d9e7ede2feebeb82b29c5620d"], ["role", "admin"]]
|
255
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "4780f070ad5d85df8c4d76687f2dd4ea9a45e0e4b84e308e66c96d1acb75ce65020d1fb7fc791ae48bf2299681fc6bb7ce13507f29f8102a0f2b358fcb6a4aba"], ["LIMIT", 1]]
|
256
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 89"], ["age", 24], ["created_at", "2024-06-28 08:12:15.974439"], ["updated_at", "2024-06-28 08:12:15.974439"], ["email", "kris89@gmail.com"], ["crypted_password", "$2a$10$20DCkGCTL3OETD3Gij7YPuvvqhHbsoanu2sxEsH/Ad1oi0lbZdw5y"], ["password_salt", "nHWaMMr3uQvxw1HjJf3u"], ["persistence_token", "4780f070ad5d85df8c4d76687f2dd4ea9a45e0e4b84e308e66c96d1acb75ce65020d1fb7fc791ae48bf2299681fc6bb7ce13507f29f8102a0f2b358fcb6a4aba"], ["role", "user"]]
|
257
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "abe919c46df3bce816d72ee2d219f21e7bd3d674d81d06d0fd5b0d053c067cf36da16610d5750ccaa949a2ead3df6518599d3aa251f77a3fe4d2250dbf66bc94"], ["LIMIT", 1]]
|
258
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 90"], ["age", 90], ["created_at", "2024-06-28 08:12:16.038544"], ["updated_at", "2024-06-28 08:12:16.038544"], ["email", "stan90@gmail.com"], ["crypted_password", "$2a$10$7BBd5cv.bte9u1MTu/dFH.uuccnlnIAKcJb/9IsLb/SyI5Cemcr0q"], ["password_salt", "IsewJCNy2WdUVOwKjm07"], ["persistence_token", "abe919c46df3bce816d72ee2d219f21e7bd3d674d81d06d0fd5b0d053c067cf36da16610d5750ccaa949a2ead3df6518599d3aa251f77a3fe4d2250dbf66bc94"], ["role", "admin"]]
|
259
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "e6ff24333b22e3218ae08f4f2ddb97b90d3a5b9daf9a1c9674344858105e7ee0cee30b60bc8ccd17ed42690e6840f9adb5a12feee61d2bee6efa711f330205bb"], ["LIMIT", 1]]
|
260
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Igor 91"], ["age", 96], ["created_at", "2024-06-28 08:12:16.102833"], ["updated_at", "2024-06-28 08:12:16.102833"], ["email", "bob91@gmail.com"], ["crypted_password", "$2a$10$TOL8THzr.x4Ai7wW/EULBu17LkTanXZSR1OFG95AAFcw5BtZebkpa"], ["password_salt", "aJPLzwUi91NJW2ljaVRr"], ["persistence_token", "e6ff24333b22e3218ae08f4f2ddb97b90d3a5b9daf9a1c9674344858105e7ee0cee30b60bc8ccd17ed42690e6840f9adb5a12feee61d2bee6efa711f330205bb"], ["role", "user"]]
|
261
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "ac863bdd9e11d3595f8b976958df58dfee0a37751bd50b0dec1720eae9a4aaf277812f3f61424e9836f4b217000c133d70127f97f364a7eae3ab9b2cc3946725"], ["LIMIT", 1]]
|
262
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 92"], ["age", 53], ["created_at", "2024-06-28 08:12:16.167251"], ["updated_at", "2024-06-28 08:12:16.167251"], ["email", "michaeljohn92@gmail.com"], ["crypted_password", "$2a$10$fTuK1ktuHcTAQbKtLc33K.jOWIZZluhFyvgidDlQIRqV7vxgj/MrC"], ["password_salt", "j3o-QDDcpfDVXLSQ9Jyn"], ["persistence_token", "ac863bdd9e11d3595f8b976958df58dfee0a37751bd50b0dec1720eae9a4aaf277812f3f61424e9836f4b217000c133d70127f97f364a7eae3ab9b2cc3946725"], ["role", "moderator"]]
|
263
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "73cca67943900a89e4a04a7355dcd907dd211c3169587236f9ff8016b79fedbdb866e537f66e188dbe8f2a212f7b8b06d793a07cd9f9e393890f90854e6be5bd"], ["LIMIT", 1]]
|
264
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 93"], ["age", 29], ["created_at", "2024-06-28 08:12:16.231866"], ["updated_at", "2024-06-28 08:12:16.231866"], ["email", "alan93@gmail.com"], ["crypted_password", "$2a$10$nwLHjOmGqzK8Wmmpx2wHfezAMwbsuhqUAnNB2/EjIMYnjD1kEyX4e"], ["password_salt", "WaCE2XEZqJLtGoV00bGg"], ["persistence_token", "73cca67943900a89e4a04a7355dcd907dd211c3169587236f9ff8016b79fedbdb866e537f66e188dbe8f2a212f7b8b06d793a07cd9f9e393890f90854e6be5bd"], ["role", "user"]]
|
265
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "6fdfeacbd6c25c522b4c80c25840c452b07d0507b808f5d738bb448c953a51139c5ac99db3f2b25fe05f527ef69dff5a5bbaa0e836fba2980d8695a8212f9cef"], ["LIMIT", 1]]
|
266
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "MichaelJohn 94"], ["age", 53], ["created_at", "2024-06-28 08:12:16.296599"], ["updated_at", "2024-06-28 08:12:16.296599"], ["email", "stan94@gmail.com"], ["crypted_password", "$2a$10$uEXg13XmLSuZDpm05jCsZ.HptyLFOv7ZQU2WT8LYUIcEF5BNb8isW"], ["password_salt", "K0Xkc6C5zfq1qX0NZeUH"], ["persistence_token", "6fdfeacbd6c25c522b4c80c25840c452b07d0507b808f5d738bb448c953a51139c5ac99db3f2b25fe05f527ef69dff5a5bbaa0e836fba2980d8695a8212f9cef"], ["role", "moderator"]]
|
267
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "7791ed0e4bce3a403f290f3709fba95619f4a2fb61cb55f3316dc978105cc6c250ad5ae3b288d2cda3286358df40080f8859fbbd54638c506a7c5b76db4dfc54"], ["LIMIT", 1]]
|
268
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 95"], ["age", 62], ["created_at", "2024-06-28 08:12:16.360908"], ["updated_at", "2024-06-28 08:12:16.360908"], ["email", "igor95@gmail.com"], ["crypted_password", "$2a$10$HKKukF/OZ6x7yMnQvQStuueBbrTZ4zWZMc2KeOrZkdAkMAkb9z.Om"], ["password_salt", "ofadX-0WcB1vbmU3g_In"], ["persistence_token", "7791ed0e4bce3a403f290f3709fba95619f4a2fb61cb55f3316dc978105cc6c250ad5ae3b288d2cda3286358df40080f8859fbbd54638c506a7c5b76db4dfc54"], ["role", "moderator"]]
|
269
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "5c68a878c7c9035c4e6933ad9baed56172199dfc8ff477df95a2798dbb49225a686437ea35ce5ad0b7988dfe6511fe929a51e471f05e0091ba032317536c7dd6"], ["LIMIT", 1]]
|
270
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Alan 96"], ["age", 82], ["created_at", "2024-06-28 08:12:16.425439"], ["updated_at", "2024-06-28 08:12:16.425439"], ["email", "igor96@gmail.com"], ["crypted_password", "$2a$10$ZbSsN6KbjVRxJhfoU7fk3ufzVQuUmgIq8oQf8Adh6.owJRTgHgH3i"], ["password_salt", "3doGAsJxa2b3NvgxpOaF"], ["persistence_token", "5c68a878c7c9035c4e6933ad9baed56172199dfc8ff477df95a2798dbb49225a686437ea35ce5ad0b7988dfe6511fe929a51e471f05e0091ba032317536c7dd6"], ["role", "admin"]]
|
271
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "87da213a445dda988243ab459f5d6470bb6e7d6f611b9605704492b4c64db1be51fa95b5b422f94435e42b6f4fd9dedcba422ada18aab1f0e7685fe9a037d288"], ["LIMIT", 1]]
|
272
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Bob 97"], ["age", 64], ["created_at", "2024-06-28 08:12:16.489603"], ["updated_at", "2024-06-28 08:12:16.489603"], ["email", "igor97@gmail.com"], ["crypted_password", "$2a$10$Irp2J5pplZdsTG9oAvL12.QiwuFwiAAafXCynrubkXiTfsAfwG4wy"], ["password_salt", "edyZmh-fJnLEvVst0dSe"], ["persistence_token", "87da213a445dda988243ab459f5d6470bb6e7d6f611b9605704492b4c64db1be51fa95b5b422f94435e42b6f4fd9dedcba422ada18aab1f0e7685fe9a037d288"], ["role", "user"]]
|
273
|
+
[1m[36mUser Exists? (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "05de59e0309297b01acd4202b296029429a0b7f9869d047c0dc48a9bcebeea403416b44f8bd2682e331206a450a94d794cd52d6206e7de21a93e0100c76cedbc"], ["LIMIT", 1]]
|
274
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Stan 98"], ["age", 60], ["created_at", "2024-06-28 08:12:16.553941"], ["updated_at", "2024-06-28 08:12:16.553941"], ["email", "michaeljohn98@gmail.com"], ["crypted_password", "$2a$10$AmMu3.3IA7ok6/ua2/b8m.Wb90QbVh3EvkEGuB/xjIfzR5v/Cfe4u"], ["password_salt", "bTZv0rls-70dBFg5wqMx"], ["persistence_token", "05de59e0309297b01acd4202b296029429a0b7f9869d047c0dc48a9bcebeea403416b44f8bd2682e331206a450a94d794cd52d6206e7de21a93e0100c76cedbc"], ["role", "admin"]]
|
275
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "48bb937adc375b15d4c4715c358748ed6702af9527e6786dc3dcd983346268d9e240247a53bf2f8673bb1426fd7650e3964df8031dfb879d5ef2ab82dcf2bc2c"], ["LIMIT", 1]]
|
276
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "age", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Kris 99"], ["age", 69], ["created_at", "2024-06-28 08:12:16.620640"], ["updated_at", "2024-06-28 08:12:16.620640"], ["email", "michaeljohn99@gmail.com"], ["crypted_password", "$2a$10$9BAAoCtzPn5fspr9yQgvkOIW3w/XJ/l6S50kmnLxUMr3BRpB2o62C"], ["password_salt", "4Kx0G1Sxo-QjnPCgrIZx"], ["persistence_token", "48bb937adc375b15d4c4715c358748ed6702af9527e6786dc3dcd983346268d9e240247a53bf2f8673bb1426fd7650e3964df8031dfb879d5ef2ab82dcf2bc2c"], ["role", "admin"]]
|
277
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20220825195914"]]
|
278
|
+
[1m[36mTRANSACTION (2.7ms)[0m [1m[36mcommit transaction[0m
|
279
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
280
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
281
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.6ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2024-06-28 08:12:16.630567"], ["updated_at", "2024-06-28 08:12:16.630567"]]
|
282
|
+
[1m[36mTRANSACTION (0.7ms)[0m [1m[36mcommit transaction[0m
|
283
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
284
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
285
|
+
[1m[35m (1.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
286
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
287
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
288
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
289
|
+
[1m[35m (1.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
290
|
+
[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]]
|
291
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
292
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
293
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
294
|
+
---------------------------------------------------------------------
|
295
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
296
|
+
---------------------------------------------------------------------
|
297
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
298
|
+
[1m[36mUser Exists? (2.8ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "6fbdeb66b51ec4aff357aed714512eb96d05ac588c3dbccc3f727618267eb48270d460c256e649de9a226e14693eadc80c24c7203f696ebffad5d3f97f519a94"], ["LIMIT", 1]]
|
299
|
+
[1m[36mUser Create (1.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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:14:21.006203"], ["updated_at", "2024-06-28 08:14:21.006203"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$E9NKCikBxdmYEZj7FIIy2.GnEZOjaGTlgw1u4bJrumiPoBbGXCNgS"], ["password_salt", "OJNj02E16swJnoYg8xYv"], ["persistence_token", "6fbdeb66b51ec4aff357aed714512eb96d05ac588c3dbccc3f727618267eb48270d460c256e649de9a226e14693eadc80c24c7203f696ebffad5d3f97f519a94"], ["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], ["role", "user"]]
|
300
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
301
|
+
[1m[36mTRANSACTION (3.3ms)[0m [1m[31mrollback transaction[0m
|
302
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
303
|
+
-----------------------------------------------------------------------------------
|
304
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
305
|
+
-----------------------------------------------------------------------------------
|
306
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
307
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "d226796b96f1ccb8781153de74399e827288f0d4aafc539dae467b955400c2f102424793861343edd1570c56fa6b349a63fe97ffe8f8dc830e80d65716d4f34d"], ["LIMIT", 1]]
|
308
|
+
[1m[36mUser Create (0.4ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:14:31.883482"], ["updated_at", "2024-06-28 08:14:31.883482"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$V9gSj6IdI6Ys1KqLkaXn4e9OAfVSytHbRffbsZjubgI1kqTBZd.ca"], ["password_salt", "gOHDQr_s5p_bULc2SkKj"], ["persistence_token", "d226796b96f1ccb8781153de74399e827288f0d4aafc539dae467b955400c2f102424793861343edd1570c56fa6b349a63fe97ffe8f8dc830e80d65716d4f34d"], ["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], ["role", "user"]]
|
309
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
310
|
+
[1m[36mTRANSACTION (2.3ms)[0m [1m[31mrollback transaction[0m
|
311
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
312
|
+
[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]]
|
313
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
314
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
315
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
316
|
+
---------------------------------------------------------------------
|
317
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
318
|
+
---------------------------------------------------------------------
|
319
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
320
|
+
[1m[36mUser Exists? (3.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "842cf7510c8256b6064590317f5a35bb096577b0ccf57429d5d1ecbd64ec62452bd6ce287aaf42759fadd6d17f5a6dc232f5db1afe26e3b768ce7705baccf1c5"], ["LIMIT", 1]]
|
321
|
+
[1m[36mUser Create (1.4ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:15:22.498498"], ["updated_at", "2024-06-28 08:15:22.498498"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$Txm4GjoMjFXLjQxPhu2C2.b6v5tUGyebTmG.qN0LD.I2qIYVUDh.u"], ["password_salt", "aZYg4dJxv2wTy2RM2Fkc"], ["persistence_token", "842cf7510c8256b6064590317f5a35bb096577b0ccf57429d5d1ecbd64ec62452bd6ce287aaf42759fadd6d17f5a6dc232f5db1afe26e3b768ce7705baccf1c5"], ["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], ["role", "user"]]
|
322
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
323
|
+
[1m[36mTRANSACTION (2.5ms)[0m [1m[31mrollback transaction[0m
|
324
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
325
|
+
-----------------------------------------------------------------------------------
|
326
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
327
|
+
-----------------------------------------------------------------------------------
|
328
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
329
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "6347623731f510f572ae6b41089745fb8d7a4a1269a12d81e0bb0b8a3e73bcf4519afad6b2230e38392974fdf965aca7aad6e9e272af16e582ba57d3a317beb6"], ["LIMIT", 1]]
|
330
|
+
[1m[36mUser Create (0.4ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:15:23.885017"], ["updated_at", "2024-06-28 08:15:23.885017"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$WHF7L293ilBPfJ.UgHEQou7l7aTLYJH/5hXacDqh4xLn6ArOe6gdq"], ["password_salt", "YJqaMb9WjwP9wCz1Rzjy"], ["persistence_token", "6347623731f510f572ae6b41089745fb8d7a4a1269a12d81e0bb0b8a3e73bcf4519afad6b2230e38392974fdf965aca7aad6e9e272af16e582ba57d3a317beb6"], ["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], ["role", "user"]]
|
331
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
332
|
+
[1m[36mTRANSACTION (2.5ms)[0m [1m[31mrollback transaction[0m
|
333
|
+
[1m[35m (1.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
334
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
335
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
336
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
337
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
338
|
+
-----------------------------------------------------------------------------------
|
339
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
340
|
+
-----------------------------------------------------------------------------------
|
341
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
342
|
+
[1m[36mUser Exists? (2.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "2ed2ef47f7e8390c198959bd9975fb881aa2eadfb570b4b815e93c12f6e21866f721389c4ba1591a932ae1891c9b09f23b7013e939207c9f037611ea7ffce0d9"], ["LIMIT", 1]]
|
343
|
+
[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:15:54.666849"], ["updated_at", "2024-06-28 08:15:54.666849"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$5CCBOTHm1eVwPuCwaCZYCuDg9YFLY6LVaO4S6NNV6PdNTuC6GL7J6"], ["password_salt", "lyV4xyp-1obL51KbrnJw"], ["persistence_token", "2ed2ef47f7e8390c198959bd9975fb881aa2eadfb570b4b815e93c12f6e21866f721389c4ba1591a932ae1891c9b09f23b7013e939207c9f037611ea7ffce0d9"], ["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], ["role", "user"]]
|
344
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
345
|
+
[1m[36mTRANSACTION (3.2ms)[0m [1m[31mrollback transaction[0m
|
346
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
347
|
+
---------------------------------------------------------------------
|
348
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
349
|
+
---------------------------------------------------------------------
|
350
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
351
|
+
[1m[36mUser Exists? (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "6736a5dadaccff0c19397c480744e371f50bd257127ffbbdaff565b6483a1dabf16a1a20c8a8332229f55369d122ca465f536c4b79d958078ad9e22fed6eb0f5"], ["LIMIT", 1]]
|
352
|
+
[1m[36mUser Create (0.5ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:15:56.044894"], ["updated_at", "2024-06-28 08:15:56.044894"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$3auvKQSEoUx7UWubENLmxOG.IHCpWzCmhm7ojPIJe9lV1JfS7GIra"], ["password_salt", "gB2yrWD102tWoZ7tgYsf"], ["persistence_token", "6736a5dadaccff0c19397c480744e371f50bd257127ffbbdaff565b6483a1dabf16a1a20c8a8332229f55369d122ca465f536c4b79d958078ad9e22fed6eb0f5"], ["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], ["role", "user"]]
|
353
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
354
|
+
[1m[36mTRANSACTION (2.6ms)[0m [1m[31mrollback transaction[0m
|
355
|
+
[1m[35m (1.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
356
|
+
[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]]
|
357
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
358
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
359
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
360
|
+
-----------------------------------------------------------------------------------
|
361
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
362
|
+
-----------------------------------------------------------------------------------
|
363
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
364
|
+
[1m[36mUser Exists? (3.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "f19fb6f4422dc82f91fa8379c126cc8dc278ef478845ce94b1108fcdb367c3ff54262909cd0a3e4a95749de82b4bc7913f514c943121058157a0ae48baf6c9e9"], ["LIMIT", 1]]
|
365
|
+
[1m[36mUser Create (1.5ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:18:04.248349"], ["updated_at", "2024-06-28 08:18:04.248349"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$UWBv2aOfKWtDvbalN3c31.84gbdbsr3MUWi/Tv46To51HblVDz5BK"], ["password_salt", "mvszw8MIQpDcMY-K7V_W"], ["persistence_token", "f19fb6f4422dc82f91fa8379c126cc8dc278ef478845ce94b1108fcdb367c3ff54262909cd0a3e4a95749de82b4bc7913f514c943121058157a0ae48baf6c9e9"], ["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], ["role", "user"]]
|
366
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
367
|
+
[1m[36mTRANSACTION (0.5ms)[0m [1m[31mrollback transaction[0m
|
368
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
369
|
+
---------------------------------------------------------------------
|
370
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
371
|
+
---------------------------------------------------------------------
|
372
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
373
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "13d1be5afe193433a22f6cc6ec5b09d1990fe2e3219612a6407b9d89022a19ebae002d11b4eb01a9af663c0d6c6e67efa8dc8524b4d6a7890745d593d854bb0e"], ["LIMIT", 1]]
|
374
|
+
[1m[36mUser Create (0.5ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:18:04.454984"], ["updated_at", "2024-06-28 08:18:04.454984"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$GueQLYBz2MoLCEtSTUDOvu7nN4UQtalRbja6fQbBVwO0qMNImnWKK"], ["password_salt", "5nGdyoPT768U9KnBIzMy"], ["persistence_token", "13d1be5afe193433a22f6cc6ec5b09d1990fe2e3219612a6407b9d89022a19ebae002d11b4eb01a9af663c0d6c6e67efa8dc8524b4d6a7890745d593d854bb0e"], ["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], ["role", "user"]]
|
375
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
376
|
+
[1m[36mTRANSACTION (1.9ms)[0m [1m[31mrollback transaction[0m
|
377
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
378
|
+
[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]]
|
379
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
380
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
381
|
+
[1m[35m (1.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
382
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
383
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
384
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
385
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
386
|
+
-----------------------------------------------------------------------------------
|
387
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
388
|
+
-----------------------------------------------------------------------------------
|
389
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
390
|
+
[1m[36mUser Exists? (2.8ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "b90d2cae62b517b34b5e80d27ce7973e1bf8892f9bd2fd934b6cdfe79f8430cd6028491c077a916b211d2cd914686148c755971291ca263b82f90856a80c8fe3"], ["LIMIT", 1]]
|
391
|
+
[1m[36mUser Create (1.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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:20:12.445370"], ["updated_at", "2024-06-28 08:20:12.445370"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$9GIxAGlm6iMOwxioaKEQ7ewbZEkVR5ItTHag4R1cSV3ug2yAl6pEK"], ["password_salt", "SQO95_Z3AxfRxVWI-8XC"], ["persistence_token", "b90d2cae62b517b34b5e80d27ce7973e1bf8892f9bd2fd934b6cdfe79f8430cd6028491c077a916b211d2cd914686148c755971291ca263b82f90856a80c8fe3"], ["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], ["role", "user"]]
|
392
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
393
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
394
|
+
Processing by HomeController#index as HTML
|
395
|
+
Rendering layout layouts/application.html.erb
|
396
|
+
Rendering home/index.html.erb within layouts/application
|
397
|
+
Rendered home/index.html.erb within layouts/application (Duration: 13.3ms | Allocations: 4519)
|
398
|
+
Rendered shared/_header.html.erb (Duration: 0.4ms | Allocations: 117)
|
399
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.6ms | Allocations: 136)
|
400
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
401
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 30.1ms | Allocations: 53929)
|
402
|
+
Rendered shared/_footer.html.erb (Duration: 31.6ms | Allocations: 54457)
|
403
|
+
Rendered layout layouts/application.html.erb (Duration: 47.0ms | Allocations: 59621)
|
404
|
+
Completed 200 OK in 61ms (Views: 52.8ms | ActiveRecord: 0.3ms | Allocations: 63184)
|
405
|
+
Started GET "/any_login/any_login/js" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
406
|
+
Started GET "/any_login/any_login/css" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
407
|
+
Processing by AnyLogin::ApplicationController#js as */*
|
408
|
+
Processing by AnyLogin::ApplicationController#css as HTML
|
409
|
+
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.5ms)
|
410
|
+
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.4ms)
|
411
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 824)
|
412
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 527)
|
413
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
414
|
+
Processing by AnyLogin::ApplicationController#any_login as HTML
|
415
|
+
Parameters: {"selected_id"=>"10"}
|
416
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
417
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
418
|
+
[1m[36mUser Update (0.2ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "login_count" = ?, "failed_login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 08:20:17.870625"], ["login_count", 1], ["failed_login_count", 0], ["last_request_at", "2024-06-28 08:20:17.869212"], ["current_login_at", "2024-06-28 08:20:17.869132"], ["current_login_ip", "127.0.0.1"], ["id", 10]]
|
419
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
420
|
+
Redirected to http://127.0.0.1:49554/
|
421
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.5ms | Allocations: 2370)
|
422
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
423
|
+
Processing by HomeController#index as HTML
|
424
|
+
Rendering layout layouts/application.html.erb
|
425
|
+
Rendering home/index.html.erb within layouts/application
|
426
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
427
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
428
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 08:20:17.881468"], ["last_request_at", "2024-06-28 08:20:17.881088"], ["id", 10]]
|
429
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
430
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.2ms | Allocations: 1338)
|
431
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 7)
|
432
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
433
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
434
|
+
[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]]
|
435
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.4ms | Allocations: 1678)
|
436
|
+
Rendered shared/_footer.html.erb (Duration: 2.7ms | Allocations: 1830)
|
437
|
+
Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 3311)
|
438
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.6ms | Allocations: 3564)
|
439
|
+
Started GET "/any_login/any_login/js" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
440
|
+
Processing by AnyLogin::ApplicationController#js as */*
|
441
|
+
Started GET "/any_login/any_login/css" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
442
|
+
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.5ms)
|
443
|
+
Processing by AnyLogin::ApplicationController#css as HTML
|
444
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 836)
|
445
|
+
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.4ms)
|
446
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 780)
|
447
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
448
|
+
Processing by HomeController#about as HTML
|
449
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
450
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
451
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 08:20:17.929181"], ["last_request_at", "2024-06-28 08:20:17.928813"], ["id", 10]]
|
452
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
453
|
+
Rendering layout layouts/application.html.erb
|
454
|
+
Rendering home/about.html.erb within layouts/application
|
455
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.5ms | Allocations: 94)
|
456
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
457
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
458
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
459
|
+
[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]]
|
460
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.1ms | Allocations: 1430)
|
461
|
+
Rendered shared/_footer.html.erb (Duration: 2.4ms | Allocations: 1568)
|
462
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 1797)
|
463
|
+
Completed 200 OK in 7ms (Views: 3.4ms | ActiveRecord: 0.4ms | Allocations: 3184)
|
464
|
+
Started GET "/any_login/any_login/css" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
465
|
+
Processing by AnyLogin::ApplicationController#css as HTML
|
466
|
+
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.3ms)
|
467
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 370)
|
468
|
+
Started GET "/any_login/any_login/js" for 127.0.0.1 at 2024-06-28 11:20:17 +0300
|
469
|
+
Processing by AnyLogin::ApplicationController#js as */*
|
470
|
+
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.4ms)
|
471
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 348)
|
472
|
+
[1m[36mTRANSACTION (0.6ms)[0m [1m[31mrollback transaction[0m
|
473
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
474
|
+
---------------------------------------------------------------------
|
475
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
476
|
+
---------------------------------------------------------------------
|
477
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
478
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "7a62aed30e2066d32d8d23481cf4de78e4abb2f28fcd52e2fe5a02b7ceaa680710192562fdb5edcb681acfdb9977f500275fd194c2177e88d19087ae11040241"], ["LIMIT", 1]]
|
479
|
+
[1m[36mUser Create (0.4ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:20:18.124623"], ["updated_at", "2024-06-28 08:20:18.124623"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$SSoiIPUvBhTiXa6RQdA0YeoKntM1HBvslaZ4OqTBNzSc8HhxtEOJm"], ["password_salt", "8jtblWuVFjj_MQfus7Gm"], ["persistence_token", "7a62aed30e2066d32d8d23481cf4de78e4abb2f28fcd52e2fe5a02b7ceaa680710192562fdb5edcb681acfdb9977f500275fd194c2177e88d19087ae11040241"], ["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], ["role", "user"]]
|
480
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
481
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 11:20:18 +0300
|
482
|
+
Processing by HomeController#about as HTML
|
483
|
+
Redirected to http://127.0.0.1:49554/user_session/new
|
484
|
+
Filter chain halted as :require_user rendered or redirected
|
485
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 400)
|
486
|
+
Started GET "/user_session/new" for 127.0.0.1 at 2024-06-28 11:20:18 +0300
|
487
|
+
Processing by UserSessionsController#new as HTML
|
488
|
+
Rendering layout layouts/application.html.erb
|
489
|
+
Rendering user_sessions/new.html.erb within layouts/application
|
490
|
+
Rendered user_sessions/new.html.erb within layouts/application (Duration: 3.6ms | Allocations: 1045)
|
491
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 9)
|
492
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 8)
|
493
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
494
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.9ms | Allocations: 1243)
|
495
|
+
Rendered shared/_footer.html.erb (Duration: 2.9ms | Allocations: 1761)
|
496
|
+
Rendered layout layouts/application.html.erb (Duration: 6.9ms | Allocations: 2982)
|
497
|
+
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms | Allocations: 3795)
|
498
|
+
Started GET "/any_login/any_login/css" for 127.0.0.1 at 2024-06-28 11:20:18 +0300
|
499
|
+
Processing by AnyLogin::ApplicationController#css as HTML
|
500
|
+
Started GET "/any_login/any_login/js" for 127.0.0.1 at 2024-06-28 11:20:18 +0300
|
501
|
+
Processing by AnyLogin::ApplicationController#js as */*
|
502
|
+
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (1.4ms)
|
503
|
+
Completed 200 OK in 2ms (ActiveRecord: 0.0ms | Allocations: 1041)
|
504
|
+
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (1.0ms)
|
505
|
+
Completed 200 OK in 2ms (ActiveRecord: 0.0ms | Allocations: 459)
|
506
|
+
[1m[36mTRANSACTION (0.5ms)[0m [1m[31mrollback transaction[0m
|
507
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
508
|
+
[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]]
|
509
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
510
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
511
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
512
|
+
-----------------------------------------------------------------------------------
|
513
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
514
|
+
-----------------------------------------------------------------------------------
|
515
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
516
|
+
[1m[36mUser Exists? (2.8ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "8d774523d5de45585b5c046a2aec1a479152e5dab7fa5ff24080c7b6d60e93e75b9a87bd26eb8bf9401c3ea1b3eedc32f793b5ece57031fcabe95135e6aaf883"], ["LIMIT", 1]]
|
517
|
+
[1m[36mUser Create (1.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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:21:04.229796"], ["updated_at", "2024-06-28 08:21:04.229796"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$hlxHFnQx4EQae8uBSarE1.6iTv7snkIj/9m1.NyTNag7b34q5YsYG"], ["password_salt", "uCycRxD1mAOnKprGNms6"], ["persistence_token", "8d774523d5de45585b5c046a2aec1a479152e5dab7fa5ff24080c7b6d60e93e75b9a87bd26eb8bf9401c3ea1b3eedc32f793b5ece57031fcabe95135e6aaf883"], ["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], ["role", "user"]]
|
518
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
519
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 11:21:05 +0300
|
520
|
+
Processing by HomeController#index as HTML
|
521
|
+
Rendering layout layouts/application.html.erb
|
522
|
+
Rendering home/index.html.erb within layouts/application
|
523
|
+
Rendered home/index.html.erb within layouts/application (Duration: 20.4ms | Allocations: 4519)
|
524
|
+
Rendered shared/_header.html.erb (Duration: 0.5ms | Allocations: 117)
|
525
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.6ms | Allocations: 136)
|
526
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
527
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 84.3ms | Allocations: 53930)
|
528
|
+
Rendered shared/_footer.html.erb (Duration: 86.5ms | Allocations: 54458)
|
529
|
+
Rendered layout layouts/application.html.erb (Duration: 108.9ms | Allocations: 59622)
|
530
|
+
Completed 200 OK in 126ms (Views: 114.8ms | ActiveRecord: 0.3ms | Allocations: 63185)
|
531
|
+
Started GET "/any_login/any_login/css" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
532
|
+
Started GET "/any_login/any_login/js" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
533
|
+
Processing by AnyLogin::ApplicationController#css as HTML
|
534
|
+
Processing by AnyLogin::ApplicationController#js as */*
|
535
|
+
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.5ms)
|
536
|
+
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.4ms)
|
537
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 833)
|
538
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 517)
|
539
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
540
|
+
Processing by AnyLogin::ApplicationController#any_login as HTML
|
541
|
+
Parameters: {"selected_id"=>"10"}
|
542
|
+
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
543
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
544
|
+
[1m[36mUser Update (0.2ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "login_count" = ?, "failed_login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 08:21:06.480855"], ["login_count", 1], ["failed_login_count", 0], ["last_request_at", "2024-06-28 08:21:06.479449"], ["current_login_at", "2024-06-28 08:21:06.479367"], ["current_login_ip", "127.0.0.1"], ["id", 10]]
|
545
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
546
|
+
Redirected to http://127.0.0.1:49587/
|
547
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.8ms | Allocations: 2371)
|
548
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
549
|
+
Processing by HomeController#index as HTML
|
550
|
+
Rendering layout layouts/application.html.erb
|
551
|
+
Rendering home/index.html.erb within layouts/application
|
552
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
553
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
554
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 08:21:06.492021"], ["last_request_at", "2024-06-28 08:21:06.491627"], ["id", 10]]
|
555
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
556
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.5ms | Allocations: 1332)
|
557
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 7)
|
558
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
559
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
560
|
+
[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]]
|
561
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.5ms | Allocations: 1678)
|
562
|
+
Rendered shared/_footer.html.erb (Duration: 2.8ms | Allocations: 1830)
|
563
|
+
Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 3305)
|
564
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.5ms | Allocations: 3558)
|
565
|
+
Started GET "/any_login/any_login/js" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
566
|
+
Processing by AnyLogin::ApplicationController#js as */*
|
567
|
+
Started GET "/any_login/any_login/css" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
568
|
+
Processing by AnyLogin::ApplicationController#css as HTML
|
569
|
+
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.5ms)
|
570
|
+
Completed 200 OK in 2ms (ActiveRecord: 0.0ms | Allocations: 1155)
|
571
|
+
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.2ms)
|
572
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 799)
|
573
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
574
|
+
Processing by HomeController#about as HTML
|
575
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
576
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
577
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 08:21:06.540447"], ["last_request_at", "2024-06-28 08:21:06.540090"], ["id", 10]]
|
578
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
579
|
+
Rendering layout layouts/application.html.erb
|
580
|
+
Rendering home/about.html.erb within layouts/application
|
581
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.5ms | Allocations: 97)
|
582
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
583
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
584
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
585
|
+
[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]]
|
586
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.2ms | Allocations: 1430)
|
587
|
+
Rendered shared/_footer.html.erb (Duration: 2.4ms | Allocations: 1568)
|
588
|
+
Rendered layout layouts/application.html.erb (Duration: 3.3ms | Allocations: 1800)
|
589
|
+
Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.4ms | Allocations: 3175)
|
590
|
+
Started GET "/any_login/any_login/css" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
591
|
+
Processing by AnyLogin::ApplicationController#css as HTML
|
592
|
+
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.2ms)
|
593
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 355)
|
594
|
+
Started GET "/any_login/any_login/js" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
595
|
+
Processing by AnyLogin::ApplicationController#js as */*
|
596
|
+
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.4ms)
|
597
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 346)
|
598
|
+
[1m[36mTRANSACTION (0.6ms)[0m [1m[31mrollback transaction[0m
|
599
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
600
|
+
---------------------------------------------------------------------
|
601
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
602
|
+
---------------------------------------------------------------------
|
603
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
604
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "6fd9c48b3f2ed166775cf5d01f1252b168be97fb1b38f6d1b72dfb0611749edd434e2c8770d3ad1c1f8a9ecb0519b1dbddce2102821b86c669dae41247cc377b"], ["LIMIT", 1]]
|
605
|
+
[1m[36mUser Create (0.4ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:21:06.847463"], ["updated_at", "2024-06-28 08:21:06.847463"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$GkH.DKYP8I1.xe9JEy8Rs.T.2FGcPiCE4UVPxeRrDRxEogs9FiHVm"], ["password_salt", "oYNYqaIlJT4PiA8NZC0v"], ["persistence_token", "6fd9c48b3f2ed166775cf5d01f1252b168be97fb1b38f6d1b72dfb0611749edd434e2c8770d3ad1c1f8a9ecb0519b1dbddce2102821b86c669dae41247cc377b"], ["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], ["role", "user"]]
|
606
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
607
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
608
|
+
Processing by HomeController#about as HTML
|
609
|
+
Redirected to http://127.0.0.1:49587/user_session/new
|
610
|
+
Filter chain halted as :require_user rendered or redirected
|
611
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 400)
|
612
|
+
Started GET "/user_session/new" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
613
|
+
Processing by UserSessionsController#new as HTML
|
614
|
+
Rendering layout layouts/application.html.erb
|
615
|
+
Rendering user_sessions/new.html.erb within layouts/application
|
616
|
+
Rendered user_sessions/new.html.erb within layouts/application (Duration: 3.8ms | Allocations: 1045)
|
617
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 9)
|
618
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 8)
|
619
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
620
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.0ms | Allocations: 1243)
|
621
|
+
Rendered shared/_footer.html.erb (Duration: 2.9ms | Allocations: 1762)
|
622
|
+
Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 2983)
|
623
|
+
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms | Allocations: 3796)
|
624
|
+
Started GET "/any_login/any_login/js" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
625
|
+
Processing by AnyLogin::ApplicationController#js as */*
|
626
|
+
Started GET "/any_login/any_login/css" for 127.0.0.1 at 2024-06-28 11:21:06 +0300
|
627
|
+
Processing by AnyLogin::ApplicationController#css as HTML
|
628
|
+
Sent file /Users/admin/projects/any_login/app/assets/javascripts/any_login/application.js (0.6ms)
|
629
|
+
Completed 200 OK in 2ms (ActiveRecord: 0.0ms | Allocations: 1111)
|
630
|
+
Sent file /Users/admin/projects/any_login/app/assets/stylesheets/any_login/application.css (0.4ms)
|
631
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 803)
|
632
|
+
[1m[36mTRANSACTION (0.5ms)[0m [1m[31mrollback transaction[0m
|
633
|
+
[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"]]
|
634
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
635
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[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"]]
|
636
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
637
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[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"]]
|
638
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
639
|
+
[1m[35m (1.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
640
|
+
[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]]
|
641
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
642
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
643
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
644
|
+
---------------------------------------------------------------------
|
645
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
646
|
+
---------------------------------------------------------------------
|
647
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
648
|
+
[1m[36mUser Exists? (3.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "6fa67401a0281570f67f7643c6de3b9b6ddabaeef61a5509973c9b79a0a6962d03bc268e96fcbb1e4b1ac3d90efaeedf6fba77e823cfff49a3de5aea51b611fd"], ["LIMIT", 1]]
|
649
|
+
[1m[36mUser Create (0.9ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:57:14.035148"], ["updated_at", "2024-06-28 08:57:14.035148"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$cvI5.jTcbn0PpUi.Yokhi.n4gLcqBKotB9Lh1nz.Iq7ic3ImMpQ3W"], ["password_salt", "Sq1GqT2epjxUWwcPtVH7"], ["persistence_token", "6fa67401a0281570f67f7643c6de3b9b6ddabaeef61a5509973c9b79a0a6962d03bc268e96fcbb1e4b1ac3d90efaeedf6fba77e823cfff49a3de5aea51b611fd"], ["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], ["role", "user"]]
|
650
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
651
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 11:57:15 +0300
|
652
|
+
Processing by HomeController#about as HTML
|
653
|
+
Redirected to http://127.0.0.1:54622/user_session/new
|
654
|
+
Filter chain halted as :require_user rendered or redirected
|
655
|
+
Completed 302 Found in 13ms (ActiveRecord: 0.0ms | Allocations: 5009)
|
656
|
+
Started GET "/user_session/new" for 127.0.0.1 at 2024-06-28 11:57:15 +0300
|
657
|
+
Processing by UserSessionsController#new as HTML
|
658
|
+
Rendering layout layouts/application.html.erb
|
659
|
+
Rendering user_sessions/new.html.erb within layouts/application
|
660
|
+
Rendered user_sessions/new.html.erb within layouts/application (Duration: 3.6ms | Allocations: 1343)
|
661
|
+
Rendered shared/_header.html.erb (Duration: 0.5ms | Allocations: 117)
|
662
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.2ms | Allocations: 122)
|
663
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.2ms | Allocations: 174)
|
664
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.3ms | Allocations: 137)
|
665
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
666
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 28.0ms | Allocations: 54194)
|
667
|
+
Rendered shared/_footer.html.erb (Duration: 30.3ms | Allocations: 55113)
|
668
|
+
Rendered layout layouts/application.html.erb (Duration: 35.8ms | Allocations: 57118)
|
669
|
+
Completed 200 OK in 43ms (Views: 39.5ms | ActiveRecord: 0.4ms | Allocations: 59633)
|
670
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
671
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
672
|
+
-----------------------------------------------------------------------------------
|
673
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
674
|
+
-----------------------------------------------------------------------------------
|
675
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
676
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "a965bc8dbb2800076afb9c437f6373757c8eb9da1d6889fa7fd6b76ecf045e9fe2c1a032f3d3a127e2ef4d9408c20b03321be2697bb49cd06f8ac56ef0712338"], ["LIMIT", 1]]
|
677
|
+
[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 08:57:15.452691"], ["updated_at", "2024-06-28 08:57:15.452691"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$UWnfLjFbXBCwb5MPe9eD.OZgxoBWTD/jiIawnUfxfijanLuebiS/e"], ["password_salt", "F34bGgS52CCauFWz4uAP"], ["persistence_token", "a965bc8dbb2800076afb9c437f6373757c8eb9da1d6889fa7fd6b76ecf045e9fe2c1a032f3d3a127e2ef4d9408c20b03321be2697bb49cd06f8ac56ef0712338"], ["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], ["role", "user"]]
|
678
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
679
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 11:57:15 +0300
|
680
|
+
Processing by HomeController#index as HTML
|
681
|
+
Rendering layout layouts/application.html.erb
|
682
|
+
Rendering home/index.html.erb within layouts/application
|
683
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.8ms | Allocations: 1045)
|
684
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 9)
|
685
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 6)
|
686
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 6)
|
687
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 8)
|
688
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
689
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.8ms | Allocations: 1229)
|
690
|
+
Rendered shared/_footer.html.erb (Duration: 2.2ms | Allocations: 1361)
|
691
|
+
Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 2565)
|
692
|
+
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms | Allocations: 3243)
|
693
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 11:57:15 +0300
|
694
|
+
Processing by AnyLogin::ApplicationController#any_login as HTML
|
695
|
+
Parameters: {"selected_id"=>"10", "id"=>""}
|
696
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
697
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
698
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "login_count" = ?, "failed_login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 08:57:15.641190"], ["login_count", 1], ["failed_login_count", 0], ["last_request_at", "2024-06-28 08:57:15.638066"], ["current_login_at", "2024-06-28 08:57:15.637983"], ["current_login_ip", "127.0.0.1"], ["id", 10]]
|
699
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
700
|
+
Redirected to http://127.0.0.1:54622/
|
701
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.4ms | Allocations: 2368)
|
702
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 11:57:15 +0300
|
703
|
+
Processing by HomeController#index as HTML
|
704
|
+
Rendering layout layouts/application.html.erb
|
705
|
+
Rendering home/index.html.erb within layouts/application
|
706
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
707
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
708
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 08:57:15.651129"], ["last_request_at", "2024-06-28 08:57:15.650723"], ["id", 10]]
|
709
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
710
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.1ms | Allocations: 1303)
|
711
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 7)
|
712
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
713
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
714
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
715
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
716
|
+
[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]]
|
717
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.3ms | Allocations: 1637)
|
718
|
+
Rendered shared/_footer.html.erb (Duration: 2.6ms | Allocations: 1789)
|
719
|
+
Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 3234)
|
720
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.6ms | Allocations: 3483)
|
721
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 11:57:15 +0300
|
722
|
+
Processing by HomeController#about as HTML
|
723
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
724
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
725
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 08:57:15.689313"], ["last_request_at", "2024-06-28 08:57:15.688880"], ["id", 10]]
|
726
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
727
|
+
Rendering layout layouts/application.html.erb
|
728
|
+
Rendering home/about.html.erb within layouts/application
|
729
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.4ms | Allocations: 94)
|
730
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
731
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
732
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
733
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
734
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
735
|
+
[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]]
|
736
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.1ms | Allocations: 1397)
|
737
|
+
Rendered shared/_footer.html.erb (Duration: 2.4ms | Allocations: 1535)
|
738
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 1763)
|
739
|
+
Completed 200 OK in 7ms (Views: 3.4ms | ActiveRecord: 0.4ms | Allocations: 3128)
|
740
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
741
|
+
[1m[35m (3.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
742
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
743
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
744
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
745
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
746
|
+
-----------------------------------------------------------------------------------
|
747
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
748
|
+
-----------------------------------------------------------------------------------
|
749
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
750
|
+
[1m[36mUser Exists? (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "236db44df34552e09c4c5355648d311337864e2f06b5a26183581470152467a81e644ba8758ae7eec4fcb845dd668ed10b458207817bccf21d56d0a8804825d6"], ["LIMIT", 1]]
|
751
|
+
[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 09:02:56.748191"], ["updated_at", "2024-06-28 09:02:56.748191"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$aHhnVICh.3k6k/dXFURL4.yAawNdRyNpeTvICFxvsLHign28QVKiC"], ["password_salt", "VlhKbX6Br4LVJGGybKNW"], ["persistence_token", "236db44df34552e09c4c5355648d311337864e2f06b5a26183581470152467a81e644ba8758ae7eec4fcb845dd668ed10b458207817bccf21d56d0a8804825d6"], ["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], ["role", "user"]]
|
752
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
753
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 12:02:58 +0300
|
754
|
+
Processing by HomeController#index as HTML
|
755
|
+
Rendering layout layouts/application.html.erb
|
756
|
+
Rendering home/index.html.erb within layouts/application
|
757
|
+
Rendered home/index.html.erb within layouts/application (Duration: 16.6ms | Allocations: 4519)
|
758
|
+
Rendered shared/_header.html.erb (Duration: 0.4ms | Allocations: 117)
|
759
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.9ms | Allocations: 122)
|
760
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.5ms | Allocations: 174)
|
761
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.5ms | Allocations: 137)
|
762
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
763
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 38.8ms | Allocations: 54259)
|
764
|
+
Rendered shared/_footer.html.erb (Duration: 40.3ms | Allocations: 54787)
|
765
|
+
Rendered layout layouts/application.html.erb (Duration: 59.2ms | Allocations: 59951)
|
766
|
+
Completed 200 OK in 79ms (Views: 65.8ms | ActiveRecord: 0.3ms | Allocations: 63514)
|
767
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 12:02:58 +0300
|
768
|
+
Processing by AnyLogin::ApplicationController#any_login as HTML
|
769
|
+
Parameters: {"selected_id"=>"10"}
|
770
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
771
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
772
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "login_count" = ?, "failed_login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:02:58.703957"], ["login_count", 1], ["failed_login_count", 0], ["last_request_at", "2024-06-28 09:02:58.703252"], ["current_login_at", "2024-06-28 09:02:58.703155"], ["current_login_ip", "127.0.0.1"], ["id", 10]]
|
773
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
774
|
+
Redirected to http://127.0.0.1:56088/
|
775
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.5ms | Allocations: 2426)
|
776
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 12:02:58 +0300
|
777
|
+
Processing by HomeController#index as HTML
|
778
|
+
Rendering layout layouts/application.html.erb
|
779
|
+
Rendering home/index.html.erb within layouts/application
|
780
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
781
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
782
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:02:58.716069"], ["last_request_at", "2024-06-28 09:02:58.715712"], ["id", 10]]
|
783
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
784
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.3ms | Allocations: 1332)
|
785
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 7)
|
786
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
787
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
788
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
789
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
790
|
+
[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]]
|
791
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 3.0ms | Allocations: 1643)
|
792
|
+
Rendered shared/_footer.html.erb (Duration: 3.3ms | Allocations: 1795)
|
793
|
+
Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 3269)
|
794
|
+
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.6ms | Allocations: 3520)
|
795
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:02:58 +0300
|
796
|
+
Processing by HomeController#about as HTML
|
797
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
798
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
799
|
+
[1m[36mUser Update (0.2ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:02:58.788972"], ["last_request_at", "2024-06-28 09:02:58.788536"], ["id", 10]]
|
800
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
801
|
+
Rendering layout layouts/application.html.erb
|
802
|
+
Rendering home/about.html.erb within layouts/application
|
803
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.7ms | Allocations: 94)
|
804
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
805
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
806
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
807
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
808
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
809
|
+
[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]]
|
810
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.6ms | Allocations: 1397)
|
811
|
+
Rendered shared/_footer.html.erb (Duration: 2.9ms | Allocations: 1535)
|
812
|
+
Rendered layout layouts/application.html.erb (Duration: 4.2ms | Allocations: 1763)
|
813
|
+
Completed 200 OK in 10ms (Views: 4.6ms | ActiveRecord: 0.6ms | Allocations: 3120)
|
814
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
815
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
816
|
+
---------------------------------------------------------------------
|
817
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
818
|
+
---------------------------------------------------------------------
|
819
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
820
|
+
[1m[36mUser Exists? (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "c364c18b3efe985495965b0d8fe7349f0e0956b09e0a0398d756112bbc0e1105ce2ccb38afa7fd46d03d96ad6b58a2e1e557eb9664c3abca438478550e078e6f"], ["LIMIT", 1]]
|
821
|
+
[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 09:02:58.986210"], ["updated_at", "2024-06-28 09:02:58.986210"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$4VkfXXSRXs44eHe3Jz9dM.Zo1VvFJ54UMByPv14IH56RC/ZcfHn/e"], ["password_salt", "wLzSduCDOWEevH-H3LBB"], ["persistence_token", "c364c18b3efe985495965b0d8fe7349f0e0956b09e0a0398d756112bbc0e1105ce2ccb38afa7fd46d03d96ad6b58a2e1e557eb9664c3abca438478550e078e6f"], ["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], ["role", "user"]]
|
822
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
823
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:02:58 +0300
|
824
|
+
Processing by HomeController#about as HTML
|
825
|
+
Redirected to http://127.0.0.1:56088/user_session/new
|
826
|
+
Filter chain halted as :require_user rendered or redirected
|
827
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 399)
|
828
|
+
Started GET "/user_session/new" for 127.0.0.1 at 2024-06-28 12:02:58 +0300
|
829
|
+
Processing by UserSessionsController#new as HTML
|
830
|
+
Rendering layout layouts/application.html.erb
|
831
|
+
Rendering user_sessions/new.html.erb within layouts/application
|
832
|
+
Rendered user_sessions/new.html.erb within layouts/application (Duration: 4.7ms | Allocations: 1045)
|
833
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 9)
|
834
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 6)
|
835
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 6)
|
836
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 8)
|
837
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
838
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.7ms | Allocations: 1204)
|
839
|
+
Rendered shared/_footer.html.erb (Duration: 2.7ms | Allocations: 1728)
|
840
|
+
Rendered layout layouts/application.html.erb (Duration: 8.0ms | Allocations: 2948)
|
841
|
+
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.1ms | Allocations: 3753)
|
842
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
843
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (1.9ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
844
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
845
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
846
|
+
---------------------------------------------------------------------
|
847
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
848
|
+
---------------------------------------------------------------------
|
849
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
850
|
+
[1m[36mUser Exists? (3.1ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "9df915f037fb6a32460108dda9a960592246bb8100c25978b119f2b52dc45fc755a779f0c44a061d616acf12ea495e19886cff204a1918a1d271675bc8feb87d"], ["LIMIT", 1]]
|
851
|
+
[1m[36mUser Create (0.9ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 09:15:37.666754"], ["updated_at", "2024-06-28 09:15:37.666754"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$qBJv6Mcltps5kxaNlEVezOVK9yPGIUC7zn6mIZwJaaZENBfj/kwwy"], ["password_salt", "09F04levwSek6bUGxtXS"], ["persistence_token", "9df915f037fb6a32460108dda9a960592246bb8100c25978b119f2b52dc45fc755a779f0c44a061d616acf12ea495e19886cff204a1918a1d271675bc8feb87d"], ["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], ["role", "user"]]
|
852
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
853
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:15:39 +0300
|
854
|
+
Processing by HomeController#about as HTML
|
855
|
+
Redirected to http://127.0.0.1:60844/user_session/new
|
856
|
+
Filter chain halted as :require_user rendered or redirected
|
857
|
+
Completed 302 Found in 63ms (ActiveRecord: 0.0ms | Allocations: 5024)
|
858
|
+
Started GET "/user_session/new" for 127.0.0.1 at 2024-06-28 12:15:40 +0300
|
859
|
+
Processing by UserSessionsController#new as HTML
|
860
|
+
Rendering layout layouts/application.html.erb
|
861
|
+
Rendering user_sessions/new.html.erb within layouts/application
|
862
|
+
Rendered user_sessions/new.html.erb within layouts/application (Duration: 21.9ms | Allocations: 1344)
|
863
|
+
Rendered shared/_header.html.erb (Duration: 2.5ms | Allocations: 117)
|
864
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.9ms | Allocations: 122)
|
865
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 6.9ms | Allocations: 177)
|
866
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 6.4ms | Allocations: 137)
|
867
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
868
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 177.1ms | Allocations: 54203)
|
869
|
+
Rendered shared/_footer.html.erb (Duration: 185.4ms | Allocations: 55176)
|
870
|
+
Rendered layout layouts/application.html.erb (Duration: 218.7ms | Allocations: 57183)
|
871
|
+
Completed 200 OK in 261ms (Views: 235.2ms | ActiveRecord: 0.3ms | Allocations: 59762)
|
872
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
873
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
874
|
+
-----------------------------------------------------------------------------------
|
875
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
876
|
+
-----------------------------------------------------------------------------------
|
877
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
878
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "8fb1e9cd2b7a5ab34271f3993d3f18f1aa9f842235b88f7cf247491705349d349109a3fc97733bd15c4f3bf4e387f966d5bc55ab267abe333fa9bb87622a8057"], ["LIMIT", 1]]
|
879
|
+
[1m[36mUser Create (0.3ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 09:15:40.763821"], ["updated_at", "2024-06-28 09:15:40.763821"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$qa12GCAXgAPNuKBIDLDMM.wIxv/wUCQQBY2IHD9yndIa9vur3cC7."], ["password_salt", "xAX8v67KZ-uULHOdTCUn"], ["persistence_token", "8fb1e9cd2b7a5ab34271f3993d3f18f1aa9f842235b88f7cf247491705349d349109a3fc97733bd15c4f3bf4e387f966d5bc55ab267abe333fa9bb87622a8057"], ["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], ["role", "user"]]
|
880
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
881
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 12:15:40 +0300
|
882
|
+
Processing by HomeController#index as HTML
|
883
|
+
Rendering layout layouts/application.html.erb
|
884
|
+
Rendering home/index.html.erb within layouts/application
|
885
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.4ms | Allocations: 1055)
|
886
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 9)
|
887
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 6)
|
888
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 6)
|
889
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 8)
|
890
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
891
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 1.9ms | Allocations: 1230)
|
892
|
+
Rendered shared/_footer.html.erb (Duration: 2.2ms | Allocations: 1362)
|
893
|
+
Rendered layout layouts/application.html.erb (Duration: 6.0ms | Allocations: 2576)
|
894
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms | Allocations: 3250)
|
895
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 12:15:40 +0300
|
896
|
+
Processing by AnyLogin::ApplicationController#any_login as HTML
|
897
|
+
Parameters: {"selected_id"=>"10", "id"=>""}
|
898
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
899
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
900
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "login_count" = ?, "failed_login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:15:40.968633"], ["login_count", 1], ["failed_login_count", 0], ["last_request_at", "2024-06-28 09:15:40.967846"], ["current_login_at", "2024-06-28 09:15:40.967744"], ["current_login_ip", "127.0.0.1"], ["id", 10]]
|
901
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
902
|
+
Redirected to http://127.0.0.1:60844/
|
903
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.5ms | Allocations: 2370)
|
904
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 12:15:40 +0300
|
905
|
+
Processing by HomeController#index as HTML
|
906
|
+
Rendering layout layouts/application.html.erb
|
907
|
+
Rendering home/index.html.erb within layouts/application
|
908
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
909
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
910
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:15:40.977938"], ["last_request_at", "2024-06-28 09:15:40.977428"], ["id", 10]]
|
911
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
912
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.4ms | Allocations: 1299)
|
913
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 7)
|
914
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
915
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
916
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
917
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
918
|
+
[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]]
|
919
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.7ms | Allocations: 1638)
|
920
|
+
Rendered shared/_footer.html.erb (Duration: 3.0ms | Allocations: 1790)
|
921
|
+
Rendered layout layouts/application.html.erb (Duration: 6.8ms | Allocations: 3231)
|
922
|
+
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.5ms | Allocations: 3479)
|
923
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:15:41 +0300
|
924
|
+
Processing by HomeController#about as HTML
|
925
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
926
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
927
|
+
[1m[36mUser Update (0.2ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:15:41.023130"], ["last_request_at", "2024-06-28 09:15:41.022719"], ["id", 10]]
|
928
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
929
|
+
Rendering layout layouts/application.html.erb
|
930
|
+
Rendering home/about.html.erb within layouts/application
|
931
|
+
Rendered home/about.html.erb within layouts/application (Duration: 3.6ms | Allocations: 94)
|
932
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
933
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
934
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
935
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
936
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
937
|
+
[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]]
|
938
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 4.2ms | Allocations: 1398)
|
939
|
+
Rendered shared/_footer.html.erb (Duration: 4.6ms | Allocations: 1536)
|
940
|
+
Rendered layout layouts/application.html.erb (Duration: 8.9ms | Allocations: 1764)
|
941
|
+
Completed 200 OK in 13ms (Views: 8.8ms | ActiveRecord: 0.8ms | Allocations: 3136)
|
942
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
943
|
+
[1m[36mActiveRecord::InternalMetadata Load (2.4ms)[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"]]
|
944
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
945
|
+
[1m[36mTRANSACTION (1.6ms)[0m [1m[36mbegin transaction[0m
|
946
|
+
---------------------------------------------------------------------
|
947
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
948
|
+
---------------------------------------------------------------------
|
949
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
950
|
+
[1m[36mUser Exists? (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "6927cb5916d562b1f8615b2526742b3136a42ff6c7bf6f38026bb0e001346a20b01d2c1805c7079c69bc3dfff474b9e2ef013b185a97ada3fbb0c286acfe13e9"], ["LIMIT", 1]]
|
951
|
+
[1m[36mUser Create (0.3ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 09:16:08.992578"], ["updated_at", "2024-06-28 09:16:08.992578"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$p13tKhfo9vheNOmGbMJCQuUnk/U7XALxtulzRRGaG/Ea3Q85yVWeS"], ["password_salt", "_MX2RqLgy3BO2dW_CoLS"], ["persistence_token", "6927cb5916d562b1f8615b2526742b3136a42ff6c7bf6f38026bb0e001346a20b01d2c1805c7079c69bc3dfff474b9e2ef013b185a97ada3fbb0c286acfe13e9"], ["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], ["role", "user"]]
|
952
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
953
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:16:10 +0300
|
954
|
+
Processing by HomeController#about as HTML
|
955
|
+
Redirected to http://127.0.0.1:61008/user_session/new
|
956
|
+
Filter chain halted as :require_user rendered or redirected
|
957
|
+
Completed 302 Found in 27ms (ActiveRecord: 0.0ms | Allocations: 4962)
|
958
|
+
Started GET "/user_session/new" for 127.0.0.1 at 2024-06-28 12:16:10 +0300
|
959
|
+
Processing by UserSessionsController#new as HTML
|
960
|
+
Rendering layout layouts/application.html.erb
|
961
|
+
Rendering user_sessions/new.html.erb within layouts/application
|
962
|
+
Rendered user_sessions/new.html.erb within layouts/application (Duration: 2.9ms | Allocations: 1030)
|
963
|
+
Rendered shared/_header.html.erb (Duration: 0.2ms | Allocations: 109)
|
964
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.3ms | Allocations: 114)
|
965
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.5ms | Allocations: 169)
|
966
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.4ms | Allocations: 131)
|
967
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
968
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 7.4ms | Allocations: 2659)
|
969
|
+
Rendered shared/_footer.html.erb (Duration: 12.3ms | Allocations: 4034)
|
970
|
+
Rendered layout layouts/application.html.erb (Duration: 16.8ms | Allocations: 5789)
|
971
|
+
Completed 200 OK in 30ms (Views: 23.8ms | ActiveRecord: 0.3ms | Allocations: 9112)
|
972
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
973
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
974
|
+
-----------------------------------------------------------------------------------
|
975
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
976
|
+
-----------------------------------------------------------------------------------
|
977
|
+
[1m[36mTRANSACTION (18.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
978
|
+
[1m[36mUser Exists? (19.0ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "ddec24e8104f89f5a49db7306cdcd76eb3715e1f7bcf9000e2a27ca0c0f83161e95250e548e43667a22178eb82a05706f659e633d9e097e894f7d65af561ddb3"], ["LIMIT", 1]]
|
979
|
+
[1m[36mUser Create (0.4ms)[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", "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", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"[0m [["name", "test"], ["age", nil], ["created_at", "2024-06-28 09:16:10.978009"], ["updated_at", "2024-06-28 09:16:10.978009"], ["email", "test@test.com"], ["encrypted_password", ""], ["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], ["login", nil], ["crypted_password", "$2a$10$0QOpLA6qeHpHVLPUh3tg/OztA9BAu8nkzLIUompMPls.PgNOaSTpG"], ["password_salt", "B5Bz0EILTpef34JHKO2N"], ["persistence_token", "ddec24e8104f89f5a49db7306cdcd76eb3715e1f7bcf9000e2a27ca0c0f83161e95250e548e43667a22178eb82a05706f659e633d9e097e894f7d65af561ddb3"], ["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], ["role", "user"]]
|
980
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
981
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 12:16:10 +0300
|
982
|
+
Processing by HomeController#index as HTML
|
983
|
+
Rendering layout layouts/application.html.erb
|
984
|
+
Rendering home/index.html.erb within layouts/application
|
985
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 962)
|
986
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 9)
|
987
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 8)
|
988
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 8)
|
989
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 10)
|
990
|
+
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
991
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.2ms | Allocations: 862)
|
992
|
+
Rendered shared/_footer.html.erb (Duration: 2.4ms | Allocations: 968)
|
993
|
+
Rendered layout layouts/application.html.erb (Duration: 3.9ms | Allocations: 2104)
|
994
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.8ms | Allocations: 2547)
|
995
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 12:16:11 +0300
|
996
|
+
Processing by AnyLogin::ApplicationController#any_login as HTML
|
997
|
+
Parameters: {"selected_id"=>"10", "id"=>""}
|
998
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
999
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1000
|
+
[1m[36mUser Update (0.3ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "login_count" = ?, "failed_login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:16:11.166916"], ["login_count", 1], ["failed_login_count", 0], ["last_request_at", "2024-06-28 09:16:11.166283"], ["current_login_at", "2024-06-28 09:16:11.166175"], ["current_login_ip", "127.0.0.1"], ["id", 10]]
|
1001
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1002
|
+
Redirected to http://127.0.0.1:61008/
|
1003
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms | Allocations: 2494)
|
1004
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 12:16:11 +0300
|
1005
|
+
Processing by HomeController#index as HTML
|
1006
|
+
Rendering layout layouts/application.html.erb
|
1007
|
+
Rendering home/index.html.erb within layouts/application
|
1008
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
1009
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1010
|
+
[1m[36mUser Update (0.3ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:16:11.176619"], ["last_request_at", "2024-06-28 09:16:11.176045"], ["id", 10]]
|
1011
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1012
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.8ms | Allocations: 1390)
|
1013
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 10)
|
1014
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 8)
|
1015
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 8)
|
1016
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 10)
|
1017
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
1018
|
+
[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]]
|
1019
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.6ms | Allocations: 1499)
|
1020
|
+
Rendered shared/_footer.html.erb (Duration: 2.8ms | Allocations: 1629)
|
1021
|
+
Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 3200)
|
1022
|
+
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.7ms | Allocations: 3440)
|
1023
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:16:11 +0300
|
1024
|
+
Processing by HomeController#about as HTML
|
1025
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
1026
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1027
|
+
[1m[36mUser Update (0.3ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:16:11.222792"], ["last_request_at", "2024-06-28 09:16:11.222434"], ["id", 10]]
|
1028
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1029
|
+
Rendering layout layouts/application.html.erb
|
1030
|
+
Rendering home/about.html.erb within layouts/application
|
1031
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.2ms | Allocations: 87)
|
1032
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 9)
|
1033
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 8)
|
1034
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 8)
|
1035
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 10)
|
1036
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
1037
|
+
[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]]
|
1038
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.4ms | Allocations: 1197)
|
1039
|
+
Rendered shared/_footer.html.erb (Duration: 2.8ms | Allocations: 1315)
|
1040
|
+
Rendered layout layouts/application.html.erb (Duration: 3.5ms | Allocations: 1574)
|
1041
|
+
Completed 200 OK in 8ms (Views: 4.3ms | ActiveRecord: 0.6ms | Allocations: 3025)
|
1042
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1043
|
+
[1m[35m (1.7ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1044
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
1045
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1046
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1047
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1048
|
+
-----------------------------------------------------------------------------------
|
1049
|
+
NavigationTest: test_it_properly_logs_users_in_and_allows_access_to_the_secret_page
|
1050
|
+
-----------------------------------------------------------------------------------
|
1051
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1052
|
+
[1m[36mUser Exists? (3.4ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "cfff336a1e1ea610d8e9a711b72d7151793a216f297ab8eecd1774697fe66c7f0890eb87e696ffd3ed2a5251e2ce828ced0ce5ad94ec7625018c0b940ff507b8"], ["LIMIT", 1]]
|
1053
|
+
[1m[36mUser Create (0.9ms)[0m [1m[32mINSERT INTO "users" ("name", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["created_at", "2024-06-28 09:18:13.259512"], ["updated_at", "2024-06-28 09:18:13.259512"], ["email", "test@test.com"], ["crypted_password", "$2a$10$H01vYB0mH9J77xD6/Stzfus88oPikQuEDA0h5voidIB1ofTxs/mhS"], ["password_salt", "ttSg5j0KfNOE96JiaorI"], ["persistence_token", "cfff336a1e1ea610d8e9a711b72d7151793a216f297ab8eecd1774697fe66c7f0890eb87e696ffd3ed2a5251e2ce828ced0ce5ad94ec7625018c0b940ff507b8"], ["role", "user"]]
|
1054
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1055
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 12:18:14 +0300
|
1056
|
+
Processing by HomeController#index as HTML
|
1057
|
+
Rendering layout layouts/application.html.erb
|
1058
|
+
Rendering home/index.html.erb within layouts/application
|
1059
|
+
Rendered home/index.html.erb within layouts/application (Duration: 18.6ms | Allocations: 4531)
|
1060
|
+
Rendered shared/_header.html.erb (Duration: 2.8ms | Allocations: 115)
|
1061
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.2ms | Allocations: 120)
|
1062
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.3ms | Allocations: 175)
|
1063
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.3ms | Allocations: 134)
|
1064
|
+
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
1065
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 147.5ms | Allocations: 54751)
|
1066
|
+
Rendered shared/_footer.html.erb (Duration: 153.6ms | Allocations: 55429)
|
1067
|
+
Rendered layout layouts/application.html.erb (Duration: 186.6ms | Allocations: 60766)
|
1068
|
+
Completed 200 OK in 198ms (Views: 191.7ms | ActiveRecord: 0.7ms | Allocations: 64569)
|
1069
|
+
Started POST "/any_login/any_login/sign_in" for 127.0.0.1 at 2024-06-28 12:18:15 +0300
|
1070
|
+
Processing by AnyLogin::ApplicationController#any_login as HTML
|
1071
|
+
Parameters: {"selected_id"=>"10"}
|
1072
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
1073
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1074
|
+
[1m[36mUser Update (0.2ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "login_count" = ?, "failed_login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:18:15.199094"], ["login_count", 1], ["failed_login_count", 0], ["last_request_at", "2024-06-28 09:18:15.198546"], ["current_login_at", "2024-06-28 09:18:15.198409"], ["current_login_ip", "127.0.0.1"], ["id", 10]]
|
1075
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1076
|
+
Redirected to http://127.0.0.1:61593/
|
1077
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms | Allocations: 2512)
|
1078
|
+
Started GET "/" for 127.0.0.1 at 2024-06-28 12:18:15 +0300
|
1079
|
+
Processing by HomeController#index as HTML
|
1080
|
+
Rendering layout layouts/application.html.erb
|
1081
|
+
Rendering home/index.html.erb within layouts/application
|
1082
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
1083
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1084
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:18:15.208046"], ["last_request_at", "2024-06-28 09:18:15.207734"], ["id", 10]]
|
1085
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1086
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1411)
|
1087
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 7)
|
1088
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
1089
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
1090
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
1091
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
1092
|
+
[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]]
|
1093
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.2ms | Allocations: 1694)
|
1094
|
+
Rendered shared/_footer.html.erb (Duration: 2.6ms | Allocations: 1851)
|
1095
|
+
Rendered layout layouts/application.html.erb (Duration: 5.6ms | Allocations: 3414)
|
1096
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.4ms | Allocations: 3708)
|
1097
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:18:15 +0300
|
1098
|
+
Processing by HomeController#about as HTML
|
1099
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
1100
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1101
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "updated_at" = ?, "last_request_at" = ? WHERE "users"."id" = ?[0m [["updated_at", "2024-06-28 09:18:15.259362"], ["last_request_at", "2024-06-28 09:18:15.259001"], ["id", 10]]
|
1102
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1103
|
+
Rendering layout layouts/application.html.erb
|
1104
|
+
Rendering home/about.html.erb within layouts/application
|
1105
|
+
Rendered home/about.html.erb within layouts/application (Duration: 0.5ms | Allocations: 96)
|
1106
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 6)
|
1107
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 5)
|
1108
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 5)
|
1109
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 7)
|
1110
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
1111
|
+
[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]]
|
1112
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 2.4ms | Allocations: 1448)
|
1113
|
+
Rendered shared/_footer.html.erb (Duration: 2.8ms | Allocations: 1591)
|
1114
|
+
Rendered layout layouts/application.html.erb (Duration: 3.7ms | Allocations: 1831)
|
1115
|
+
Completed 200 OK in 8ms (Views: 4.0ms | ActiveRecord: 0.5ms | Allocations: 3402)
|
1116
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1117
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1118
|
+
---------------------------------------------------------------------
|
1119
|
+
NavigationTest: test_user_cannot_navigate_to_about_page_without_login
|
1120
|
+
---------------------------------------------------------------------
|
1121
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1122
|
+
[1m[36mUser Exists? (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "users" WHERE "users"."persistence_token" = ? LIMIT ?[0m [["persistence_token", "1749573941f14b1a3e37ba8ec494ee24f40980fb397e082f52e743ade2160541939caa9b0307d583868d96cc7bcd06487d07f9ba3793216d71ed434160c0a697"], ["LIMIT", 1]]
|
1123
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("name", "created_at", "updated_at", "email", "crypted_password", "password_salt", "persistence_token", "role") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "test"], ["created_at", "2024-06-28 09:18:15.471418"], ["updated_at", "2024-06-28 09:18:15.471418"], ["email", "test@test.com"], ["crypted_password", "$2a$10$POgDi2mImDmoDi3OZGm7se/65SlW9XHq.nNIiCsA7XZz3p2ni5QE6"], ["password_salt", "8rx94P7fDkJbQnghyYKR"], ["persistence_token", "1749573941f14b1a3e37ba8ec494ee24f40980fb397e082f52e743ade2160541939caa9b0307d583868d96cc7bcd06487d07f9ba3793216d71ed434160c0a697"], ["role", "user"]]
|
1124
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1125
|
+
Started GET "/about" for 127.0.0.1 at 2024-06-28 12:18:15 +0300
|
1126
|
+
Processing by HomeController#about as HTML
|
1127
|
+
Redirected to http://127.0.0.1:61593/user_session/new
|
1128
|
+
Filter chain halted as :require_user rendered or redirected
|
1129
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 413)
|
1130
|
+
Started GET "/user_session/new" for 127.0.0.1 at 2024-06-28 12:18:15 +0300
|
1131
|
+
Processing by UserSessionsController#new as HTML
|
1132
|
+
Rendering layout layouts/application.html.erb
|
1133
|
+
Rendering user_sessions/new.html.erb within layouts/application
|
1134
|
+
Rendered user_sessions/new.html.erb within layouts/application (Duration: 4.6ms | Allocations: 1108)
|
1135
|
+
Rendered shared/_header.html.erb (Duration: 0.0ms | Allocations: 9)
|
1136
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_js.html.erb (Duration: 0.0ms | Allocations: 6)
|
1137
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/assets/_css.html.erb (Duration: 0.0ms | Allocations: 6)
|
1138
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/svg/_user.html.erb (Duration: 0.0ms | Allocations: 8)
|
1139
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" LIMIT ?[0m [["LIMIT", 10]]
|
1140
|
+
Rendered /Users/admin/projects/any_login/app/views/any_login/_any_login.html.erb (Duration: 3.0ms | Allocations: 1242)
|
1141
|
+
Rendered shared/_footer.html.erb (Duration: 4.2ms | Allocations: 1763)
|
1142
|
+
Rendered layout layouts/application.html.erb (Duration: 9.5ms | Allocations: 3054)
|
1143
|
+
Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.3ms | Allocations: 4408)
|
1144
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|