nulogy_sso 2.6.0 → 3.0.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.
@@ -1,342 +1,2783 @@
1
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
2
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
3
+  (0.3ms) DROP TABLE IF EXISTS "users"
4
+  (0.3ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT FALSE NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
5
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
6
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
8
+  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
9
+ ActiveRecord::InternalMetadata Load (0.0ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
10
+ ActiveRecord::InternalMetadata Create (0.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-12-17 21:16:17.377315', '2025-12-17 21:16:17.377316') RETURNING "key"
11
+ ActiveRecord::InternalMetadata Load (0.0ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
12
+ ActiveRecord::InternalMetadata Load (0.0ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
13
+ ActiveRecord::InternalMetadata Create (0.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('schema_sha1', '2b01fa59c4c74162736a2cb624389712cfa71fdb', '2025-12-17 21:16:17.377617', '2025-12-17 21:16:17.377618') RETURNING "key"
14
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
16
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
17
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
18
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
19
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
20
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
21
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
22
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
23
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
24
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
25
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
26
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
27
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
28
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
29
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
30
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
31
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
32
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
33
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
34
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
35
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
36
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
37
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
38
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
39
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:16:17"], ["updated_at", "2025-12-17 21:16:17"]]
40
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
41
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
42
+ Processing by ApplicationController#hello_world as HTML
43
+ Redirected to http://127.0.0.1:51876/nulogy_sso/login
44
+ Filter chain halted as :authenticate_sso_user rendered or redirected
45
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
46
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
47
+ Processing by NulogySSO::AuthenticationController#login as HTML
48
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A51876%252Fhello_world&response_type=code&scope=openid+email
49
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
50
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A51876%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
51
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
52
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:51876/hello_world"}
53
+ Rendering text template
54
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
55
+ Completed 200 OK in 45ms (Views: 2.8ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
56
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
57
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
58
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
59
+ Processing by ApplicationController#hello_world as HTML
60
+ Redirected to http://127.0.0.1:51876/nulogy_sso/login
61
+ Filter chain halted as :authenticate_sso_user rendered or redirected
62
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 1.4ms)
63
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
64
+ Processing by NulogySSO::AuthenticationController#login as HTML
65
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A51876%252Fhello_world&response_type=code&scope=openid+email
66
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
67
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A51876%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
68
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
69
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:51876/hello_world"}
70
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
71
+ Rendering text template
72
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
73
+ Completed 200 OK in 34ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.2ms)
74
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
75
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
76
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
77
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:16:17"], ["updated_at", "2025-12-17 21:16:17"]]
78
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
79
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
80
+ Processing by ApplicationController#hello_world as HTML
81
+ Redirected to http://127.0.0.1:51876/nulogy_sso/login
82
+ Filter chain halted as :authenticate_sso_user rendered or redirected
83
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
84
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
85
+ Processing by NulogySSO::AuthenticationController#login as HTML
86
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A51876%252Fhello_world&response_type=code&scope=openid+email
87
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
88
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A51876%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
89
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
90
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:51876/hello_world"}
91
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
92
+ Redirected to http://127.0.0.1:51876/hello_world
93
+ Completed 302 Found in 30ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
94
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
95
+ Processing by ApplicationController#hello_world as HTML
96
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
97
+ Rendering text template
98
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
99
+ Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
100
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
101
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
102
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
103
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:16:17"], ["updated_at", "2025-12-17 21:16:17"]]
104
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
105
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
106
+ Processing by ApiController#api_endpoint as HTML
107
+ Redirected to http://127.0.0.1:51876/nulogy_sso/login
108
+ Filter chain halted as :authenticate_sso_user rendered or redirected
109
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
110
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
111
+ Processing by NulogySSO::AuthenticationController#login as HTML
112
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A51876%252Fapi_endpoint&response_type=code&scope=openid+email
113
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
114
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
115
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
116
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
117
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:16:17"], ["updated_at", "2025-12-17 21:16:17"]]
118
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
119
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
120
+ Processing by ApiController#api_endpoint as HTML
121
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
122
+ Completed 200 OK in 12ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
123
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
124
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
125
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
126
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:16:17"], ["updated_at", "2025-12-17 21:16:17"]]
127
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
128
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
129
+ Processing by ApiController#api_endpoint as HTML
130
+ Redirected to http://127.0.0.1:51876/nulogy_sso/login
131
+ Filter chain halted as :authenticate_sso_user rendered or redirected
132
+ Completed 302 Found in 102ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
133
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
134
+ Processing by NulogySSO::AuthenticationController#login as HTML
135
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A51876%252Fapi_endpoint&response_type=code&scope=openid+email
136
+ Completed 302 Found in 63ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
137
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
138
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
139
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
140
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:16:17"], ["updated_at", "2025-12-17 21:16:17"]]
141
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
142
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
143
+ Processing by ApplicationController#hello_world as HTML
144
+ Redirected to http://127.0.0.1:51876/nulogy_sso/login
145
+ Filter chain halted as :authenticate_sso_user rendered or redirected
146
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
147
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
148
+ Processing by NulogySSO::AuthenticationController#login as HTML
149
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A51876%252Fhello_world&response_type=code&scope=openid+email
150
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
151
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
152
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
153
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
154
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:16:17"], ["updated_at", "2025-12-17 21:16:17"]]
155
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
156
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
157
+ Processing by ApplicationController#hello_world as HTML
158
+ Redirected to http://127.0.0.1:51876/nulogy_sso/login
159
+ Filter chain halted as :authenticate_sso_user rendered or redirected
160
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
161
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
162
+ Processing by NulogySSO::AuthenticationController#login as HTML
163
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A51876%252Fhello_world&response_type=code&scope=openid+email
164
+ Completed 302 Found in 13ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
165
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
166
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
167
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
168
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:16:17"], ["updated_at", "2025-12-17 21:16:17"]]
169
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
170
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:16:17 -0500
171
+ Processing by ApplicationController#hello_world as HTML
172
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
173
+ Rendering text template
174
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
175
+ Completed 200 OK in 18ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.3ms)
176
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
177
+ TRANSACTION (0.1ms) BEGIN deferred TRANSACTION
178
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
179
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
180
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
181
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
1
182
  ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
2
183
  ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
184
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
185
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
186
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
187
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
188
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
189
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
190
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
191
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
192
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
193
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
194
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
195
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:52:58"], ["updated_at", "2025-12-17 21:52:58"]]
196
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
197
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
198
+ Processing by ApiController#api_endpoint as HTML
199
+ Redirected to http://127.0.0.1:53727/nulogy_sso/login
200
+ Filter chain halted as :authenticate_sso_user rendered or redirected
201
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
202
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
203
+ Processing by NulogySSO::AuthenticationController#login as HTML
204
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A53727%252Fapi_endpoint&response_type=code&scope=openid+email
205
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 3.2ms)
206
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
207
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
208
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
209
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:52:58"], ["updated_at", "2025-12-17 21:52:58"]]
210
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
211
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
212
+ Processing by ApiController#api_endpoint as HTML
213
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
214
+ Completed 200 OK in 27ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
215
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
216
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
217
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
218
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:52:58"], ["updated_at", "2025-12-17 21:52:58"]]
219
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
220
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
221
+ Processing by ApiController#api_endpoint as HTML
222
+ Redirected to http://127.0.0.1:53727/nulogy_sso/login
223
+ Filter chain halted as :authenticate_sso_user rendered or redirected
224
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
225
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
226
+ Processing by NulogySSO::AuthenticationController#login as HTML
227
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A53727%252Fapi_endpoint&response_type=code&scope=openid+email
228
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
229
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
230
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
231
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
232
+ Processing by ApplicationController#hello_world as HTML
233
+ Redirected to http://127.0.0.1:53727/nulogy_sso/login
234
+ Filter chain halted as :authenticate_sso_user rendered or redirected
235
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
236
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
237
+ Processing by NulogySSO::AuthenticationController#login as HTML
238
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A53727%252Fhello_world&response_type=code&scope=openid+email
239
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
240
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A53727%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
241
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
242
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:53727/hello_world"}
243
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
244
+ Rendering text template
245
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
246
+ Completed 200 OK in 36ms (Views: 2.7ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
247
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
248
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
249
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
250
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:52:58"], ["updated_at", "2025-12-17 21:52:58"]]
251
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
252
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
253
+ Processing by ApplicationController#hello_world as HTML
254
+ Redirected to http://127.0.0.1:53727/nulogy_sso/login
255
+ Filter chain halted as :authenticate_sso_user rendered or redirected
256
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
257
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
258
+ Processing by NulogySSO::AuthenticationController#login as HTML
259
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A53727%252Fhello_world&response_type=code&scope=openid+email
260
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
261
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A53727%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
262
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
263
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:53727/hello_world"}
264
+ Rendering text template
265
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
266
+ Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
267
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
268
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
269
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
270
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:52:58"], ["updated_at", "2025-12-17 21:52:58"]]
271
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
272
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
273
+ Processing by ApplicationController#hello_world as HTML
274
+ Redirected to http://127.0.0.1:53727/nulogy_sso/login
275
+ Filter chain halted as :authenticate_sso_user rendered or redirected
276
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
277
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
278
+ Processing by NulogySSO::AuthenticationController#login as HTML
279
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A53727%252Fhello_world&response_type=code&scope=openid+email
280
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
281
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A53727%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
282
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
283
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:53727/hello_world"}
284
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
285
+ Redirected to http://127.0.0.1:53727/hello_world
286
+ Completed 302 Found in 26ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
287
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
288
+ Processing by ApplicationController#hello_world as HTML
289
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
290
+ Rendering text template
291
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
292
+ Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
293
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
294
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
295
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
296
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:52:58"], ["updated_at", "2025-12-17 21:52:58"]]
297
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
298
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
299
+ Processing by ApplicationController#hello_world as HTML
300
+ Redirected to http://127.0.0.1:53727/nulogy_sso/login
301
+ Filter chain halted as :authenticate_sso_user rendered or redirected
302
+ Completed 302 Found in 13ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
303
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
304
+ Processing by NulogySSO::AuthenticationController#login as HTML
305
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A53727%252Fhello_world&response_type=code&scope=openid+email
306
+ Completed 302 Found in 16ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 2.6ms)
307
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
308
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
309
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
310
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:52:58"], ["updated_at", "2025-12-17 21:52:58"]]
311
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
312
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
313
+ Processing by ApplicationController#hello_world as HTML
314
+ Redirected to http://127.0.0.1:53727/nulogy_sso/login
315
+ Filter chain halted as :authenticate_sso_user rendered or redirected
316
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
317
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
318
+ Processing by NulogySSO::AuthenticationController#login as HTML
319
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A53727%252Fhello_world&response_type=code&scope=openid+email
320
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
321
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
322
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
323
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
324
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:52:58"], ["updated_at", "2025-12-17 21:52:58"]]
325
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
326
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:52:58 -0500
327
+ Processing by ApplicationController#hello_world as HTML
328
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
329
+ Rendering text template
330
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
331
+ Completed 200 OK in 13ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
332
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
333
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
334
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
335
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
336
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
337
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
338
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
339
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
340
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
341
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
342
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
343
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
344
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
345
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
346
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
347
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
348
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
349
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
350
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
351
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
352
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
353
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
354
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
355
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
356
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
357
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:56:18.456811"], ["updated_at", "2025-12-17 21:56:18.456811"]]
358
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
359
+ TRANSACTION (0.3ms) BEGIN immediate TRANSACTION
360
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:56:18.692807"], ["updated_at", "2025-12-17 21:56:18.692807"]]
361
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
362
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
363
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:56:18.736132"], ["updated_at", "2025-12-17 21:56:18.736132"]]
364
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
365
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
366
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:56:18.763117"], ["updated_at", "2025-12-17 21:56:18.763117"]]
367
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
368
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
369
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:56:18.787059"], ["updated_at", "2025-12-17 21:56:18.787059"]]
370
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
371
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
372
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:56:18.897525"], ["updated_at", "2025-12-17 21:56:18.897525"]]
373
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
374
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
375
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
376
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
377
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
378
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:56:53.708505"], ["updated_at", "2025-12-17 21:56:53.708505"]]
379
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
380
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:57:03 -0500
381
+ Processing by ApplicationController#hello_world as HTML
382
+ Redirected to http://127.0.0.1:54063/nulogy_sso/login
383
+ Filter chain halted as :authenticate_sso_user rendered or redirected
384
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
385
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:57:03 -0500
386
+ Processing by NulogySSO::AuthenticationController#login as HTML
387
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54063%252Fhello_world&response_type=code&scope=openid+email
388
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 2.9ms)
389
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54063%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:57:04 -0500
390
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
391
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54063/hello_world"}
392
+ Rendering text template
393
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
394
+ Completed 200 OK in 52ms (Views: 2.7ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 17.5ms)
395
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:57:04 -0500
396
+ Processing by ApplicationController#hello_world as HTML
397
+ Redirected to http://127.0.0.1:54063/nulogy_sso/login
398
+ Filter chain halted as :authenticate_sso_user rendered or redirected
399
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
400
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:57:04 -0500
401
+ Processing by NulogySSO::AuthenticationController#login as HTML
402
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54063%252Fhello_world&response_type=code&scope=openid+email
403
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
404
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54063%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:57:04 -0500
405
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
406
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54063/hello_world"}
407
+ User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
408
+ Redirected to http://127.0.0.1:54063/hello_world
409
+ Completed 302 Found in 34ms (ActiveRecord: 2.7ms (1 query, 0 cached) | GC: 0.1ms)
410
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:57:04 -0500
411
+ Processing by ApplicationController#hello_world as HTML
412
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
413
+ Rendering text template
414
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
415
+ Completed 200 OK in 19ms (Views: 0.3ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
416
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
417
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:57:06.485987"], ["updated_at", "2025-12-17 21:57:06.485987"]]
418
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
419
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
420
+ Processing by ApplicationController#hello_world as HTML
421
+ Redirected to http://127.0.0.1:54063/nulogy_sso/login
422
+ Filter chain halted as :authenticate_sso_user rendered or redirected
423
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
424
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
425
+ Processing by NulogySSO::AuthenticationController#login as HTML
426
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54063%252Fhello_world&response_type=code&scope=openid+email
427
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
428
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54063%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
429
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
430
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54063/hello_world"}
431
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
432
+ Redirected to http://127.0.0.1:54063/hello_world
433
+ Completed 302 Found in 20ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
434
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
435
+ Processing by ApplicationController#hello_world as HTML
436
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
437
+ Rendering text template
438
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
439
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
440
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
441
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:57:06.545643"], ["updated_at", "2025-12-17 21:57:06.545643"]]
442
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
443
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
444
+ Processing by ApplicationController#hello_world as HTML
445
+ Redirected to http://127.0.0.1:54063/nulogy_sso/login
446
+ Filter chain halted as :authenticate_sso_user rendered or redirected
447
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
448
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
449
+ Processing by NulogySSO::AuthenticationController#login as HTML
450
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54063%252Fhello_world&response_type=code&scope=openid+email
451
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
452
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
453
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:57:06.661506"], ["updated_at", "2025-12-17 21:57:06.661506"]]
454
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
455
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
456
+ Processing by ApplicationController#hello_world as HTML
457
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
458
+ Rendering text template
459
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
460
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
461
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
462
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:57:06.776495"], ["updated_at", "2025-12-17 21:57:06.776495"]]
463
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
464
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
465
+ Processing by ApplicationController#hello_world as HTML
466
+ Redirected to http://127.0.0.1:54063/nulogy_sso/login
467
+ Filter chain halted as :authenticate_sso_user rendered or redirected
468
+ Completed 302 Found in 17ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 2.5ms)
469
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
470
+ Processing by NulogySSO::AuthenticationController#login as HTML
471
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54063%252Fhello_world&response_type=code&scope=openid+email
472
+ Completed 302 Found in 20ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
473
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
474
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:57:06.883465"], ["updated_at", "2025-12-17 21:57:06.883465"]]
475
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
476
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
477
+ Processing by ApiController#api_endpoint as HTML
478
+ Redirected to http://127.0.0.1:54063/nulogy_sso/login
479
+ Filter chain halted as :authenticate_sso_user rendered or redirected
480
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
481
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:57:06 -0500
482
+ Processing by NulogySSO::AuthenticationController#login as HTML
483
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54063%252Fapi_endpoint&response_type=code&scope=openid+email
484
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
485
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
486
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:57:06.964473"], ["updated_at", "2025-12-17 21:57:06.964473"]]
487
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
488
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:57:07 -0500
489
+ Processing by ApiController#api_endpoint as HTML
490
+ Redirected to http://127.0.0.1:54063/nulogy_sso/login
491
+ Filter chain halted as :authenticate_sso_user rendered or redirected
492
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.2ms)
493
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:57:07 -0500
494
+ Processing by NulogySSO::AuthenticationController#login as HTML
495
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54063%252Fapi_endpoint&response_type=code&scope=openid+email
496
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
497
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
498
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:57:07.051759"], ["updated_at", "2025-12-17 21:57:07.051759"]]
499
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
500
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:57:07 -0500
501
+ Processing by ApiController#api_endpoint as HTML
502
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
503
+ Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
504
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
505
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
506
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
507
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
508
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:05"], ["updated_at", "2025-12-17 21:59:05"]]
509
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
510
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
511
+ Processing by ApplicationController#hello_world as HTML
512
+ Redirected to http://127.0.0.1:54287/nulogy_sso/login
513
+ Filter chain halted as :authenticate_sso_user rendered or redirected
514
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
515
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
516
+ Processing by NulogySSO::AuthenticationController#login as HTML
517
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54287%252Fhello_world&response_type=code&scope=openid+email
518
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.7ms)
519
+ TRANSACTION (0.2ms) BEGIN immediate TRANSACTION
520
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:05"], ["updated_at", "2025-12-17 21:59:05"]]
521
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
522
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
523
+ Processing by ApplicationController#hello_world as HTML
524
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
525
+ Rendering text template
526
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
527
+ Completed 200 OK in 35ms (Views: 2.5ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.2ms)
528
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
529
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:05"], ["updated_at", "2025-12-17 21:59:05"]]
530
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
531
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
532
+ Processing by ApplicationController#hello_world as HTML
533
+ Redirected to http://127.0.0.1:54287/nulogy_sso/login
534
+ Filter chain halted as :authenticate_sso_user rendered or redirected
535
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
536
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
537
+ Processing by NulogySSO::AuthenticationController#login as HTML
538
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54287%252Fhello_world&response_type=code&scope=openid+email
539
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
540
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
541
+ Processing by ApplicationController#hello_world as HTML
542
+ Redirected to http://127.0.0.1:54287/nulogy_sso/login
543
+ Filter chain halted as :authenticate_sso_user rendered or redirected
544
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
545
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
546
+ Processing by NulogySSO::AuthenticationController#login as HTML
547
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54287%252Fhello_world&response_type=code&scope=openid+email
548
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
549
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54287%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
550
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
551
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54287/hello_world"}
552
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
553
+ Redirected to http://127.0.0.1:54287/hello_world
554
+ Completed 302 Found in 31ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
555
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
556
+ Processing by ApplicationController#hello_world as HTML
557
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
558
+ Rendering text template
559
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
560
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
561
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
562
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:05"], ["updated_at", "2025-12-17 21:59:05"]]
563
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
564
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
565
+ Processing by ApplicationController#hello_world as HTML
566
+ Redirected to http://127.0.0.1:54287/nulogy_sso/login
567
+ Filter chain halted as :authenticate_sso_user rendered or redirected
568
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
569
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
570
+ Processing by NulogySSO::AuthenticationController#login as HTML
571
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54287%252Fhello_world&response_type=code&scope=openid+email
572
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
573
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54287%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
574
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
575
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54287/hello_world"}
576
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
577
+ Redirected to http://127.0.0.1:54287/hello_world
578
+ Completed 302 Found in 18ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
579
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
580
+ Processing by ApplicationController#hello_world as HTML
581
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
582
+ Rendering text template
583
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
584
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
585
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
586
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:05"], ["updated_at", "2025-12-17 21:59:05"]]
587
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
588
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
589
+ Processing by ApplicationController#hello_world as HTML
590
+ Redirected to http://127.0.0.1:54287/nulogy_sso/login
591
+ Filter chain halted as :authenticate_sso_user rendered or redirected
592
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
593
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
594
+ Processing by NulogySSO::AuthenticationController#login as HTML
595
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54287%252Fhello_world&response_type=code&scope=openid+email
596
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
597
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54287%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
598
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
599
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54287/hello_world"}
600
+ Rendering text template
601
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
602
+ Completed 200 OK in 9ms (Views: 2.8ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
603
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
604
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:05"], ["updated_at", "2025-12-17 21:59:05"]]
605
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
606
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
607
+ Processing by ApiController#api_endpoint as HTML
608
+ Redirected to http://127.0.0.1:54287/nulogy_sso/login
609
+ Filter chain halted as :authenticate_sso_user rendered or redirected
610
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
611
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
612
+ Processing by NulogySSO::AuthenticationController#login as HTML
613
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54287%252Fapi_endpoint&response_type=code&scope=openid+email
614
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
615
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
616
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:05"], ["updated_at", "2025-12-17 21:59:05"]]
617
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
618
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
619
+ Processing by ApiController#api_endpoint as HTML
620
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
621
+ Completed 200 OK in 11ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
622
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
623
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:05"], ["updated_at", "2025-12-17 21:59:05"]]
624
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
625
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
626
+ Processing by ApiController#api_endpoint as HTML
627
+ Redirected to http://127.0.0.1:54287/nulogy_sso/login
628
+ Filter chain halted as :authenticate_sso_user rendered or redirected
629
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
630
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:05 -0500
631
+ Processing by NulogySSO::AuthenticationController#login as HTML
632
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54287%252Fapi_endpoint&response_type=code&scope=openid+email
633
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
634
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
635
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
636
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
637
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
638
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:23.955900"], ["updated_at", "2025-12-17 21:59:23.955900"]]
639
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
640
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:59:25 -0500
641
+ Processing by ApiController#api_endpoint as HTML
642
+ Redirected to http://127.0.0.1:54400/nulogy_sso/login
643
+ Filter chain halted as :authenticate_sso_user rendered or redirected
644
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.2ms)
645
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:25 -0500
646
+ Processing by NulogySSO::AuthenticationController#login as HTML
647
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54400%252Fapi_endpoint&response_type=code&scope=openid+email
648
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
649
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
650
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:26.216536"], ["updated_at", "2025-12-17 21:59:26.216536"]]
651
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
652
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:59:26 -0500
653
+ Processing by ApiController#api_endpoint as HTML
654
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
655
+ Completed 200 OK in 33ms (Views: 0.1ms | ActiveRecord: 0.5ms (1 query, 0 cached) | GC: 4.0ms)
656
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
657
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:26.370453"], ["updated_at", "2025-12-17 21:59:26.370453"]]
658
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
659
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 16:59:26 -0500
660
+ Processing by ApiController#api_endpoint as HTML
661
+ Redirected to http://127.0.0.1:54400/nulogy_sso/login
662
+ Filter chain halted as :authenticate_sso_user rendered or redirected
663
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
664
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:26 -0500
665
+ Processing by NulogySSO::AuthenticationController#login as HTML
666
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54400%252Fapi_endpoint&response_type=code&scope=openid+email
667
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
668
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:26 -0500
669
+ Processing by ApplicationController#hello_world as HTML
670
+ Redirected to http://127.0.0.1:54400/nulogy_sso/login
671
+ Filter chain halted as :authenticate_sso_user rendered or redirected
672
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
673
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:26 -0500
674
+ Processing by NulogySSO::AuthenticationController#login as HTML
675
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54400%252Fhello_world&response_type=code&scope=openid+email
676
+ Completed 302 Found in 16ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
677
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54400%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:59:26 -0500
678
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
679
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54400/hello_world"}
680
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
681
+ Redirected to http://127.0.0.1:54400/hello_world
682
+ Completed 302 Found in 36ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.4ms)
683
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:26 -0500
684
+ Processing by ApplicationController#hello_world as HTML
685
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
686
+ Rendering text template
687
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
688
+ Completed 200 OK in 10ms (Views: 2.7ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
689
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
690
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:37.311723"], ["updated_at", "2025-12-17 21:59:37.311723"]]
691
+ TRANSACTION (0.3ms) COMMIT TRANSACTION
692
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
693
+ Processing by ApplicationController#hello_world as HTML
694
+ Redirected to http://127.0.0.1:54400/nulogy_sso/login
695
+ Filter chain halted as :authenticate_sso_user rendered or redirected
696
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
697
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
698
+ Processing by NulogySSO::AuthenticationController#login as HTML
699
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54400%252Fhello_world&response_type=code&scope=openid+email
700
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
701
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54400%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
702
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
703
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54400/hello_world"}
704
+ Rendering text template
705
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
706
+ Completed 200 OK in 14ms (Views: 0.4ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
707
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
708
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:37.450470"], ["updated_at", "2025-12-17 21:59:37.450470"]]
709
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
710
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
711
+ Processing by ApplicationController#hello_world as HTML
712
+ Redirected to http://127.0.0.1:54400/nulogy_sso/login
713
+ Filter chain halted as :authenticate_sso_user rendered or redirected
714
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
715
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
716
+ Processing by NulogySSO::AuthenticationController#login as HTML
717
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54400%252Fhello_world&response_type=code&scope=openid+email
718
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
719
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54400%2Fhello_world" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
720
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
721
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54400/hello_world"}
722
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
723
+ Redirected to http://127.0.0.1:54400/hello_world
724
+ Completed 302 Found in 24ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
725
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
726
+ Processing by ApplicationController#hello_world as HTML
727
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
728
+ Rendering text template
729
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
730
+ Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
731
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
732
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:37.509880"], ["updated_at", "2025-12-17 21:59:37.509880"]]
733
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
734
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
735
+ Processing by ApplicationController#hello_world as HTML
736
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
737
+ Rendering text template
738
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
739
+ Completed 200 OK in 7ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
740
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
741
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:37.572616"], ["updated_at", "2025-12-17 21:59:37.572616"]]
742
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
743
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
744
+ Processing by ApplicationController#hello_world as HTML
745
+ Redirected to http://127.0.0.1:54400/nulogy_sso/login
746
+ Filter chain halted as :authenticate_sso_user rendered or redirected
747
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
748
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
749
+ Processing by NulogySSO::AuthenticationController#login as HTML
750
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54400%252Fhello_world&response_type=code&scope=openid+email
751
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
752
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
753
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 21:59:37.658695"], ["updated_at", "2025-12-17 21:59:37.658695"]]
754
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
755
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
756
+ Processing by ApplicationController#hello_world as HTML
757
+ Redirected to http://127.0.0.1:54400/nulogy_sso/login
758
+ Filter chain halted as :authenticate_sso_user rendered or redirected
759
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
760
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 16:59:37 -0500
761
+ Processing by NulogySSO::AuthenticationController#login as HTML
762
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54400%252Fhello_world&response_type=code&scope=openid+email
763
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
764
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
765
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
766
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
767
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
768
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
769
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
770
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
771
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
772
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
773
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
774
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:03:44"], ["updated_at", "2025-12-17 22:03:44"]]
775
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
776
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
777
+ Processing by ApplicationController#hello_world as HTML
778
+ Redirected to http://127.0.0.1:54792/nulogy_sso/login
779
+ Filter chain halted as :authenticate_sso_user rendered or redirected
780
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
781
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
782
+ Processing by NulogySSO::AuthenticationController#login as HTML
783
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54792%252Fhello_world&response_type=code&scope=openid+email
784
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
785
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54792%2Fhello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
786
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
787
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54792/hello_world"}
788
+ Rendering text template
789
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
790
+ Completed 200 OK in 28ms (Views: 2.7ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
791
+ TRANSACTION (0.3ms) BEGIN immediate TRANSACTION
792
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:03:44"], ["updated_at", "2025-12-17 22:03:44"]]
793
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
794
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
795
+ Processing by ApplicationController#hello_world as HTML
796
+ Redirected to http://127.0.0.1:54792/nulogy_sso/login
797
+ Filter chain halted as :authenticate_sso_user rendered or redirected
798
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
799
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
800
+ Processing by NulogySSO::AuthenticationController#login as HTML
801
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54792%252Fhello_world&response_type=code&scope=openid+email
802
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
803
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54792%2Fhello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
804
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
805
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54792/hello_world"}
806
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
807
+ Redirected to http://127.0.0.1:54792/hello_world
808
+ Completed 302 Found in 57ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 1.1ms)
809
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
810
+ Processing by ApplicationController#hello_world as HTML
811
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
812
+ Rendering text template
813
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
814
+ Completed 200 OK in 18ms (Views: 0.3ms | ActiveRecord: 0.2ms (1 query, 0 cached) | GC: 3.7ms)
815
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
816
+ Processing by ApplicationController#hello_world as HTML
817
+ Redirected to http://127.0.0.1:54792/nulogy_sso/login
818
+ Filter chain halted as :authenticate_sso_user rendered or redirected
819
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
820
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
821
+ Processing by NulogySSO::AuthenticationController#login as HTML
822
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54792%252Fhello_world&response_type=code&scope=openid+email
823
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
824
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54792%2Fhello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
825
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
826
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54792/hello_world"}
827
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
828
+ Redirected to http://127.0.0.1:54792/hello_world
829
+ Completed 302 Found in 10ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
830
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
831
+ Processing by ApplicationController#hello_world as HTML
832
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
833
+ Rendering text template
834
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
835
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
836
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
837
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:03:44"], ["updated_at", "2025-12-17 22:03:44"]]
838
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
839
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
840
+ Processing by ApplicationController#hello_world as HTML
841
+ Redirected to http://127.0.0.1:54792/nulogy_sso/login
842
+ Filter chain halted as :authenticate_sso_user rendered or redirected
843
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
844
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
845
+ Processing by NulogySSO::AuthenticationController#login as HTML
846
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54792%252Fhello_world&response_type=code&scope=openid+email
847
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
848
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
849
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:03:44"], ["updated_at", "2025-12-17 22:03:44"]]
850
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
851
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
852
+ Processing by ApplicationController#hello_world as HTML
853
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
854
+ Rendering text template
855
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
856
+ Completed 200 OK in 12ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
857
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
858
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:03:44"], ["updated_at", "2025-12-17 22:03:44"]]
859
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
860
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
861
+ Processing by ApplicationController#hello_world as HTML
862
+ Redirected to http://127.0.0.1:54792/nulogy_sso/login
863
+ Filter chain halted as :authenticate_sso_user rendered or redirected
864
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
865
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
866
+ Processing by NulogySSO::AuthenticationController#login as HTML
867
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54792%252Fhello_world&response_type=code&scope=openid+email
868
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
869
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
870
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:03:44"], ["updated_at", "2025-12-17 22:03:44"]]
871
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
872
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
873
+ Processing by ApiController#api_endpoint as HTML
874
+ Redirected to http://127.0.0.1:54792/nulogy_sso/login
875
+ Filter chain halted as :authenticate_sso_user rendered or redirected
876
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
877
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
878
+ Processing by NulogySSO::AuthenticationController#login as HTML
879
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54792%252Fapi_endpoint&response_type=code&scope=openid+email
880
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
881
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
882
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:03:44"], ["updated_at", "2025-12-17 22:03:44"]]
883
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
884
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
885
+ Processing by ApiController#api_endpoint as HTML
886
+ Redirected to http://127.0.0.1:54792/nulogy_sso/login
887
+ Filter chain halted as :authenticate_sso_user rendered or redirected
888
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
889
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
890
+ Processing by NulogySSO::AuthenticationController#login as HTML
891
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54792%252Fapi_endpoint&response_type=code&scope=openid+email
892
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
893
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
894
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:03:44"], ["updated_at", "2025-12-17 22:03:44"]]
895
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
896
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 17:03:44 -0500
897
+ Processing by ApiController#api_endpoint as HTML
898
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
899
+ Completed 200 OK in 23ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
900
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
901
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
902
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
903
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
904
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:05:14.149905"], ["updated_at", "2025-12-17 22:05:14.149905"]]
905
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
906
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:05:15 -0500
907
+ Processing by ApplicationController#hello_world as HTML
908
+ Redirected to http://127.0.0.1:54946/nulogy_sso/login
909
+ Filter chain halted as :authenticate_sso_user rendered or redirected
910
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.2ms)
911
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:05:15 -0500
912
+ Processing by NulogySSO::AuthenticationController#login as HTML
913
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54946%252Fhello_world&response_type=code&scope=openid+email
914
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 1.2ms)
915
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54946%2Fhello_world" for 127.0.0.1 at 2025-12-17 17:05:15 -0500
916
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
917
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54946/hello_world"}
918
+ Rendering text template
919
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
920
+ Completed 200 OK in 26ms (Views: 3.0ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 11.5ms)
921
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:05:16 -0500
922
+ Processing by ApplicationController#hello_world as HTML
923
+ Redirected to http://127.0.0.1:54946/nulogy_sso/login
924
+ Filter chain halted as :authenticate_sso_user rendered or redirected
925
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
926
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:05:16 -0500
927
+ Processing by NulogySSO::AuthenticationController#login as HTML
928
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54946%252Fhello_world&response_type=code&scope=openid+email
929
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
930
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54946%2Fhello_world" for 127.0.0.1 at 2025-12-17 17:05:16 -0500
931
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
932
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54946/hello_world"}
933
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
934
+ Redirected to http://127.0.0.1:54946/hello_world
935
+ Completed 302 Found in 39ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
936
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:05:16 -0500
937
+ Processing by ApplicationController#hello_world as HTML
938
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
939
+ Rendering text template
940
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
941
+ Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
942
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
943
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:05:18.471748"], ["updated_at", "2025-12-17 22:05:18.471748"]]
944
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
945
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
946
+ Processing by ApplicationController#hello_world as HTML
947
+ Redirected to http://127.0.0.1:54946/nulogy_sso/login
948
+ Filter chain halted as :authenticate_sso_user rendered or redirected
949
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
950
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
951
+ Processing by NulogySSO::AuthenticationController#login as HTML
952
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54946%252Fhello_world&response_type=code&scope=openid+email
953
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
954
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A54946%2Fhello_world" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
955
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
956
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:54946/hello_world"}
957
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
958
+ Redirected to http://127.0.0.1:54946/hello_world
959
+ Completed 302 Found in 10ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
960
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
961
+ Processing by ApplicationController#hello_world as HTML
962
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
963
+ Rendering text template
964
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
965
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
966
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
967
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:05:18.520315"], ["updated_at", "2025-12-17 22:05:18.520315"]]
968
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
969
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
970
+ Processing by ApiController#api_endpoint as HTML
971
+ Redirected to http://127.0.0.1:54946/nulogy_sso/login
972
+ Filter chain halted as :authenticate_sso_user rendered or redirected
973
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
974
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
975
+ Processing by NulogySSO::AuthenticationController#login as HTML
976
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54946%252Fapi_endpoint&response_type=code&scope=openid+email
977
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
978
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
979
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:05:18.639775"], ["updated_at", "2025-12-17 22:05:18.639775"]]
980
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
981
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
982
+ Processing by ApiController#api_endpoint as HTML
983
+ Redirected to http://127.0.0.1:54946/nulogy_sso/login
984
+ Filter chain halted as :authenticate_sso_user rendered or redirected
985
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
986
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
987
+ Processing by NulogySSO::AuthenticationController#login as HTML
988
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54946%252Fapi_endpoint&response_type=code&scope=openid+email
989
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
990
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
991
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:05:18.716243"], ["updated_at", "2025-12-17 22:05:18.716243"]]
992
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
993
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
994
+ Processing by ApiController#api_endpoint as HTML
995
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
996
+ Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
997
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
998
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:05:18.824289"], ["updated_at", "2025-12-17 22:05:18.824289"]]
999
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1000
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
1001
+ Processing by ApplicationController#hello_world as HTML
1002
+ Redirected to http://127.0.0.1:54946/nulogy_sso/login
1003
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1004
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1005
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
1006
+ Processing by NulogySSO::AuthenticationController#login as HTML
1007
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54946%252Fhello_world&response_type=code&scope=openid+email
1008
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1009
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1010
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:05:18.881225"], ["updated_at", "2025-12-17 22:05:18.881225"]]
1011
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1012
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:05:18 -0500
1013
+ Processing by ApplicationController#hello_world as HTML
1014
+ Redirected to http://127.0.0.1:54946/nulogy_sso/login
1015
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1016
+ Completed 302 Found in 200ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.2ms)
1017
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-17 17:05:19 -0500
1018
+ Processing by NulogySSO::AuthenticationController#login as HTML
1019
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A54946%252Fhello_world&response_type=code&scope=openid+email
1020
+ Completed 302 Found in 91ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.6ms)
1021
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1022
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-17 22:05:19.261560"], ["updated_at", "2025-12-17 22:05:19.261560"]]
1023
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1024
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-17 17:05:19 -0500
1025
+ Processing by ApplicationController#hello_world as HTML
1026
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1027
+ Rendering text template
1028
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1029
+ Completed 200 OK in 19ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1030
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
1031
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
1032
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1033
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1034
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:14:55"], ["updated_at", "2025-12-18 15:14:55"]]
1035
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
1036
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1037
+ Processing by ApiController#api_endpoint as HTML
1038
+ User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1039
+ Completed 200 OK in 80ms (Views: 0.1ms | ActiveRecord: 4.9ms (1 query, 0 cached) | GC: 0.2ms)
1040
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1041
+ User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:14:55"], ["updated_at", "2025-12-18 15:14:55"]]
1042
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
1043
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1044
+ Processing by ApiController#api_endpoint as HTML
1045
+ Redirected to http://127.0.0.1:63545/nulogy_sso/login
1046
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1047
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1048
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1049
+ Processing by NulogySSO::AuthenticationController#login as HTML
1050
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63545%252Fapi_endpoint&response_type=code&scope=openid+email
1051
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1052
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1053
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:14:55"], ["updated_at", "2025-12-18 15:14:55"]]
1054
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1055
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1056
+ Processing by ApiController#api_endpoint as HTML
1057
+ Redirected to http://127.0.0.1:63545/nulogy_sso/login
1058
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1059
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1060
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1061
+ Processing by NulogySSO::AuthenticationController#login as HTML
1062
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63545%252Fapi_endpoint&response_type=code&scope=openid+email
1063
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1064
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1065
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:14:55"], ["updated_at", "2025-12-18 15:14:55"]]
1066
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1067
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1068
+ Processing by ApplicationController#hello_world as HTML
1069
+ Redirected to http://127.0.0.1:63545/nulogy_sso/login
1070
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1071
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.4ms)
1072
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1073
+ Processing by NulogySSO::AuthenticationController#login as HTML
1074
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63545%252Fhello_world&response_type=code&scope=openid+email
1075
+ Completed 302 Found in 19ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 1.5ms)
1076
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A63545%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1077
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1078
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:63545/hello_world"}
1079
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1080
+ Redirected to http://127.0.0.1:63545/hello_world
1081
+ Completed 302 Found in 48ms (ActiveRecord: 0.2ms (1 query, 0 cached) | GC: 9.0ms)
1082
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1083
+ Processing by ApplicationController#hello_world as HTML
1084
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1085
+ Rendering text template
1086
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1087
+ Completed 200 OK in 23ms (Views: 5.0ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 4.9ms)
1088
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1089
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:14:55"], ["updated_at", "2025-12-18 15:14:55"]]
1090
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1091
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1092
+ Processing by ApplicationController#hello_world as HTML
1093
+ Redirected to http://127.0.0.1:63545/nulogy_sso/login
1094
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1095
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1096
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1097
+ Processing by NulogySSO::AuthenticationController#login as HTML
1098
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63545%252Fhello_world&response_type=code&scope=openid+email
1099
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1100
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A63545%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1101
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1102
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:63545/hello_world"}
1103
+ Rendering text template
1104
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1105
+ Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1106
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1107
+ Processing by ApplicationController#hello_world as HTML
1108
+ Redirected to http://127.0.0.1:63545/nulogy_sso/login
1109
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1110
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1111
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1112
+ Processing by NulogySSO::AuthenticationController#login as HTML
1113
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63545%252Fhello_world&response_type=code&scope=openid+email
1114
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1115
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A63545%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1116
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1117
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:63545/hello_world"}
1118
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1119
+ Redirected to http://127.0.0.1:63545/hello_world
1120
+ Completed 302 Found in 39ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
1121
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1122
+ Processing by ApplicationController#hello_world as HTML
1123
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1124
+ Rendering text template
1125
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1126
+ Completed 200 OK in 13ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
1127
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1128
+ User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:14:55"], ["updated_at", "2025-12-18 15:14:55"]]
1129
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1130
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1131
+ Processing by ApplicationController#hello_world as HTML
1132
+ Redirected to http://127.0.0.1:63545/nulogy_sso/login
1133
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1134
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1135
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1136
+ Processing by NulogySSO::AuthenticationController#login as HTML
1137
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63545%252Fhello_world&response_type=code&scope=openid+email
1138
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1139
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1140
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:14:55"], ["updated_at", "2025-12-18 15:14:55"]]
1141
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1142
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1143
+ Processing by ApplicationController#hello_world as HTML
1144
+ Redirected to http://127.0.0.1:63545/nulogy_sso/login
1145
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1146
+ Completed 302 Found in 27ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1147
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1148
+ Processing by NulogySSO::AuthenticationController#login as HTML
1149
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63545%252Fhello_world&response_type=code&scope=openid+email
1150
+ Completed 302 Found in 12ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1151
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1152
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:14:55"], ["updated_at", "2025-12-18 15:14:55"]]
1153
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1154
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:14:55 -0500
1155
+ Processing by ApplicationController#hello_world as HTML
1156
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1157
+ Rendering text template
1158
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1159
+ Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1160
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
3
1161
  ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
4
1162
  ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1163
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1164
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:15:42.635298"], ["updated_at", "2025-12-18 15:15:42.635298"]]
1165
+ TRANSACTION (2.2ms) COMMIT TRANSACTION
1166
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:15:44 -0500
1167
+ Processing by ApplicationController#hello_world as HTML
1168
+ Redirected to http://127.0.0.1:63679/nulogy_sso/login
1169
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1170
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1171
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:15:44 -0500
1172
+ Processing by NulogySSO::AuthenticationController#login as HTML
1173
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63679%252Fhello_world&response_type=code&scope=openid+email
1174
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1175
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1176
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:15:45.356766"], ["updated_at", "2025-12-18 15:15:45.356766"]]
1177
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
1178
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1179
+ Processing by ApplicationController#hello_world as HTML
1180
+ Redirected to http://127.0.0.1:63679/nulogy_sso/login
1181
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1182
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1183
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1184
+ Processing by NulogySSO::AuthenticationController#login as HTML
1185
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63679%252Fhello_world&response_type=code&scope=openid+email
1186
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1187
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1188
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:15:45.413187"], ["updated_at", "2025-12-18 15:15:45.413187"]]
1189
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1190
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1191
+ Processing by ApplicationController#hello_world as HTML
1192
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1193
+ Rendering text template
1194
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1195
+ Completed 200 OK in 13ms (Views: 2.9ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1196
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1197
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:15:45.494669"], ["updated_at", "2025-12-18 15:15:45.494669"]]
1198
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
1199
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1200
+ Processing by ApiController#api_endpoint as HTML
1201
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1202
+ Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
1203
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1204
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:15:45.606385"], ["updated_at", "2025-12-18 15:15:45.606385"]]
1205
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1206
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1207
+ Processing by ApiController#api_endpoint as HTML
1208
+ Redirected to http://127.0.0.1:63679/nulogy_sso/login
1209
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1210
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1211
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1212
+ Processing by NulogySSO::AuthenticationController#login as HTML
1213
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63679%252Fapi_endpoint&response_type=code&scope=openid+email
1214
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1215
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1216
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:15:45.657688"], ["updated_at", "2025-12-18 15:15:45.657688"]]
1217
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1218
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1219
+ Processing by ApiController#api_endpoint as HTML
1220
+ Redirected to http://127.0.0.1:63679/nulogy_sso/login
1221
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1222
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1223
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1224
+ Processing by NulogySSO::AuthenticationController#login as HTML
1225
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63679%252Fapi_endpoint&response_type=code&scope=openid+email
1226
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.5ms)
1227
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1228
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:15:45.715970"], ["updated_at", "2025-12-18 15:15:45.715970"]]
1229
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
1230
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1231
+ Processing by ApplicationController#hello_world as HTML
1232
+ Redirected to http://127.0.0.1:63679/nulogy_sso/login
1233
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1234
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 2.2ms)
1235
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:15:45 -0500
1236
+ Processing by NulogySSO::AuthenticationController#login as HTML
1237
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63679%252Fhello_world&response_type=code&scope=openid+email
1238
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 1.2ms)
1239
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1240
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:15:47.801355"], ["updated_at", "2025-12-18 15:15:47.801355"]]
1241
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1242
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:15:47 -0500
1243
+ Processing by ApplicationController#hello_world as HTML
1244
+ Redirected to http://127.0.0.1:63679/nulogy_sso/login
1245
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1246
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1247
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:15:47 -0500
1248
+ Processing by NulogySSO::AuthenticationController#login as HTML
1249
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63679%252Fhello_world&response_type=code&scope=openid+email
1250
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1251
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:15:49 -0500
1252
+ Processing by ApplicationController#hello_world as HTML
1253
+ Redirected to http://127.0.0.1:63679/nulogy_sso/login
1254
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1255
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1256
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:15:49 -0500
1257
+ Processing by NulogySSO::AuthenticationController#login as HTML
1258
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A63679%252Fhello_world&response_type=code&scope=openid+email
1259
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1260
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
1261
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
1262
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1263
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1264
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:20:59"], ["updated_at", "2025-12-18 15:20:59"]]
1265
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
1266
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1267
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:20:59"], ["updated_at", "2025-12-18 15:20:59"]]
1268
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1269
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1270
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:20:59"], ["updated_at", "2025-12-18 15:20:59"]]
1271
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1272
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1273
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:20:59"], ["updated_at", "2025-12-18 15:20:59"]]
1274
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1275
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1276
+ User Create (0.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:20:59"], ["updated_at", "2025-12-18 15:20:59"]]
1277
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1278
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1279
+ User Create (0.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:20:59"], ["updated_at", "2025-12-18 15:20:59"]]
1280
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1281
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
1282
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
1283
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1284
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1285
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:31.534583"], ["updated_at", "2025-12-18 15:21:31.534583"]]
1286
+ TRANSACTION (1.0ms) COMMIT TRANSACTION
1287
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1288
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:36.984753"], ["updated_at", "2025-12-18 15:21:36.984753"]]
1289
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1290
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1291
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:37.097799"], ["updated_at", "2025-12-18 15:21:37.097799"]]
1292
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1293
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1294
+ Processing by ApiController#api_endpoint as HTML
1295
+ Redirected to http://127.0.0.1:64015/nulogy_sso/login
1296
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1297
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1298
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1299
+ Processing by NulogySSO::AuthenticationController#login as HTML
1300
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64015%252Fapi_endpoint&response_type=code&scope=openid+email
1301
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1302
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1303
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:37.473702"], ["updated_at", "2025-12-18 15:21:37.473702"]]
1304
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1305
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1306
+ Processing by ApplicationController#hello_world as HTML
1307
+ Redirected to http://127.0.0.1:64015/nulogy_sso/login
1308
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1309
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1310
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1311
+ Processing by NulogySSO::AuthenticationController#login as HTML
1312
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64015%252Fhello_world&response_type=code&scope=openid+email
1313
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1314
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64015%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1315
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1316
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64015/hello_world"}
1317
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1318
+ Redirected to http://127.0.0.1:64015/hello_world
1319
+ Completed 302 Found in 33ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
1320
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1321
+ Processing by ApplicationController#hello_world as HTML
1322
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1323
+ Rendering text template
1324
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1325
+ Completed 200 OK in 11ms (Views: 4.3ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 1.1ms)
1326
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1327
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:37.732315"], ["updated_at", "2025-12-18 15:21:37.732315"]]
1328
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1329
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1330
+ Processing by ApplicationController#hello_world as HTML
1331
+ Redirected to http://127.0.0.1:64015/nulogy_sso/login
1332
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1333
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1334
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1335
+ Processing by NulogySSO::AuthenticationController#login as HTML
1336
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64015%252Fhello_world&response_type=code&scope=openid+email
1337
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1338
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64015%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1339
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1340
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64015/hello_world"}
1341
+ Rendering text template
1342
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1343
+ Completed 200 OK in 8ms (Views: 0.5ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1344
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1345
+ Processing by ApplicationController#hello_world as HTML
1346
+ Redirected to http://127.0.0.1:64015/nulogy_sso/login
1347
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1348
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1349
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1350
+ Processing by NulogySSO::AuthenticationController#login as HTML
1351
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64015%252Fhello_world&response_type=code&scope=openid+email
1352
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1353
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64015%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1354
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1355
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64015/hello_world"}
1356
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1357
+ Redirected to http://127.0.0.1:64015/hello_world
1358
+ Completed 302 Found in 30ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1359
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:37 -0500
1360
+ Processing by ApplicationController#hello_world as HTML
1361
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1362
+ Rendering text template
1363
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1364
+ Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1365
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1366
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:39.998149"], ["updated_at", "2025-12-18 15:21:39.998149"]]
1367
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
1368
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1369
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:40.100612"], ["updated_at", "2025-12-18 15:21:40.100612"]]
1370
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1371
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1372
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:40.170283"], ["updated_at", "2025-12-18 15:21:40.170283"]]
1373
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1374
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:40 -0500
1375
+ Processing by ApplicationController#hello_world as HTML
1376
+ Redirected to http://127.0.0.1:64015/nulogy_sso/login
1377
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1378
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1379
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:40 -0500
1380
+ Processing by NulogySSO::AuthenticationController#login as HTML
1381
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64015%252Fhello_world&response_type=code&scope=openid+email
1382
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1383
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
5
1384
  ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
6
1385
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7
- TRANSACTION (0.0ms) begin transaction
8
- TRANSACTION (0.0ms) rollback transaction
9
- TRANSACTION (0.0ms) begin transaction
10
- TRANSACTION (0.0ms) rollback transaction
11
- TRANSACTION (0.0ms) begin transaction
12
- TRANSACTION (0.0ms) rollback transaction
13
- TRANSACTION (0.0ms) begin transaction
14
- TRANSACTION (0.0ms) rollback transaction
15
- TRANSACTION (0.0ms) begin transaction
16
- TRANSACTION (0.0ms) rollback transaction
17
- TRANSACTION (0.0ms) begin transaction
18
- TRANSACTION (0.0ms) rollback transaction
19
- TRANSACTION (0.0ms) begin transaction
20
- TRANSACTION (0.0ms) rollback transaction
21
- TRANSACTION (0.0ms) begin transaction
22
- TRANSACTION (0.0ms) rollback transaction
23
- TRANSACTION (0.0ms) begin transaction
24
- TRANSACTION (0.1ms) rollback transaction
25
- TRANSACTION (0.0ms) begin transaction
26
- TRANSACTION (0.0ms) rollback transaction
27
- TRANSACTION (0.0ms) begin transaction
28
- TRANSACTION (0.0ms) rollback transaction
29
- TRANSACTION (0.0ms) begin transaction
30
- TRANSACTION (0.0ms) rollback transaction
31
- TRANSACTION (0.0ms) begin transaction
32
- TRANSACTION (0.0ms) rollback transaction
33
- TRANSACTION (0.0ms) begin transaction
34
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
35
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2024-12-30 21:20:07"], ["updated_at", "2024-12-30 21:20:07"]]
36
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
37
- TRANSACTION (0.1ms) rollback transaction
38
- TRANSACTION (0.0ms) begin transaction
39
- TRANSACTION (0.1ms) rollback transaction
40
- TRANSACTION (0.0ms) begin transaction
41
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
42
- User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2024-12-30 21:20:07"], ["updated_at", "2024-12-30 21:20:07"]]
43
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
44
- TRANSACTION (0.1ms) rollback transaction
45
- TRANSACTION (0.0ms) begin transaction
46
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
47
- User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2024-12-30 21:20:07"], ["updated_at", "2024-12-30 21:20:07"]]
48
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
49
- TRANSACTION (0.1ms) rollback transaction
50
- TRANSACTION (0.0ms) begin transaction
51
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
52
- User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2024-12-30 21:20:07"], ["updated_at", "2024-12-30 21:20:07"]]
53
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
54
- TRANSACTION (0.1ms) rollback transaction
55
- TRANSACTION (0.4ms) begin transaction
56
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
57
- User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2024-12-30 21:20:07"], ["updated_at", "2024-12-30 21:20:07"]]
58
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
59
- TRANSACTION (0.1ms) rollback transaction
60
- TRANSACTION (0.0ms) begin transaction
61
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
62
- User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2024-12-30 21:20:07"], ["updated_at", "2024-12-30 21:20:07"]]
63
- TRANSACTION (0.5ms) RELEASE SAVEPOINT active_record_1
64
- TRANSACTION (0.2ms) rollback transaction
65
- TRANSACTION (0.0ms) begin transaction
66
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
67
- User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2024-12-30 21:20:07"], ["updated_at", "2024-12-30 21:20:07"]]
68
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
69
- TRANSACTION (0.1ms) rollback transaction
70
- TRANSACTION (0.0ms) begin transaction
71
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
72
- User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2024-12-30 21:20:07"], ["updated_at", "2024-12-30 21:20:07"]]
73
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
74
- TRANSACTION (0.1ms) rollback transaction
1386
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1387
+ User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:52.213987"], ["updated_at", "2025-12-18 15:21:52.213987"]]
1388
+ TRANSACTION (0.4ms) COMMIT TRANSACTION
1389
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:53 -0500
1390
+ Processing by ApplicationController#hello_world as HTML
1391
+ Redirected to http://127.0.0.1:64117/nulogy_sso/login
1392
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1393
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 6.4ms)
1394
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:53 -0500
1395
+ Processing by NulogySSO::AuthenticationController#login as HTML
1396
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64117%252Fhello_world&response_type=code&scope=openid+email
1397
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1398
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1399
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:53.921777"], ["updated_at", "2025-12-18 15:21:53.921777"]]
1400
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1401
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:53 -0500
1402
+ Processing by ApplicationController#hello_world as HTML
1403
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1404
+ Rendering text template
1405
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1406
+ Completed 200 OK in 22ms (Views: 2.3ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.3ms)
1407
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1408
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:54.039761"], ["updated_at", "2025-12-18 15:21:54.039761"]]
1409
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1410
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:54 -0500
1411
+ Processing by ApplicationController#hello_world as HTML
1412
+ Redirected to http://127.0.0.1:64117/nulogy_sso/login
1413
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1414
+ Completed 302 Found in 12ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.7ms)
1415
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:54 -0500
1416
+ Processing by NulogySSO::AuthenticationController#login as HTML
1417
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64117%252Fhello_world&response_type=code&scope=openid+email
1418
+ Completed 302 Found in 12ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 2.8ms)
1419
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:54 -0500
1420
+ Processing by ApplicationController#hello_world as HTML
1421
+ Redirected to http://127.0.0.1:64117/nulogy_sso/login
1422
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1423
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1424
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:54 -0500
1425
+ Processing by NulogySSO::AuthenticationController#login as HTML
1426
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64117%252Fhello_world&response_type=code&scope=openid+email
1427
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1428
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64117%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:21:54 -0500
1429
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1430
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64117/hello_world"}
1431
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1432
+ Redirected to http://127.0.0.1:64117/hello_world
1433
+ Completed 302 Found in 14ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.2ms)
1434
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:54 -0500
1435
+ Processing by ApplicationController#hello_world as HTML
1436
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1437
+ Rendering text template
1438
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1439
+ Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1440
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1441
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:56.454942"], ["updated_at", "2025-12-18 15:21:56.454942"]]
1442
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1443
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1444
+ Processing by ApplicationController#hello_world as HTML
1445
+ Redirected to http://127.0.0.1:64117/nulogy_sso/login
1446
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1447
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1448
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1449
+ Processing by NulogySSO::AuthenticationController#login as HTML
1450
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64117%252Fhello_world&response_type=code&scope=openid+email
1451
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1452
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64117%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1453
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1454
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64117/hello_world"}
1455
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1456
+ Redirected to http://127.0.0.1:64117/hello_world
1457
+ Completed 302 Found in 36ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1458
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1459
+ Processing by ApplicationController#hello_world as HTML
1460
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1461
+ Rendering text template
1462
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1463
+ Completed 200 OK in 12ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
1464
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1465
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:56.603433"], ["updated_at", "2025-12-18 15:21:56.603433"]]
1466
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1467
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1468
+ Processing by ApplicationController#hello_world as HTML
1469
+ Redirected to http://127.0.0.1:64117/nulogy_sso/login
1470
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1471
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1472
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1473
+ Processing by NulogySSO::AuthenticationController#login as HTML
1474
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64117%252Fhello_world&response_type=code&scope=openid+email
1475
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1476
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64117%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1477
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1478
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64117/hello_world"}
1479
+ Rendering text template
1480
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1481
+ Completed 200 OK in 17ms (Views: 0.3ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1482
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1483
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:56.659886"], ["updated_at", "2025-12-18 15:21:56.659886"]]
1484
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1485
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1486
+ Processing by ApiController#api_endpoint as HTML
1487
+ Redirected to http://127.0.0.1:64117/nulogy_sso/login
1488
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1489
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1490
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1491
+ Processing by NulogySSO::AuthenticationController#login as HTML
1492
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64117%252Fapi_endpoint&response_type=code&scope=openid+email
1493
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1494
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1495
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:56.863619"], ["updated_at", "2025-12-18 15:21:56.863619"]]
1496
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1497
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1498
+ Processing by ApiController#api_endpoint as HTML
1499
+ Redirected to http://127.0.0.1:64117/nulogy_sso/login
1500
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1501
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1502
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:21:56 -0500
1503
+ Processing by NulogySSO::AuthenticationController#login as HTML
1504
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64117%252Fapi_endpoint&response_type=code&scope=openid+email
1505
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1506
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1507
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:21:57.025144"], ["updated_at", "2025-12-18 15:21:57.025144"]]
1508
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1509
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:21:57 -0500
1510
+ Processing by ApiController#api_endpoint as HTML
1511
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1512
+ Completed 200 OK in 9ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1513
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
75
1514
  ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
76
1515
  ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
77
- TRANSACTION (0.0ms) begin transaction
78
- TRANSACTION (0.0ms) rollback transaction
79
- TRANSACTION (0.0ms) begin transaction
80
- TRANSACTION (0.0ms) rollback transaction
81
- TRANSACTION (0.0ms) begin transaction
82
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
83
- User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:40:39.978797"], ["updated_at", "2025-01-06 20:40:39.978797"]]
84
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
85
- TRANSACTION (0.1ms) rollback transaction
86
- TRANSACTION (0.0ms) begin transaction
87
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
88
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:40:40.001376"], ["updated_at", "2025-01-06 20:40:40.001376"]]
89
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
90
- TRANSACTION (0.1ms) rollback transaction
91
- TRANSACTION (0.0ms) begin transaction
92
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
93
- User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:40:40.006795"], ["updated_at", "2025-01-06 20:40:40.006795"]]
94
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
95
- TRANSACTION (0.1ms) rollback transaction
96
- TRANSACTION (0.0ms) begin transaction
97
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
98
- User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:40:40.021003"], ["updated_at", "2025-01-06 20:40:40.021003"]]
99
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
100
- TRANSACTION (0.1ms) rollback transaction
101
- TRANSACTION (0.0ms) begin transaction
102
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
103
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:40:40.027805"], ["updated_at", "2025-01-06 20:40:40.027805"]]
104
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
105
- TRANSACTION (0.3ms) rollback transaction
106
- TRANSACTION (0.0ms) begin transaction
107
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
108
- User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:40:40.033964"], ["updated_at", "2025-01-06 20:40:40.033964"]]
109
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
110
- TRANSACTION (0.2ms) rollback transaction
111
- TRANSACTION (0.0ms) begin transaction
112
- TRANSACTION (0.0ms) rollback transaction
113
- TRANSACTION (0.1ms) begin transaction
114
- TRANSACTION (0.1ms) rollback transaction
115
- TRANSACTION (0.0ms) begin transaction
116
- TRANSACTION (0.0ms) rollback transaction
117
- TRANSACTION (0.0ms) begin transaction
118
- TRANSACTION (0.0ms) rollback transaction
119
- TRANSACTION (0.0ms) begin transaction
120
- TRANSACTION (0.0ms) rollback transaction
121
- TRANSACTION (0.0ms) begin transaction
122
- TRANSACTION (0.0ms) rollback transaction
123
- TRANSACTION (0.0ms) begin transaction
124
- TRANSACTION (0.0ms) rollback transaction
125
- TRANSACTION (0.0ms) begin transaction
126
- TRANSACTION (0.0ms) rollback transaction
127
- TRANSACTION (0.3ms) begin transaction
128
- TRANSACTION (0.0ms) rollback transaction
129
- TRANSACTION (0.0ms) begin transaction
130
- TRANSACTION (0.0ms) rollback transaction
131
- TRANSACTION (0.0ms) begin transaction
132
- TRANSACTION (0.0ms) rollback transaction
133
- TRANSACTION (0.0ms) begin transaction
134
- TRANSACTION (0.0ms) rollback transaction
135
- TRANSACTION (0.0ms) begin transaction
136
- TRANSACTION (0.3ms) rollback transaction
137
- TRANSACTION (0.0ms) begin transaction
138
- TRANSACTION (0.0ms) rollback transaction
1516
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1517
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:24:59"], ["updated_at", "2025-12-18 15:24:59"]]
1518
+ TRANSACTION (0.4ms) COMMIT TRANSACTION
1519
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1520
+ Processing by ApiController#api_endpoint as HTML
1521
+ Redirected to http://127.0.0.1:64373/nulogy_sso/login
1522
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1523
+ Completed 302 Found in 17ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1524
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1525
+ Processing by NulogySSO::AuthenticationController#login as HTML
1526
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64373%252Fapi_endpoint&response_type=code&scope=openid+email
1527
+ Completed 302 Found in 18ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1528
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1529
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:24:59"], ["updated_at", "2025-12-18 15:24:59"]]
1530
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1531
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1532
+ Processing by ApiController#api_endpoint as HTML
1533
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1534
+ Completed 200 OK in 29ms (Views: 0.1ms | ActiveRecord: 0.2ms (1 query, 0 cached) | GC: 0.0ms)
1535
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1536
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:24:59"], ["updated_at", "2025-12-18 15:24:59"]]
1537
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
1538
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1539
+ Processing by ApiController#api_endpoint as HTML
1540
+ Redirected to http://127.0.0.1:64373/nulogy_sso/login
1541
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1542
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1543
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1544
+ Processing by NulogySSO::AuthenticationController#login as HTML
1545
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64373%252Fapi_endpoint&response_type=code&scope=openid+email
1546
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1547
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1548
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:24:59"], ["updated_at", "2025-12-18 15:24:59"]]
1549
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1550
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1551
+ Processing by ApplicationController#hello_world as HTML
1552
+ Redirected to http://127.0.0.1:64373/nulogy_sso/login
1553
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1554
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1555
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1556
+ Processing by NulogySSO::AuthenticationController#login as HTML
1557
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64373%252Fhello_world&response_type=code&scope=openid+email
1558
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1559
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1560
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:24:59"], ["updated_at", "2025-12-18 15:24:59"]]
1561
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1562
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1563
+ Processing by ApplicationController#hello_world as HTML
1564
+ Redirected to http://127.0.0.1:64373/nulogy_sso/login
1565
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1566
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1567
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1568
+ Processing by NulogySSO::AuthenticationController#login as HTML
1569
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64373%252Fhello_world&response_type=code&scope=openid+email
1570
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1571
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1572
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:24:59"], ["updated_at", "2025-12-18 15:24:59"]]
1573
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1574
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1575
+ Processing by ApplicationController#hello_world as HTML
1576
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1577
+ Rendering text template
1578
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1579
+ Completed 200 OK in 13ms (Views: 4.9ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 3.4ms)
1580
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1581
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:24:59"], ["updated_at", "2025-12-18 15:24:59"]]
1582
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1583
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1584
+ Processing by ApplicationController#hello_world as HTML
1585
+ Redirected to http://127.0.0.1:64373/nulogy_sso/login
1586
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1587
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1588
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1589
+ Processing by NulogySSO::AuthenticationController#login as HTML
1590
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64373%252Fhello_world&response_type=code&scope=openid+email
1591
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1592
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64373%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1593
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1594
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64373/hello_world"}
1595
+ Rendering text template
1596
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1597
+ Completed 200 OK in 11ms (Views: 0.5ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.3ms)
1598
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1599
+ Processing by ApplicationController#hello_world as HTML
1600
+ Redirected to http://127.0.0.1:64373/nulogy_sso/login
1601
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1602
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1603
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1604
+ Processing by NulogySSO::AuthenticationController#login as HTML
1605
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64373%252Fhello_world&response_type=code&scope=openid+email
1606
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1607
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64373%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1608
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1609
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64373/hello_world"}
1610
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1611
+ Redirected to http://127.0.0.1:64373/hello_world
1612
+ Completed 302 Found in 19ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
1613
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1614
+ Processing by ApplicationController#hello_world as HTML
1615
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1616
+ Rendering text template
1617
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1618
+ Completed 200 OK in 10ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
1619
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1620
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:24:59"], ["updated_at", "2025-12-18 15:24:59"]]
1621
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1622
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1623
+ Processing by ApplicationController#hello_world as HTML
1624
+ Redirected to http://127.0.0.1:64373/nulogy_sso/login
1625
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1626
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1627
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1628
+ Processing by NulogySSO::AuthenticationController#login as HTML
1629
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64373%252Fhello_world&response_type=code&scope=openid+email
1630
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1631
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64373%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1632
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1633
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64373/hello_world"}
1634
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1635
+ Redirected to http://127.0.0.1:64373/hello_world
1636
+ Completed 302 Found in 20ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1637
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:24:59 -0500
1638
+ Processing by ApplicationController#hello_world as HTML
1639
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1640
+ Rendering text template
1641
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1642
+ Completed 200 OK in 11ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1643
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
139
1644
  ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
140
1645
  ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
141
- TRANSACTION (0.0ms) begin transaction
142
- TRANSACTION (0.0ms) rollback transaction
143
- TRANSACTION (0.1ms) begin transaction
144
- TRANSACTION (0.0ms) rollback transaction
145
- TRANSACTION (0.0ms) begin transaction
146
- TRANSACTION (0.0ms) rollback transaction
147
- TRANSACTION (0.0ms) begin transaction
148
- TRANSACTION (0.0ms) rollback transaction
149
- TRANSACTION (0.0ms) begin transaction
150
- TRANSACTION (0.0ms) rollback transaction
151
- TRANSACTION (0.0ms) begin transaction
152
- TRANSACTION (0.0ms) rollback transaction
153
- TRANSACTION (0.0ms) begin transaction
154
- TRANSACTION (0.0ms) rollback transaction
155
- TRANSACTION (0.0ms) begin transaction
156
- TRANSACTION (0.0ms) rollback transaction
157
- TRANSACTION (0.0ms) begin transaction
158
- TRANSACTION (0.0ms) rollback transaction
159
- TRANSACTION (0.1ms) begin transaction
160
- TRANSACTION (0.0ms) rollback transaction
161
- TRANSACTION (0.0ms) begin transaction
162
- TRANSACTION (0.0ms) rollback transaction
163
- TRANSACTION (0.0ms) begin transaction
164
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
165
- User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:48:30"], ["updated_at", "2025-01-06 20:48:30"]]
166
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
167
- TRANSACTION (0.1ms) rollback transaction
168
- TRANSACTION (0.0ms) begin transaction
169
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
170
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:48:30"], ["updated_at", "2025-01-06 20:48:30"]]
171
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
172
- TRANSACTION (0.1ms) rollback transaction
173
- TRANSACTION (0.0ms) begin transaction
174
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
175
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:48:30"], ["updated_at", "2025-01-06 20:48:30"]]
176
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
177
- TRANSACTION (0.1ms) rollback transaction
178
- TRANSACTION (0.0ms) begin transaction
179
- TRANSACTION (0.1ms) rollback transaction
180
- TRANSACTION (0.0ms) begin transaction
181
- TRANSACTION (0.0ms) rollback transaction
182
- TRANSACTION (0.0ms) begin transaction
183
- TRANSACTION (0.0ms) rollback transaction
184
- TRANSACTION (0.0ms) begin transaction
185
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
186
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:48:30"], ["updated_at", "2025-01-06 20:48:30"]]
187
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
188
- TRANSACTION (0.1ms) rollback transaction
189
- TRANSACTION (0.0ms) begin transaction
190
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
191
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:48:30"], ["updated_at", "2025-01-06 20:48:30"]]
192
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
193
- TRANSACTION (0.0ms) rollback transaction
194
- TRANSACTION (0.0ms) begin transaction
195
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
196
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:48:30"], ["updated_at", "2025-01-06 20:48:30"]]
197
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
198
- TRANSACTION (0.0ms) rollback transaction
199
- TRANSACTION (0.0ms) begin transaction
200
- TRANSACTION (0.0ms) rollback transaction
201
- TRANSACTION (0.0ms) begin transaction
202
- TRANSACTION (0.0ms) rollback transaction
1646
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1647
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:25:52"], ["updated_at", "2025-12-18 15:25:52"]]
1648
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
1649
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1650
+ Processing by ApiController#api_endpoint as HTML
1651
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1652
+ Completed 200 OK in 24ms (Views: 0.1ms | ActiveRecord: 0.2ms (1 query, 0 cached) | GC: 0.3ms)
1653
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1654
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:25:52"], ["updated_at", "2025-12-18 15:25:52"]]
1655
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1656
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1657
+ Processing by ApiController#api_endpoint as HTML
1658
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1659
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1660
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 1.4ms)
1661
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1662
+ Processing by NulogySSO::AuthenticationController#login as HTML
1663
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fapi_endpoint&response_type=code&scope=openid+email
1664
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1665
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1666
+ Processing by ApiController#api_endpoint as HTML
1667
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1668
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1669
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1670
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1671
+ Processing by NulogySSO::AuthenticationController#login as HTML
1672
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fapi_endpoint&response_type=code&scope=openid+email
1673
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1674
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1675
+ Processing by ApiController#api_endpoint as HTML
1676
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1677
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1678
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1679
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1680
+ Processing by NulogySSO::AuthenticationController#login as HTML
1681
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fapi_endpoint&response_type=code&scope=openid+email
1682
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1683
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1684
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:25:52"], ["updated_at", "2025-12-18 15:25:52"]]
1685
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1686
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1687
+ Processing by ApiController#api_endpoint as HTML
1688
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1689
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1690
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1691
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1692
+ Processing by NulogySSO::AuthenticationController#login as HTML
1693
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fapi_endpoint&response_type=code&scope=openid+email
1694
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1695
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1696
+ Processing by ApiController#api_endpoint as HTML
1697
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1698
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1699
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1700
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1701
+ Processing by NulogySSO::AuthenticationController#login as HTML
1702
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fapi_endpoint&response_type=code&scope=openid+email
1703
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1704
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1705
+ Processing by ApiController#api_endpoint as HTML
1706
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1707
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1708
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1709
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1710
+ Processing by NulogySSO::AuthenticationController#login as HTML
1711
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fapi_endpoint&response_type=code&scope=openid+email
1712
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.9ms)
1713
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1714
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:25:52"], ["updated_at", "2025-12-18 15:25:52"]]
1715
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1716
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1717
+ Processing by ApplicationController#hello_world as HTML
1718
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1719
+ Rendering text template
1720
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
1721
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.2ms)
1722
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1723
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:25:52"], ["updated_at", "2025-12-18 15:25:52"]]
1724
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1725
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1726
+ Processing by ApplicationController#hello_world as HTML
1727
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1728
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1729
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1730
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1731
+ Processing by NulogySSO::AuthenticationController#login as HTML
1732
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1733
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1734
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1735
+ Processing by ApplicationController#hello_world as HTML
1736
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1737
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1738
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1739
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1740
+ Processing by NulogySSO::AuthenticationController#login as HTML
1741
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1742
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1743
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1744
+ Processing by ApplicationController#hello_world as HTML
1745
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1746
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1747
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1748
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1749
+ Processing by NulogySSO::AuthenticationController#login as HTML
1750
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1751
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1752
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1753
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:25:52"], ["updated_at", "2025-12-18 15:25:52"]]
1754
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1755
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1756
+ Processing by ApplicationController#hello_world as HTML
1757
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1758
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1759
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1760
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1761
+ Processing by NulogySSO::AuthenticationController#login as HTML
1762
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1763
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1764
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1765
+ Processing by ApplicationController#hello_world as HTML
1766
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1767
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1768
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1769
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1770
+ Processing by NulogySSO::AuthenticationController#login as HTML
1771
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1772
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1773
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1774
+ Processing by ApplicationController#hello_world as HTML
1775
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1776
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1777
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1778
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1779
+ Processing by NulogySSO::AuthenticationController#login as HTML
1780
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1781
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1782
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1783
+ User Create (1.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:25:52"], ["updated_at", "2025-12-18 15:25:52"]]
1784
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
1785
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1786
+ Processing by ApplicationController#hello_world as HTML
1787
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1788
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1789
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1790
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1791
+ Processing by NulogySSO::AuthenticationController#login as HTML
1792
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1793
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1794
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1795
+ Processing by ApplicationController#hello_world as HTML
1796
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1797
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1798
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1799
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1800
+ Processing by NulogySSO::AuthenticationController#login as HTML
1801
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1802
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1803
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1804
+ Processing by ApplicationController#hello_world as HTML
1805
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1806
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1807
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1808
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1809
+ Processing by NulogySSO::AuthenticationController#login as HTML
1810
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1811
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1812
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1813
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:25:52"], ["updated_at", "2025-12-18 15:25:52"]]
1814
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
1815
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1816
+ Processing by ApplicationController#hello_world as HTML
1817
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1818
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1819
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1820
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1821
+ Processing by NulogySSO::AuthenticationController#login as HTML
1822
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1823
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1824
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1825
+ Processing by ApplicationController#hello_world as HTML
1826
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1827
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1828
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1829
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1830
+ Processing by NulogySSO::AuthenticationController#login as HTML
1831
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1832
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1833
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1834
+ Processing by ApplicationController#hello_world as HTML
1835
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1836
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1837
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1838
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1839
+ Processing by NulogySSO::AuthenticationController#login as HTML
1840
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1841
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1842
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1843
+ Processing by ApplicationController#hello_world as HTML
1844
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1845
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1846
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1847
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1848
+ Processing by NulogySSO::AuthenticationController#login as HTML
1849
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1850
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1851
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1852
+ Processing by ApplicationController#hello_world as HTML
1853
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1854
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1855
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1856
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1857
+ Processing by NulogySSO::AuthenticationController#login as HTML
1858
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1859
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1860
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1861
+ Processing by ApplicationController#hello_world as HTML
1862
+ Redirected to http://127.0.0.1:64495/nulogy_sso/login
1863
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1864
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1865
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:25:52 -0500
1866
+ Processing by NulogySSO::AuthenticationController#login as HTML
1867
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64495%252Fhello_world&response_type=code&scope=openid+email
1868
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1869
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
203
1870
  ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
204
1871
  ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
205
- TRANSACTION (0.0ms) begin transaction
206
- TRANSACTION (0.0ms) rollback transaction
207
- TRANSACTION (0.0ms) begin transaction
208
- TRANSACTION (0.0ms) rollback transaction
209
- TRANSACTION (0.0ms) begin transaction
210
- TRANSACTION (0.0ms) rollback transaction
211
- TRANSACTION (0.0ms) begin transaction
212
- TRANSACTION (0.1ms) rollback transaction
213
- TRANSACTION (0.0ms) begin transaction
214
- TRANSACTION (0.0ms) rollback transaction
215
- TRANSACTION (0.0ms) begin transaction
216
- TRANSACTION (0.0ms) rollback transaction
217
- TRANSACTION (0.0ms) begin transaction
218
- TRANSACTION (0.0ms) rollback transaction
219
- TRANSACTION (0.0ms) begin transaction
220
- TRANSACTION (0.0ms) rollback transaction
221
- TRANSACTION (0.0ms) begin transaction
222
- TRANSACTION (0.0ms) rollback transaction
223
- TRANSACTION (0.0ms) begin transaction
224
- TRANSACTION (0.0ms) rollback transaction
225
- TRANSACTION (0.0ms) begin transaction
226
- TRANSACTION (0.1ms) rollback transaction
227
- TRANSACTION (0.0ms) begin transaction
228
- TRANSACTION (0.0ms) rollback transaction
229
- TRANSACTION (0.0ms) begin transaction
230
- TRANSACTION (0.0ms) rollback transaction
231
- TRANSACTION (0.0ms) begin transaction
232
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
233
- User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:54:56"], ["updated_at", "2025-01-06 20:54:56"]]
234
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
235
- TRANSACTION (0.1ms) rollback transaction
236
- TRANSACTION (0.0ms) begin transaction
237
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
238
- User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:54:56"], ["updated_at", "2025-01-06 20:54:56"]]
239
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
240
- TRANSACTION (0.1ms) rollback transaction
241
- TRANSACTION (0.0ms) begin transaction
242
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
243
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:54:56"], ["updated_at", "2025-01-06 20:54:56"]]
244
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
245
- TRANSACTION (0.1ms) rollback transaction
246
- TRANSACTION (0.0ms) begin transaction
247
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
248
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:54:56"], ["updated_at", "2025-01-06 20:54:56"]]
249
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
250
- TRANSACTION (0.1ms) rollback transaction
251
- TRANSACTION (0.0ms) begin transaction
252
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
253
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:54:56"], ["updated_at", "2025-01-06 20:54:56"]]
254
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
255
- TRANSACTION (0.1ms) rollback transaction
256
- TRANSACTION (0.0ms) begin transaction
257
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
258
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:54:56"], ["updated_at", "2025-01-06 20:54:56"]]
259
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
260
- TRANSACTION (0.1ms) rollback transaction
261
- TRANSACTION (0.0ms) begin transaction
262
- TRANSACTION (0.0ms) rollback transaction
263
- TRANSACTION (0.0ms) begin transaction
264
- TRANSACTION (0.0ms) rollback transaction
265
- TRANSACTION (0.0ms) begin transaction
266
- TRANSACTION (0.0ms) rollback transaction
1872
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1873
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:30:45.956750"], ["updated_at", "2025-12-18 15:30:45.956750"]]
1874
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
1875
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1876
+ Processing by ApiController#api_endpoint as HTML
1877
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1878
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1879
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1880
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1881
+ Processing by NulogySSO::AuthenticationController#login as HTML
1882
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fapi_endpoint&response_type=code&scope=openid+email
1883
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1884
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1885
+ Processing by ApiController#api_endpoint as HTML
1886
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1887
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1888
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1889
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1890
+ Processing by NulogySSO::AuthenticationController#login as HTML
1891
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fapi_endpoint&response_type=code&scope=openid+email
1892
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1893
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1894
+ Processing by ApiController#api_endpoint as HTML
1895
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1896
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1897
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1898
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1899
+ Processing by NulogySSO::AuthenticationController#login as HTML
1900
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fapi_endpoint&response_type=code&scope=openid+email
1901
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1902
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1903
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:30:48.778119"], ["updated_at", "2025-12-18 15:30:48.778119"]]
1904
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1905
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1906
+ Processing by ApiController#api_endpoint as HTML
1907
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1908
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1909
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1910
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1911
+ Processing by NulogySSO::AuthenticationController#login as HTML
1912
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fapi_endpoint&response_type=code&scope=openid+email
1913
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1914
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1915
+ Processing by ApiController#api_endpoint as HTML
1916
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1917
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1918
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1919
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1920
+ Processing by NulogySSO::AuthenticationController#login as HTML
1921
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fapi_endpoint&response_type=code&scope=openid+email
1922
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1923
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1924
+ Processing by ApiController#api_endpoint as HTML
1925
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1926
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1927
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1928
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:48 -0500
1929
+ Processing by NulogySSO::AuthenticationController#login as HTML
1930
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fapi_endpoint&response_type=code&scope=openid+email
1931
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1932
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
1933
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:30:48.986662"], ["updated_at", "2025-12-18 15:30:48.986662"]]
1934
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1935
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1936
+ Processing by ApiController#api_endpoint as HTML
1937
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1938
+ Completed 200 OK in 7ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
1939
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1940
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:30:49.051684"], ["updated_at", "2025-12-18 15:30:49.051684"]]
1941
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1942
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1943
+ Processing by ApplicationController#hello_world as HTML
1944
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1945
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1946
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1947
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1948
+ Processing by NulogySSO::AuthenticationController#login as HTML
1949
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
1950
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1951
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1952
+ Processing by ApplicationController#hello_world as HTML
1953
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1954
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1955
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1956
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1957
+ Processing by NulogySSO::AuthenticationController#login as HTML
1958
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
1959
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1960
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1961
+ Processing by ApplicationController#hello_world as HTML
1962
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1963
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1964
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1965
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1966
+ Processing by NulogySSO::AuthenticationController#login as HTML
1967
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
1968
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1969
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
1970
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:30:49.289880"], ["updated_at", "2025-12-18 15:30:49.289880"]]
1971
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
1972
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1973
+ Processing by ApplicationController#hello_world as HTML
1974
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1975
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1976
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1977
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1978
+ Processing by NulogySSO::AuthenticationController#login as HTML
1979
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
1980
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1981
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1982
+ Processing by ApplicationController#hello_world as HTML
1983
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1984
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1985
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1986
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1987
+ Processing by NulogySSO::AuthenticationController#login as HTML
1988
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
1989
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1990
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1991
+ Processing by ApplicationController#hello_world as HTML
1992
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
1993
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1994
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
1995
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
1996
+ Processing by NulogySSO::AuthenticationController#login as HTML
1997
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
1998
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
1999
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
2000
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:30:49.506590"], ["updated_at", "2025-12-18 15:30:49.506590"]]
2001
+ TRANSACTION (0.2ms) COMMIT TRANSACTION
2002
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2003
+ Processing by ApplicationController#hello_world as HTML
2004
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2005
+ Rendering text template
2006
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2007
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
2008
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2009
+ Processing by ApplicationController#hello_world as HTML
2010
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
2011
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2012
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2013
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2014
+ Processing by NulogySSO::AuthenticationController#login as HTML
2015
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
2016
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2017
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2018
+ Processing by ApplicationController#hello_world as HTML
2019
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
2020
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2021
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2022
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2023
+ Processing by NulogySSO::AuthenticationController#login as HTML
2024
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
2025
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2026
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2027
+ Processing by ApplicationController#hello_world as HTML
2028
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
2029
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2030
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2031
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2032
+ Processing by NulogySSO::AuthenticationController#login as HTML
2033
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
2034
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2035
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
2036
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:30:49.809534"], ["updated_at", "2025-12-18 15:30:49.809534"]]
2037
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
2038
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2039
+ Processing by ApplicationController#hello_world as HTML
2040
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
2041
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2042
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2043
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2044
+ Processing by NulogySSO::AuthenticationController#login as HTML
2045
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
2046
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2047
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2048
+ Processing by ApplicationController#hello_world as HTML
2049
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
2050
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2051
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2052
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2053
+ Processing by NulogySSO::AuthenticationController#login as HTML
2054
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
2055
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2056
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2057
+ Processing by ApplicationController#hello_world as HTML
2058
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
2059
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2060
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2061
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:49 -0500
2062
+ Processing by NulogySSO::AuthenticationController#login as HTML
2063
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
2064
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2065
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
2066
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:30:50.063308"], ["updated_at", "2025-12-18 15:30:50.063308"]]
2067
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
2068
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:50 -0500
2069
+ Processing by ApplicationController#hello_world as HTML
2070
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
2071
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2072
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 2.7ms)
2073
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:50 -0500
2074
+ Processing by NulogySSO::AuthenticationController#login as HTML
2075
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
2076
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2077
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:50 -0500
2078
+ Processing by ApplicationController#hello_world as HTML
2079
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
2080
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2081
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2082
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:50 -0500
2083
+ Processing by NulogySSO::AuthenticationController#login as HTML
2084
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
2085
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2086
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:30:50 -0500
2087
+ Processing by ApplicationController#hello_world as HTML
2088
+ Redirected to http://127.0.0.1:64753/nulogy_sso/login
2089
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2090
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2091
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:30:50 -0500
2092
+ Processing by NulogySSO::AuthenticationController#login as HTML
2093
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64753%252Fhello_world&response_type=code&scope=openid+email
2094
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2095
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
267
2096
  ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
268
2097
  ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
269
- TRANSACTION (0.0ms) begin transaction
270
- TRANSACTION (0.0ms) rollback transaction
271
- TRANSACTION (0.0ms) begin transaction
272
- ActiveRecord::InternalMetadata Load (0.0ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
2098
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:17 -0500
2099
+ Processing by ApplicationController#hello_world as HTML
2100
+ Redirected to http://127.0.0.1:64970/nulogy_sso/login
2101
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2102
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2103
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:33:17 -0500
2104
+ Processing by NulogySSO::AuthenticationController#login as HTML
2105
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A64970%252Fhello_world&response_type=code&scope=openid+email
2106
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2107
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A64970%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:33:18 -0500
2108
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2109
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:64970/hello_world"}
2110
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2111
+ Redirected to http://127.0.0.1:64970/hello_world
2112
+ Completed 302 Found in 37ms (ActiveRecord: 0.3ms (1 query, 0 cached) | GC: 0.2ms)
2113
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:18 -0500
2114
+ Processing by ApplicationController#hello_world as HTML
2115
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2116
+ Rendering text template
2117
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2118
+ Completed 200 OK in 14ms (Views: 2.4ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2119
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
2120
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
2121
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2122
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
2123
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:33:28.156538"], ["updated_at", "2025-12-18 15:33:28.156538"]]
2124
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
2125
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:33:29 -0500
2126
+ Processing by ApiController#api_endpoint as HTML
2127
+ Redirected to http://127.0.0.1:65018/nulogy_sso/login
2128
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2129
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
2130
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:33:29 -0500
2131
+ Processing by NulogySSO::AuthenticationController#login as HTML
2132
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65018%252Fapi_endpoint&response_type=code&scope=openid+email
2133
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2134
+ TRANSACTION (0.1ms) BEGIN immediate TRANSACTION
2135
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:33:29.429873"], ["updated_at", "2025-12-18 15:33:29.429873"]]
2136
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
2137
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:33:29 -0500
2138
+ Processing by ApiController#api_endpoint as HTML
2139
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2140
+ Completed 200 OK in 16ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
2141
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
2142
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:33:29.551826"], ["updated_at", "2025-12-18 15:33:29.551826"]]
2143
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
2144
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:33:29 -0500
2145
+ Processing by ApiController#api_endpoint as HTML
2146
+ Redirected to http://127.0.0.1:65018/nulogy_sso/login
2147
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2148
+ Completed 302 Found in 19ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.8ms)
2149
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:33:29 -0500
2150
+ Processing by NulogySSO::AuthenticationController#login as HTML
2151
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65018%252Fapi_endpoint&response_type=code&scope=openid+email
2152
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
2153
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
2154
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:33:29.789262"], ["updated_at", "2025-12-18 15:33:29.789262"]]
2155
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
2156
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:29 -0500
2157
+ Processing by ApplicationController#hello_world as HTML
2158
+ Redirected to http://127.0.0.1:65018/nulogy_sso/login
2159
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2160
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2161
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:33:29 -0500
2162
+ Processing by NulogySSO::AuthenticationController#login as HTML
2163
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65018%252Fhello_world&response_type=code&scope=openid+email
2164
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2165
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
2166
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:33:29.970626"], ["updated_at", "2025-12-18 15:33:29.970626"]]
2167
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
2168
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2169
+ Processing by ApplicationController#hello_world as HTML
2170
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2171
+ Rendering text template
2172
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2173
+ Completed 200 OK in 12ms (Views: 2.5ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2174
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
2175
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:33:30.076132"], ["updated_at", "2025-12-18 15:33:30.076132"]]
2176
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
2177
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2178
+ Processing by ApplicationController#hello_world as HTML
2179
+ Redirected to http://127.0.0.1:65018/nulogy_sso/login
2180
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2181
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2182
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2183
+ Processing by NulogySSO::AuthenticationController#login as HTML
2184
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65018%252Fhello_world&response_type=code&scope=openid+email
2185
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2186
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
2187
+ User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:33:30.311472"], ["updated_at", "2025-12-18 15:33:30.311472"]]
2188
+ TRANSACTION (0.1ms) COMMIT TRANSACTION
2189
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2190
+ Processing by ApplicationController#hello_world as HTML
2191
+ Redirected to http://127.0.0.1:65018/nulogy_sso/login
2192
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2193
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2194
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2195
+ Processing by NulogySSO::AuthenticationController#login as HTML
2196
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65018%252Fhello_world&response_type=code&scope=openid+email
2197
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2198
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65018%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2199
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2200
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65018/hello_world"}
2201
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2202
+ Redirected to http://127.0.0.1:65018/hello_world
2203
+ Completed 302 Found in 17ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2204
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2205
+ Processing by ApplicationController#hello_world as HTML
2206
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2207
+ Rendering text template
2208
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2209
+ Completed 200 OK in 9ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2210
+ TRANSACTION (0.0ms) BEGIN immediate TRANSACTION
2211
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:33:30.418779"], ["updated_at", "2025-12-18 15:33:30.418779"]]
2212
+ TRANSACTION (0.0ms) COMMIT TRANSACTION
2213
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2214
+ Processing by ApplicationController#hello_world as HTML
2215
+ Redirected to http://127.0.0.1:65018/nulogy_sso/login
2216
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2217
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2218
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2219
+ Processing by NulogySSO::AuthenticationController#login as HTML
2220
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65018%252Fhello_world&response_type=code&scope=openid+email
2221
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2222
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65018%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2223
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2224
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65018/hello_world"}
2225
+ Rendering text template
2226
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2227
+ Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2228
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2229
+ Processing by ApplicationController#hello_world as HTML
2230
+ Redirected to http://127.0.0.1:65018/nulogy_sso/login
2231
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2232
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2233
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2234
+ Processing by NulogySSO::AuthenticationController#login as HTML
2235
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65018%252Fhello_world&response_type=code&scope=openid+email
2236
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2237
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65018%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2238
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2239
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65018/hello_world"}
2240
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2241
+ Redirected to http://127.0.0.1:65018/hello_world
2242
+ Completed 302 Found in 11ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2243
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:33:30 -0500
2244
+ Processing by ApplicationController#hello_world as HTML
2245
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2246
+ Rendering text template
2247
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2248
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2249
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
2250
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
273
2251
  ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
274
- TRANSACTION (0.0ms) begin transaction
275
- TRANSACTION (0.0ms) rollback transaction
276
- TRANSACTION (0.0ms) begin transaction
277
- TRANSACTION (0.0ms) rollback transaction
278
- TRANSACTION (0.0ms) begin transaction
279
- TRANSACTION (0.0ms) rollback transaction
280
- TRANSACTION (0.0ms) begin transaction
281
- TRANSACTION (0.1ms) rollback transaction
282
- TRANSACTION (0.0ms) begin transaction
283
- TRANSACTION (0.0ms) rollback transaction
284
- TRANSACTION (0.0ms) begin transaction
285
- TRANSACTION (0.1ms) rollback transaction
286
- TRANSACTION (0.0ms) begin transaction
287
- TRANSACTION (0.1ms) rollback transaction
288
- TRANSACTION (0.0ms) begin transaction
289
- TRANSACTION (0.0ms) rollback transaction
290
- TRANSACTION (0.0ms) begin transaction
291
- TRANSACTION (0.1ms) rollback transaction
292
- TRANSACTION (0.0ms) begin transaction
293
- TRANSACTION (0.1ms) rollback transaction
294
- TRANSACTION (0.0ms) begin transaction
295
- TRANSACTION (0.0ms) rollback transaction
296
- TRANSACTION (0.0ms) begin transaction
297
- TRANSACTION (0.0ms) rollback transaction
298
- TRANSACTION (0.0ms) begin transaction
299
- TRANSACTION (0.0ms) rollback transaction
300
- TRANSACTION (0.0ms) begin transaction
301
- TRANSACTION (0.0ms) rollback transaction
302
- TRANSACTION (0.0ms) begin transaction
303
- TRANSACTION (0.0ms) rollback transaction
304
- TRANSACTION (0.0ms) begin transaction
305
- TRANSACTION (0.0ms) rollback transaction
306
- TRANSACTION (0.0ms) begin transaction
307
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
308
- User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:55:57"], ["updated_at", "2025-01-06 20:55:57"]]
309
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
310
- TRANSACTION (0.0ms) rollback transaction
311
- TRANSACTION (0.0ms) begin transaction
312
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
313
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:55:57"], ["updated_at", "2025-01-06 20:55:57"]]
314
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
315
- TRANSACTION (0.1ms) rollback transaction
316
- TRANSACTION (0.0ms) begin transaction
317
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
318
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:55:57"], ["updated_at", "2025-01-06 20:55:57"]]
319
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
320
- TRANSACTION (0.1ms) rollback transaction
321
- TRANSACTION (0.0ms) begin transaction
322
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
323
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:55:57"], ["updated_at", "2025-01-06 20:55:57"]]
324
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
325
- TRANSACTION (0.1ms) rollback transaction
326
- TRANSACTION (0.0ms) begin transaction
327
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
328
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:55:57"], ["updated_at", "2025-01-06 20:55:57"]]
329
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
330
- TRANSACTION (0.1ms) rollback transaction
331
- TRANSACTION (0.0ms) begin transaction
332
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
333
- User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-01-06 20:55:57"], ["updated_at", "2025-01-06 20:55:57"]]
334
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
335
- TRANSACTION (0.1ms) rollback transaction
2252
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2253
+  (0.0ms) DELETE FROM ar_internal_metadata
2254
+  (0.1ms) DELETE FROM users
2255
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2256
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:07.632180"], ["updated_at", "2025-12-18 15:34:07.632180"]]
2257
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2258
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2259
+ Processing by ApiController#api_endpoint as HTML
2260
+ Redirected to http://127.0.0.1:65153/nulogy_sso/login
2261
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2262
+ Completed 302 Found in 19ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2263
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2264
+ Processing by NulogySSO::AuthenticationController#login as HTML
2265
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65153%252Fapi_endpoint&response_type=code&scope=openid+email
2266
+ Completed 302 Found in 17ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.3ms)
2267
+ TRANSACTION (0.4ms) ROLLBACK TRANSACTION
2268
+ TRANSACTION (0.3ms) BEGIN deferred TRANSACTION
2269
+  (0.0ms) DELETE FROM ar_internal_metadata
2270
+  (0.4ms) DELETE FROM users
2271
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
2272
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:09.298554"], ["updated_at", "2025-12-18 15:34:09.298554"]]
2273
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
2274
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2275
+ Processing by ApiController#api_endpoint as HTML
2276
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2277
+ Completed 200 OK in 17ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.2ms)
2278
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2279
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2280
+  (0.0ms) DELETE FROM ar_internal_metadata
2281
+  (0.0ms) DELETE FROM users
2282
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2283
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:09.401517"], ["updated_at", "2025-12-18 15:34:09.401517"]]
2284
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2285
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2286
+ Processing by ApiController#api_endpoint as HTML
2287
+ Redirected to http://127.0.0.1:65153/nulogy_sso/login
2288
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2289
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
2290
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2291
+ Processing by NulogySSO::AuthenticationController#login as HTML
2292
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65153%252Fapi_endpoint&response_type=code&scope=openid+email
2293
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2294
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2295
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2296
+  (0.0ms) DELETE FROM ar_internal_metadata
2297
+  (0.0ms) DELETE FROM users
2298
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2299
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:09.643575"], ["updated_at", "2025-12-18 15:34:09.643575"]]
2300
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2301
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2302
+ Processing by ApplicationController#hello_world as HTML
2303
+ Redirected to http://127.0.0.1:65153/nulogy_sso/login
2304
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2305
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2306
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2307
+ Processing by NulogySSO::AuthenticationController#login as HTML
2308
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65153%252Fhello_world&response_type=code&scope=openid+email
2309
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2310
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65153%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2311
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2312
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65153/hello_world"}
2313
+ Rendering text template
2314
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2315
+ Completed 200 OK in 15ms (Views: 3.8ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
2316
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2317
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2318
+  (0.0ms) DELETE FROM ar_internal_metadata
2319
+  (0.0ms) DELETE FROM users
2320
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2321
+ Processing by ApplicationController#hello_world as HTML
2322
+ Redirected to http://127.0.0.1:65153/nulogy_sso/login
2323
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2324
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2325
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2326
+ Processing by NulogySSO::AuthenticationController#login as HTML
2327
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65153%252Fhello_world&response_type=code&scope=openid+email
2328
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2329
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65153%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2330
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2331
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65153/hello_world"}
2332
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2333
+ Rendering text template
2334
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2335
+ Completed 200 OK in 12ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2336
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2337
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2338
+  (0.0ms) DELETE FROM ar_internal_metadata
2339
+  (0.0ms) DELETE FROM users
2340
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2341
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:09.823670"], ["updated_at", "2025-12-18 15:34:09.823670"]]
2342
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2343
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2344
+ Processing by ApplicationController#hello_world as HTML
2345
+ Redirected to http://127.0.0.1:65153/nulogy_sso/login
2346
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2347
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2348
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2349
+ Processing by NulogySSO::AuthenticationController#login as HTML
2350
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65153%252Fhello_world&response_type=code&scope=openid+email
2351
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2352
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65153%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2353
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2354
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65153/hello_world"}
2355
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2356
+ Redirected to http://127.0.0.1:65153/hello_world
2357
+ Completed 302 Found in 39ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2358
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2359
+ Processing by ApplicationController#hello_world as HTML
2360
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2361
+ Rendering text template
2362
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2363
+ Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2364
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2365
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2366
+  (0.0ms) DELETE FROM ar_internal_metadata
2367
+  (0.0ms) DELETE FROM users
2368
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2369
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:09.920866"], ["updated_at", "2025-12-18 15:34:09.920866"]]
2370
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2371
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:09 -0500
2372
+ Processing by ApplicationController#hello_world as HTML
2373
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2374
+ Rendering text template
2375
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2376
+ Completed 200 OK in 7ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2377
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2378
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2379
+  (0.0ms) DELETE FROM ar_internal_metadata
2380
+  (0.0ms) DELETE FROM users
2381
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2382
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:09.994417"], ["updated_at", "2025-12-18 15:34:09.994417"]]
2383
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2384
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:10 -0500
2385
+ Processing by ApplicationController#hello_world as HTML
2386
+ Redirected to http://127.0.0.1:65153/nulogy_sso/login
2387
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2388
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2389
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:10 -0500
2390
+ Processing by NulogySSO::AuthenticationController#login as HTML
2391
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65153%252Fhello_world&response_type=code&scope=openid+email
2392
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2393
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2394
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2395
+  (0.0ms) DELETE FROM ar_internal_metadata
2396
+  (0.0ms) DELETE FROM users
2397
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2398
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:10.200192"], ["updated_at", "2025-12-18 15:34:10.200192"]]
2399
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2400
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:10 -0500
2401
+ Processing by ApplicationController#hello_world as HTML
2402
+ Redirected to http://127.0.0.1:65153/nulogy_sso/login
2403
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2404
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2405
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:10 -0500
2406
+ Processing by NulogySSO::AuthenticationController#login as HTML
2407
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65153%252Fhello_world&response_type=code&scope=openid+email
2408
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2409
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2410
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
336
2411
  ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
337
2412
  ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
338
- TRANSACTION (0.0ms) begin transaction
339
- TRANSACTION (0.0ms) rollback transaction
340
- TRANSACTION (0.0ms) begin transaction
341
- TRANSACTION (0.2ms) rollback transaction
342
- TRANSACTION (0.0ms) begin transaction
2413
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2414
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2415
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2416
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2417
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2418
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2419
+ TRANSACTION (0.4ms) BEGIN deferred TRANSACTION
2420
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2421
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2422
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2423
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2424
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2425
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2426
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2427
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2428
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2429
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2430
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2431
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2432
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2433
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2434
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2435
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2436
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2437
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2438
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2439
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2440
+  (0.0ms) DELETE FROM ar_internal_metadata
2441
+  (0.1ms) DELETE FROM users
2442
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2443
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:19"], ["updated_at", "2025-12-18 15:34:19"]]
2444
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2445
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2446
+ Processing by ApiController#api_endpoint as HTML
2447
+ Redirected to http://127.0.0.1:65260/nulogy_sso/login
2448
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2449
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2450
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2451
+ Processing by NulogySSO::AuthenticationController#login as HTML
2452
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65260%252Fapi_endpoint&response_type=code&scope=openid+email
2453
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2454
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
2455
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2456
+  (0.0ms) DELETE FROM ar_internal_metadata
2457
+  (0.0ms) DELETE FROM users
2458
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2459
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:19"], ["updated_at", "2025-12-18 15:34:19"]]
2460
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2461
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2462
+ Processing by ApiController#api_endpoint as HTML
2463
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2464
+ Completed 200 OK in 22ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 3.0ms)
2465
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2466
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2467
+  (0.0ms) DELETE FROM ar_internal_metadata
2468
+  (0.0ms) DELETE FROM users
2469
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2470
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:19"], ["updated_at", "2025-12-18 15:34:19"]]
2471
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2472
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2473
+ Processing by ApiController#api_endpoint as HTML
2474
+ Redirected to http://127.0.0.1:65260/nulogy_sso/login
2475
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2476
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2477
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2478
+ Processing by NulogySSO::AuthenticationController#login as HTML
2479
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65260%252Fapi_endpoint&response_type=code&scope=openid+email
2480
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2481
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2482
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2483
+  (0.1ms) DELETE FROM ar_internal_metadata
2484
+  (0.0ms) DELETE FROM users
2485
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2486
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:19"], ["updated_at", "2025-12-18 15:34:19"]]
2487
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2488
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2489
+ Processing by ApplicationController#hello_world as HTML
2490
+ Redirected to http://127.0.0.1:65260/nulogy_sso/login
2491
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2492
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2493
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2494
+ Processing by NulogySSO::AuthenticationController#login as HTML
2495
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65260%252Fhello_world&response_type=code&scope=openid+email
2496
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2497
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65260%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2498
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2499
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65260/hello_world"}
2500
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2501
+ Redirected to http://127.0.0.1:65260/hello_world
2502
+ Completed 302 Found in 12ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2503
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2504
+ Processing by ApplicationController#hello_world as HTML
2505
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2506
+ Rendering text template
2507
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2508
+ Completed 200 OK in 6ms (Views: 2.6ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.1ms)
2509
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
2510
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2511
+  (0.0ms) DELETE FROM ar_internal_metadata
2512
+  (0.0ms) DELETE FROM users
2513
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2514
+ Processing by ApplicationController#hello_world as HTML
2515
+ Redirected to http://127.0.0.1:65260/nulogy_sso/login
2516
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2517
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2518
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2519
+ Processing by NulogySSO::AuthenticationController#login as HTML
2520
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65260%252Fhello_world&response_type=code&scope=openid+email
2521
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2522
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65260%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2523
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2524
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65260/hello_world"}
2525
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2526
+ Rendering text template
2527
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2528
+ Completed 200 OK in 16ms (Views: 0.3ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2529
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2530
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2531
+  (0.0ms) DELETE FROM ar_internal_metadata
2532
+  (0.0ms) DELETE FROM users
2533
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2534
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:19"], ["updated_at", "2025-12-18 15:34:19"]]
2535
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2536
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2537
+ Processing by ApplicationController#hello_world as HTML
2538
+ Redirected to http://127.0.0.1:65260/nulogy_sso/login
2539
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2540
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2541
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2542
+ Processing by NulogySSO::AuthenticationController#login as HTML
2543
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65260%252Fhello_world&response_type=code&scope=openid+email
2544
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2545
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65260%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2546
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2547
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65260/hello_world"}
2548
+ Rendering text template
2549
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2550
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2551
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2552
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2553
+  (0.0ms) DELETE FROM ar_internal_metadata
2554
+  (0.0ms) DELETE FROM users
2555
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2556
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:19"], ["updated_at", "2025-12-18 15:34:19"]]
2557
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2558
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2559
+ Processing by ApplicationController#hello_world as HTML
2560
+ Redirected to http://127.0.0.1:65260/nulogy_sso/login
2561
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2562
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2563
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2564
+ Processing by NulogySSO::AuthenticationController#login as HTML
2565
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65260%252Fhello_world&response_type=code&scope=openid+email
2566
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2567
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
2568
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2569
+  (0.1ms) DELETE FROM ar_internal_metadata
2570
+  (0.0ms) DELETE FROM users
2571
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2572
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:19"], ["updated_at", "2025-12-18 15:34:19"]]
2573
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2574
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2575
+ Processing by ApplicationController#hello_world as HTML
2576
+ Redirected to http://127.0.0.1:65260/nulogy_sso/login
2577
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2578
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2579
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2580
+ Processing by NulogySSO::AuthenticationController#login as HTML
2581
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65260%252Fhello_world&response_type=code&scope=openid+email
2582
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2583
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2584
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2585
+  (0.0ms) DELETE FROM ar_internal_metadata
2586
+  (0.0ms) DELETE FROM users
2587
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2588
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:19"], ["updated_at", "2025-12-18 15:34:19"]]
2589
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2590
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:19 -0500
2591
+ Processing by ApplicationController#hello_world as HTML
2592
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2593
+ Rendering text template
2594
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2595
+ Completed 200 OK in 9ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2596
+ TRANSACTION (0.1ms) ROLLBACK TRANSACTION
2597
+ Generating image variants require the image_processing gem. Please add `gem "image_processing", "~> 1.2"` to your Gemfile or set `config.active_storage.variant_processor = :disabled`.
2598
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "schema_sha1"]]
2599
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2600
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2601
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2602
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2603
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2604
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2605
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2606
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2607
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2608
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2609
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2610
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2611
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2612
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2613
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2614
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2615
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2616
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2617
+  (0.0ms) DELETE FROM ar_internal_metadata
2618
+  (0.0ms) DELETE FROM users
2619
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:46 -0500
2620
+ Processing by ApplicationController#hello_world as HTML
2621
+ Redirected to http://127.0.0.1:65380/nulogy_sso/login
2622
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2623
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2624
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2625
+ Processing by NulogySSO::AuthenticationController#login as HTML
2626
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65380%252Fhello_world&response_type=code&scope=openid+email
2627
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2628
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65380%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2629
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2630
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65380/hello_world"}
2631
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2632
+ Rendering text template
2633
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2634
+ Completed 200 OK in 38ms (Views: 3.2ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.2ms)
2635
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2636
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2637
+  (0.0ms) DELETE FROM ar_internal_metadata
2638
+  (0.0ms) DELETE FROM users
2639
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2640
+ User Create (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:47.238909"], ["updated_at", "2025-12-18 15:34:47.238909"]]
2641
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2642
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2643
+ Processing by ApplicationController#hello_world as HTML
2644
+ Redirected to http://127.0.0.1:65380/nulogy_sso/login
2645
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2646
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2647
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2648
+ Processing by NulogySSO::AuthenticationController#login as HTML
2649
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65380%252Fhello_world&response_type=code&scope=openid+email
2650
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2651
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65380%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2652
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2653
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65380/hello_world"}
2654
+ Rendering text template
2655
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2656
+ Completed 200 OK in 15ms (Views: 0.2ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2657
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2658
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2659
+  (0.0ms) DELETE FROM ar_internal_metadata
2660
+  (0.0ms) DELETE FROM users
2661
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2662
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:47.362116"], ["updated_at", "2025-12-18 15:34:47.362116"]]
2663
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2664
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2665
+ Processing by ApplicationController#hello_world as HTML
2666
+ Redirected to http://127.0.0.1:65380/nulogy_sso/login
2667
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2668
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2669
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2670
+ Processing by NulogySSO::AuthenticationController#login as HTML
2671
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65380%252Fhello_world&response_type=code&scope=openid+email
2672
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2673
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A65380%2Fhello_world" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2674
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
2675
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:65380/hello_world"}
2676
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2677
+ Redirected to http://127.0.0.1:65380/hello_world
2678
+ Completed 302 Found in 16ms (ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2679
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2680
+ Processing by ApplicationController#hello_world as HTML
2681
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2682
+ Rendering text template
2683
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2684
+ Completed 200 OK in 18ms (Views: 0.4ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2685
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2686
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2687
+  (0.0ms) DELETE FROM ar_internal_metadata
2688
+  (0.0ms) DELETE FROM users
2689
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2690
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:47.453248"], ["updated_at", "2025-12-18 15:34:47.453248"]]
2691
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2692
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2693
+ Processing by ApplicationController#hello_world as HTML
2694
+ Redirected to http://127.0.0.1:65380/nulogy_sso/login
2695
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2696
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2697
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2698
+ Processing by NulogySSO::AuthenticationController#login as HTML
2699
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65380%252Fhello_world&response_type=code&scope=openid+email
2700
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2701
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2702
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2703
+  (0.0ms) DELETE FROM ar_internal_metadata
2704
+  (0.0ms) DELETE FROM users
2705
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2706
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:47.677826"], ["updated_at", "2025-12-18 15:34:47.677826"]]
2707
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2708
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2709
+ Processing by ApplicationController#hello_world as HTML
2710
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2711
+ Rendering text template
2712
+ Rendered text template (Duration: 0.0ms | GC: 0.0ms)
2713
+ Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.8ms)
2714
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2715
+ TRANSACTION (0.5ms) BEGIN deferred TRANSACTION
2716
+  (0.0ms) DELETE FROM ar_internal_metadata
2717
+  (0.0ms) DELETE FROM users
2718
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2719
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:47.769289"], ["updated_at", "2025-12-18 15:34:47.769289"]]
2720
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2721
+ Started GET "/hello_world" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2722
+ Processing by ApplicationController#hello_world as HTML
2723
+ Redirected to http://127.0.0.1:65380/nulogy_sso/login
2724
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2725
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2726
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2727
+ Processing by NulogySSO::AuthenticationController#login as HTML
2728
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65380%252Fhello_world&response_type=code&scope=openid+email
2729
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2730
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2731
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2732
+  (0.0ms) DELETE FROM ar_internal_metadata
2733
+  (0.0ms) DELETE FROM users
2734
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2735
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:47.917318"], ["updated_at", "2025-12-18 15:34:47.917318"]]
2736
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2737
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2738
+ Processing by ApiController#api_endpoint as HTML
2739
+ Redirected to http://127.0.0.1:65380/nulogy_sso/login
2740
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2741
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2742
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:47 -0500
2743
+ Processing by NulogySSO::AuthenticationController#login as HTML
2744
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65380%252Fapi_endpoint&response_type=code&scope=openid+email
2745
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.1ms)
2746
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2747
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2748
+  (0.0ms) DELETE FROM ar_internal_metadata
2749
+  (0.0ms) DELETE FROM users
2750
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2751
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:48.078236"], ["updated_at", "2025-12-18 15:34:48.078236"]]
2752
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2753
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:34:48 -0500
2754
+ Processing by ApiController#api_endpoint as HTML
2755
+ Redirected to http://127.0.0.1:65380/nulogy_sso/login
2756
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2757
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2758
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2025-12-18 10:34:48 -0500
2759
+ Processing by NulogySSO::AuthenticationController#login as HTML
2760
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A65380%252Fapi_endpoint&response_type=code&scope=openid+email
2761
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)
2762
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2763
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2764
+  (0.0ms) DELETE FROM ar_internal_metadata
2765
+  (0.0ms) DELETE FROM users
2766
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
2767
+ User Create (0.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) RETURNING "id" [["email", "test@nulogy.com"], ["created_at", "2025-12-18 15:34:48.240352"], ["updated_at", "2025-12-18 15:34:48.240352"]]
2768
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
2769
+ Started GET "/api_endpoint" for 127.0.0.1 at 2025-12-18 10:34:48 -0500
2770
+ Processing by ApiController#api_endpoint as HTML
2771
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2772
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.1ms (1 query, 0 cached) | GC: 0.0ms)
2773
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2774
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2775
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2776
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2777
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2778
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2779
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2780
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2781
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION
2782
+ TRANSACTION (0.0ms) BEGIN deferred TRANSACTION
2783
+ TRANSACTION (0.0ms) ROLLBACK TRANSACTION