nulogy_sso 2.4.0 → 2.5.1

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,1262 +1,175 @@
1
-  (2.0ms) SELECT sqlite_version(*)
2
-  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
3
-  (0.0ms) SELECT sqlite_version(*)
4
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
5
-  (0.1ms) begin transaction
6
-  (0.1ms) rollback transaction
7
-  (0.0ms) begin transaction
8
-  (0.1ms) rollback transaction
9
-  (0.0ms) begin transaction
10
-  (0.0ms) rollback transaction
11
-  (0.0ms) begin transaction
12
-  (0.0ms) rollback transaction
13
-  (0.0ms) begin transaction
14
-  (0.0ms) rollback transaction
15
-  (0.1ms) begin transaction
16
-  (0.0ms) rollback transaction
17
-  (0.0ms) begin transaction
18
-  (0.0ms) rollback transaction
19
-  (0.0ms) begin transaction
20
-  (0.0ms) rollback transaction
21
-  (0.0ms) begin transaction
22
-  (0.0ms) SAVEPOINT active_record_1
23
- User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 21:52:51.882366"], ["updated_at", "2021-04-08 21:52:51.882366"]]
24
-  (0.1ms) RELEASE SAVEPOINT active_record_1
25
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-08 17:52:56 -0400
26
- Processing by ApiController#api_endpoint as HTML
27
- Redirected to http://192.168.0.189:61560/nulogy_sso/login
28
- Filter chain halted as :authenticate_sso_user rendered or redirected
29
- Completed 302 Found in 71ms (ActiveRecord: 0.0ms | Allocations: 2367)
30
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 17:52:56 -0400
31
- Processing by NulogySSO::AuthenticationController#login as HTML
32
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61560%252Fapi_endpoint&response_type=code&scope=openid+email
33
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 519)
34
-  (0.4ms) rollback transaction
35
-  (0.1ms) begin transaction
36
-  (0.1ms) SAVEPOINT active_record_1
37
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 21:52:57.016543"], ["updated_at", "2021-04-08 21:52:57.016543"]]
38
-  (0.0ms) RELEASE SAVEPOINT active_record_1
39
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-08 17:52:57 -0400
40
- Processing by ApiController#api_endpoint as HTML
41
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
42
- Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 828)
43
-  (1.0ms) rollback transaction
44
-  (0.1ms) begin transaction
45
-  (0.1ms) SAVEPOINT active_record_1
46
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 21:52:57.767823"], ["updated_at", "2021-04-08 21:52:57.767823"]]
47
-  (0.1ms) RELEASE SAVEPOINT active_record_1
48
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-08 17:52:57 -0400
49
- Processing by ApiController#api_endpoint as HTML
50
- Redirected to http://192.168.0.189:61560/nulogy_sso/login
51
- Filter chain halted as :authenticate_sso_user rendered or redirected
52
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 315)
53
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 17:52:57 -0400
54
- Processing by NulogySSO::AuthenticationController#login as HTML
55
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61560%252Fapi_endpoint&response_type=code&scope=openid+email
56
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 291)
57
-  (0.5ms) rollback transaction
58
-  (0.1ms) begin transaction
59
-  (0.1ms) SAVEPOINT active_record_1
60
- User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 21:52:58.692265"], ["updated_at", "2021-04-08 21:52:58.692265"]]
61
-  (0.1ms) RELEASE SAVEPOINT active_record_1
62
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 17:52:58 -0400
63
- Processing by ApplicationController#hello_world as HTML
64
- Redirected to http://192.168.0.189:61560/nulogy_sso/login
65
- Filter chain halted as :authenticate_sso_user rendered or redirected
66
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 372)
67
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 17:52:58 -0400
68
- Processing by NulogySSO::AuthenticationController#login as HTML
69
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61560%252Fhello_world&response_type=code&scope=openid+email
70
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 293)
71
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A61560%2Fhello_world" for 192.168.0.189 at 2021-04-08 17:52:58 -0400
72
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
73
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:61560/hello_world"}
74
- User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
75
- Redirected to http://192.168.0.189:61560/hello_world
76
- Completed 302 Found in 42ms (ActiveRecord: 1.2ms | Allocations: 3091)
77
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 17:52:58 -0400
78
- Processing by ApplicationController#hello_world as HTML
79
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
80
- Rendering text template
81
- Rendered text template (Duration: 0.0ms | Allocations: 3)
82
- Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms | Allocations: 1845)
83
-  (1.0ms) rollback transaction
84
-  (0.0ms) begin transaction
85
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 17:52:59 -0400
86
- Processing by ApplicationController#hello_world as HTML
87
- Redirected to http://192.168.0.189:61560/nulogy_sso/login
88
- Filter chain halted as :authenticate_sso_user rendered or redirected
89
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 324)
90
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 17:52:59 -0400
91
- Processing by NulogySSO::AuthenticationController#login as HTML
92
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61560%252Fhello_world&response_type=code&scope=openid+email
93
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 291)
94
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A61560%2Fhello_world" for 192.168.0.189 at 2021-04-08 17:52:59 -0400
95
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
96
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:61560/hello_world"}
97
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
98
- Rendering text template
99
- Rendered text template (Duration: 0.0ms | Allocations: 1)
100
- Completed 200 OK in 19ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 1924)
101
-  (0.1ms) rollback transaction
102
-  (0.0ms) begin transaction
103
-  (0.1ms) SAVEPOINT active_record_1
104
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 21:53:00.008240"], ["updated_at", "2021-04-08 21:53:00.008240"]]
105
-  (0.1ms) RELEASE SAVEPOINT active_record_1
106
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 17:53:00 -0400
107
- Processing by ApplicationController#hello_world as HTML
108
- Redirected to http://192.168.0.189:61560/nulogy_sso/login
109
- Filter chain halted as :authenticate_sso_user rendered or redirected
110
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 324)
111
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 17:53:00 -0400
112
- Processing by NulogySSO::AuthenticationController#login as HTML
113
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61560%252Fhello_world&response_type=code&scope=openid+email
114
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 295)
115
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A61560%2Fhello_world" for 192.168.0.189 at 2021-04-08 17:53:00 -0400
116
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
117
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:61560/hello_world"}
118
- Rendering text template
119
- Rendered text template (Duration: 0.0ms | Allocations: 1)
120
- Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 1438)
121
-  (1.0ms) rollback transaction
122
-  (0.0ms) begin transaction
123
-  (0.1ms) SAVEPOINT active_record_1
124
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 21:53:00.467454"], ["updated_at", "2021-04-08 21:53:00.467454"]]
125
-  (0.0ms) RELEASE SAVEPOINT active_record_1
126
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 17:53:00 -0400
127
- Processing by ApplicationController#hello_world as HTML
128
- Redirected to http://192.168.0.189:61560/nulogy_sso/login
129
- Filter chain halted as :authenticate_sso_user rendered or redirected
130
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 492)
131
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 17:53:00 -0400
132
- Processing by NulogySSO::AuthenticationController#login as HTML
133
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61560%252Fhello_world&response_type=code&scope=openid+email
134
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 454)
135
-  (0.4ms) rollback transaction
136
-  (0.0ms) begin transaction
137
-  (0.1ms) SAVEPOINT active_record_1
138
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 21:53:01.136836"], ["updated_at", "2021-04-08 21:53:01.136836"]]
139
-  (0.1ms) RELEASE SAVEPOINT active_record_1
140
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 17:53:01 -0400
141
- Processing by ApplicationController#hello_world as HTML
142
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
143
- Rendering text template
144
- Rendered text template (Duration: 0.0ms | Allocations: 1)
145
- Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms | Allocations: 602)
146
-  (0.6ms) rollback transaction
147
-  (0.1ms) begin transaction
148
-  (0.1ms) SAVEPOINT active_record_1
149
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 21:53:01.792877"], ["updated_at", "2021-04-08 21:53:01.792877"]]
150
-  (0.1ms) RELEASE SAVEPOINT active_record_1
151
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 17:53:01 -0400
152
- Processing by ApplicationController#hello_world as HTML
153
- Redirected to http://192.168.0.189:61560/nulogy_sso/login
154
- Filter chain halted as :authenticate_sso_user rendered or redirected
155
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 324)
156
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 17:53:01 -0400
157
- Processing by NulogySSO::AuthenticationController#login as HTML
158
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61560%252Fhello_world&response_type=code&scope=openid+email
159
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 287)
160
-  (1.1ms) rollback transaction
161
-  (0.1ms) begin transaction
162
-  (0.0ms) rollback transaction
163
-  (0.0ms) begin transaction
164
-  (0.0ms) rollback transaction
165
-  (0.1ms) begin transaction
166
-  (0.0ms) rollback transaction
167
-  (0.0ms) begin transaction
168
-  (0.0ms) rollback transaction
169
-  (0.0ms) begin transaction
170
-  (0.0ms) rollback transaction
171
-  (2.3ms) SELECT sqlite_version(*)
172
-  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
173
-  (0.1ms) SELECT sqlite_version(*)
174
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
175
-  (1.9ms) SELECT sqlite_version(*)
176
-  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
177
-  (0.1ms) SELECT sqlite_version(*)
178
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
179
- TRANSACTION (0.1ms) begin transaction
180
- TRANSACTION (0.1ms) rollback transaction
181
- TRANSACTION (0.0ms) begin transaction
182
- TRANSACTION (0.0ms) rollback transaction
183
- TRANSACTION (0.0ms) begin transaction
184
- TRANSACTION (0.0ms) rollback transaction
185
- TRANSACTION (0.0ms) begin transaction
186
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
187
- User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:00:03"], ["updated_at", "2021-04-08 22:00:03"]]
188
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
189
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
190
- Processing by ApiController#api_endpoint as HTML
191
- Redirected to http://192.168.0.189:61822/nulogy_sso/login
192
- Filter chain halted as :authenticate_sso_user rendered or redirected
193
- Completed 302 Found in 7ms (ActiveRecord: 0.0ms | Allocations: 334)
194
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
195
- Processing by NulogySSO::AuthenticationController#login as HTML
196
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61822%252Fapi_endpoint&response_type=code&scope=openid+email
197
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 347)
198
- TRANSACTION (0.4ms) rollback transaction
199
- TRANSACTION (0.1ms) begin transaction
200
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
201
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:00:03"], ["updated_at", "2021-04-08 22:00:03"]]
202
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
203
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
204
- Processing by ApiController#api_endpoint as HTML
205
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
206
- Completed 200 OK in 18ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 2586)
207
- TRANSACTION (1.1ms) rollback transaction
208
- TRANSACTION (0.1ms) begin transaction
209
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
210
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:00:03"], ["updated_at", "2021-04-08 22:00:03"]]
211
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
212
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
213
- Processing by ApiController#api_endpoint as HTML
214
- Redirected to http://192.168.0.189:61822/nulogy_sso/login
215
- Filter chain halted as :authenticate_sso_user rendered or redirected
216
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 394)
217
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
218
- Processing by NulogySSO::AuthenticationController#login as HTML
219
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61822%252Fapi_endpoint&response_type=code&scope=openid+email
220
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 447)
221
- TRANSACTION (1.1ms) rollback transaction
222
- TRANSACTION (0.1ms) begin transaction
223
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
224
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:00:03"], ["updated_at", "2021-04-08 22:00:03"]]
225
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
226
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
227
- Processing by ApplicationController#hello_world as HTML
228
- Redirected to http://192.168.0.189:61822/nulogy_sso/login
229
- Filter chain halted as :authenticate_sso_user rendered or redirected
230
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 290)
231
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
232
- Processing by NulogySSO::AuthenticationController#login as HTML
233
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61822%252Fhello_world&response_type=code&scope=openid+email
234
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 297)
235
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A61822%2Fhello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
236
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
237
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:61822/hello_world"}
238
- Rendering text template
239
- Rendered text template (Duration: 0.0ms | Allocations: 3)
240
- Completed 200 OK in 44ms (Views: 6.3ms | ActiveRecord: 0.0ms | Allocations: 3790)
241
- TRANSACTION (1.0ms) rollback transaction
242
- TRANSACTION (0.1ms) begin transaction
243
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
244
- User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:00:03"], ["updated_at", "2021-04-08 22:00:03"]]
245
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
246
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
247
- Processing by ApplicationController#hello_world as HTML
248
- Redirected to http://192.168.0.189:61822/nulogy_sso/login
249
- Filter chain halted as :authenticate_sso_user rendered or redirected
250
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 242)
251
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
252
- Processing by NulogySSO::AuthenticationController#login as HTML
253
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61822%252Fhello_world&response_type=code&scope=openid+email
254
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 292)
255
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A61822%2Fhello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
256
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
257
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:61822/hello_world"}
258
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
259
- Redirected to http://192.168.0.189:61822/hello_world
260
- Completed 302 Found in 17ms (ActiveRecord: 0.1ms | Allocations: 1844)
261
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
262
- Processing by ApplicationController#hello_world as HTML
263
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
264
- Rendering text template
265
- Rendered text template (Duration: 0.0ms | Allocations: 1)
266
- Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 824)
267
- TRANSACTION (1.0ms) rollback transaction
268
- TRANSACTION (0.1ms) begin transaction
269
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
270
- Processing by ApplicationController#hello_world as HTML
271
- Redirected to http://192.168.0.189:61822/nulogy_sso/login
272
- Filter chain halted as :authenticate_sso_user rendered or redirected
273
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 242)
274
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
275
- Processing by NulogySSO::AuthenticationController#login as HTML
276
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61822%252Fhello_world&response_type=code&scope=openid+email
277
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 293)
278
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A61822%2Fhello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
279
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
280
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:61822/hello_world"}
281
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
282
- Rendering text template
283
- Rendered text template (Duration: 0.0ms | Allocations: 1)
284
- Completed 200 OK in 12ms (Views: 0.4ms | ActiveRecord: 0.2ms | Allocations: 1731)
285
- TRANSACTION (0.1ms) rollback transaction
286
- TRANSACTION (0.1ms) begin transaction
287
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
288
- User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:00:03"], ["updated_at", "2021-04-08 22:00:03"]]
289
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
290
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
291
- Processing by ApplicationController#hello_world as HTML
292
- Redirected to http://192.168.0.189:61822/nulogy_sso/login
293
- Filter chain halted as :authenticate_sso_user rendered or redirected
294
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 242)
295
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
296
- Processing by NulogySSO::AuthenticationController#login as HTML
297
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61822%252Fhello_world&response_type=code&scope=openid+email
298
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 291)
299
- TRANSACTION (1.0ms) rollback transaction
300
- TRANSACTION (0.1ms) begin transaction
301
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
302
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:00:03"], ["updated_at", "2021-04-08 22:00:03"]]
303
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
304
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
305
- Processing by ApplicationController#hello_world as HTML
306
- Redirected to http://192.168.0.189:61822/nulogy_sso/login
307
- Filter chain halted as :authenticate_sso_user rendered or redirected
308
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 404)
309
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
310
- Processing by NulogySSO::AuthenticationController#login as HTML
311
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A61822%252Fhello_world&response_type=code&scope=openid+email
312
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 443)
313
- TRANSACTION (1.0ms) rollback transaction
314
- TRANSACTION (0.0ms) begin transaction
315
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
316
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:00:03"], ["updated_at", "2021-04-08 22:00:03"]]
317
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
318
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:00:03 -0400
319
- Processing by ApplicationController#hello_world as HTML
320
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
321
- Rendering text template
322
- Rendered text template (Duration: 0.0ms | Allocations: 1)
323
- Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms | Allocations: 586)
324
- TRANSACTION (1.0ms) rollback transaction
325
- TRANSACTION (0.1ms) begin transaction
326
- TRANSACTION (0.0ms) rollback transaction
327
- TRANSACTION (0.0ms) begin transaction
328
- TRANSACTION (0.0ms) rollback transaction
329
- TRANSACTION (0.1ms) begin transaction
330
- TRANSACTION (0.1ms) rollback transaction
331
- TRANSACTION (0.0ms) begin transaction
332
- TRANSACTION (0.0ms) rollback transaction
333
- TRANSACTION (0.0ms) begin transaction
334
- TRANSACTION (0.0ms) rollback transaction
335
- TRANSACTION (0.1ms) begin transaction
336
- TRANSACTION (0.1ms) rollback transaction
337
- TRANSACTION (0.1ms) begin transaction
338
- TRANSACTION (0.1ms) rollback transaction
339
- TRANSACTION (0.0ms) begin transaction
340
- TRANSACTION (0.0ms) rollback transaction
341
- TRANSACTION (0.0ms) begin transaction
342
- TRANSACTION (0.0ms) rollback transaction
343
- TRANSACTION (0.0ms) begin transaction
344
- TRANSACTION (0.0ms) rollback transaction
345
-  (2.0ms) SELECT sqlite_version(*)
346
-  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
347
-  (0.1ms) SELECT sqlite_version(*)
348
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
349
- TRANSACTION (0.1ms) begin transaction
350
- TRANSACTION (0.1ms) rollback transaction
351
- TRANSACTION (0.0ms) begin transaction
352
- TRANSACTION (0.0ms) rollback transaction
353
- TRANSACTION (0.0ms) begin transaction
354
- TRANSACTION (0.1ms) rollback transaction
355
- TRANSACTION (0.0ms) begin transaction
356
- TRANSACTION (0.0ms) rollback transaction
357
- TRANSACTION (0.0ms) begin transaction
358
- TRANSACTION (0.0ms) rollback transaction
359
- TRANSACTION (0.0ms) begin transaction
360
- TRANSACTION (0.0ms) rollback transaction
361
- TRANSACTION (0.0ms) begin transaction
362
- TRANSACTION (0.0ms) rollback transaction
363
- TRANSACTION (0.0ms) begin transaction
364
- TRANSACTION (0.1ms) rollback transaction
365
- TRANSACTION (0.2ms) begin transaction
366
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
367
- User Create (2.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:14:24.503071"], ["updated_at", "2021-04-08 22:14:24.503071"]]
368
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
369
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:14:25 -0400
370
- Processing by ApplicationController#hello_world as HTML
371
- Redirected to http://192.168.0.189:62208/nulogy_sso/login
372
- Filter chain halted as :authenticate_sso_user rendered or redirected
373
- Completed 302 Found in 7ms (ActiveRecord: 0.0ms | Allocations: 365)
374
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:14:25 -0400
375
- Processing by NulogySSO::AuthenticationController#login as HTML
376
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A62208%252Fhello_world&response_type=code&scope=openid+email
377
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 333)
378
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A62208%2Fhello_world" for 192.168.0.189 at 2021-04-08 18:14:25 -0400
379
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
380
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:62208/hello_world"}
381
- Rendering text template
382
- Rendered text template (Duration: 0.0ms | Allocations: 3)
383
- Completed 200 OK in 42ms (Views: 22.2ms | ActiveRecord: 0.0ms | Allocations: 3789)
384
- TRANSACTION (0.5ms) rollback transaction
385
- TRANSACTION (0.1ms) begin transaction
386
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
387
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:14:26.191298"], ["updated_at", "2021-04-08 22:14:26.191298"]]
388
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
389
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:14:26 -0400
390
- Processing by ApplicationController#hello_world as HTML
391
- Redirected to http://192.168.0.189:62208/nulogy_sso/login
392
- Filter chain halted as :authenticate_sso_user rendered or redirected
393
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 238)
394
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:14:26 -0400
395
- Processing by NulogySSO::AuthenticationController#login as HTML
396
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A62208%252Fhello_world&response_type=code&scope=openid+email
397
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 292)
398
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A62208%2Fhello_world" for 192.168.0.189 at 2021-04-08 18:14:26 -0400
399
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
400
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:62208/hello_world"}
401
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
402
- Redirected to http://192.168.0.189:62208/hello_world
403
- Completed 302 Found in 40ms (ActiveRecord: 0.3ms | Allocations: 3827)
404
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:14:26 -0400
405
- Processing by ApplicationController#hello_world as HTML
406
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
407
- Rendering text template
408
- Rendered text template (Duration: 0.0ms | Allocations: 1)
409
- Completed 200 OK in 6ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 824)
410
- TRANSACTION (1.0ms) rollback transaction
411
- TRANSACTION (0.1ms) begin transaction
412
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:14:26 -0400
413
- Processing by ApplicationController#hello_world as HTML
414
- Redirected to http://192.168.0.189:62208/nulogy_sso/login
415
- Filter chain halted as :authenticate_sso_user rendered or redirected
416
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 238)
417
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:14:26 -0400
418
- Processing by NulogySSO::AuthenticationController#login as HTML
419
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A62208%252Fhello_world&response_type=code&scope=openid+email
420
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 285)
421
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A62208%2Fhello_world" for 192.168.0.189 at 2021-04-08 18:14:26 -0400
422
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
423
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:62208/hello_world"}
424
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
425
- Rendering text template
426
- Rendered text template (Duration: 0.0ms | Allocations: 1)
427
- Completed 200 OK in 19ms (Views: 0.4ms | ActiveRecord: 0.2ms | Allocations: 1721)
428
- TRANSACTION (0.1ms) rollback transaction
429
- TRANSACTION (0.0ms) begin transaction
430
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
431
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:14:27.201472"], ["updated_at", "2021-04-08 22:14:27.201472"]]
432
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
433
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-08 18:14:27 -0400
434
- Processing by ApiController#api_endpoint as HTML
435
- Redirected to http://192.168.0.189:62208/nulogy_sso/login
436
- Filter chain halted as :authenticate_sso_user rendered or redirected
437
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 429)
438
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:14:27 -0400
439
- Processing by NulogySSO::AuthenticationController#login as HTML
440
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A62208%252Fapi_endpoint&response_type=code&scope=openid+email
441
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 452)
442
- TRANSACTION (1.0ms) rollback transaction
443
- TRANSACTION (0.0ms) begin transaction
444
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
445
- User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:14:27.912687"], ["updated_at", "2021-04-08 22:14:27.912687"]]
446
- TRANSACTION (1.4ms) RELEASE SAVEPOINT active_record_1
447
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-08 18:14:28 -0400
448
- Processing by ApiController#api_endpoint as HTML
449
- Redirected to http://192.168.0.189:62208/nulogy_sso/login
450
- Filter chain halted as :authenticate_sso_user rendered or redirected
451
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 229)
452
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:14:28 -0400
453
- Processing by NulogySSO::AuthenticationController#login as HTML
454
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A62208%252Fapi_endpoint&response_type=code&scope=openid+email
455
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 283)
456
- TRANSACTION (0.7ms) rollback transaction
457
- TRANSACTION (0.1ms) begin transaction
458
- TRANSACTION (1.2ms) SAVEPOINT active_record_1
459
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:14:28.543588"], ["updated_at", "2021-04-08 22:14:28.543588"]]
460
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
461
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-08 18:14:28 -0400
462
- Processing by ApiController#api_endpoint as HTML
463
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
464
- Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 574)
465
- TRANSACTION (0.7ms) rollback transaction
466
- TRANSACTION (0.1ms) begin transaction
467
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
468
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:14:29.163092"], ["updated_at", "2021-04-08 22:14:29.163092"]]
469
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
470
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:14:29 -0400
471
- Processing by ApplicationController#hello_world as HTML
472
- Redirected to http://192.168.0.189:62208/nulogy_sso/login
473
- Filter chain halted as :authenticate_sso_user rendered or redirected
474
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 398)
475
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:14:29 -0400
476
- Processing by NulogySSO::AuthenticationController#login as HTML
477
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A62208%252Fhello_world&response_type=code&scope=openid+email
478
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 446)
479
- TRANSACTION (0.7ms) rollback transaction
480
- TRANSACTION (0.1ms) begin transaction
481
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
482
- User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:14:29.853691"], ["updated_at", "2021-04-08 22:14:29.853691"]]
483
- TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
484
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:14:30 -0400
485
- Processing by ApplicationController#hello_world as HTML
486
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
487
- Rendering text template
488
- Rendered text template (Duration: 0.0ms | Allocations: 1)
489
- Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms | Allocations: 578)
490
- TRANSACTION (1.5ms) rollback transaction
491
- TRANSACTION (0.1ms) begin transaction
492
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
493
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-08 22:14:30.495965"], ["updated_at", "2021-04-08 22:14:30.495965"]]
494
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
495
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-08 18:14:30 -0400
496
- Processing by ApplicationController#hello_world as HTML
497
- Redirected to http://192.168.0.189:62208/nulogy_sso/login
498
- Filter chain halted as :authenticate_sso_user rendered or redirected
499
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 238)
500
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-08 18:14:30 -0400
501
- Processing by NulogySSO::AuthenticationController#login as HTML
502
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A62208%252Fhello_world&response_type=code&scope=openid+email
503
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 293)
504
- TRANSACTION (0.5ms) rollback transaction
505
- TRANSACTION (0.1ms) begin transaction
506
- TRANSACTION (0.0ms) rollback transaction
507
- TRANSACTION (0.0ms) begin transaction
508
- TRANSACTION (0.0ms) rollback transaction
509
- TRANSACTION (0.0ms) begin transaction
510
- TRANSACTION (0.0ms) rollback transaction
511
- TRANSACTION (0.0ms) begin transaction
512
- TRANSACTION (0.0ms) rollback transaction
513
- TRANSACTION (0.0ms) begin transaction
514
- TRANSACTION (0.0ms) rollback transaction
515
-  (1.7ms) SELECT sqlite_version(*)
516
-  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
517
-  (0.1ms) SELECT sqlite_version(*)
518
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
519
-  (1.9ms) SELECT sqlite_version(*)
520
-  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
521
-  (0.1ms) SELECT sqlite_version(*)
522
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
523
-  (1.7ms) SELECT sqlite_version(*)
524
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
525
-  (0.1ms) SELECT sqlite_version(*)
526
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
527
-  (1.5ms) SELECT sqlite_version(*)
528
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
529
-  (0.0ms) SELECT sqlite_version(*)
530
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
531
- TRANSACTION (0.1ms) begin transaction
532
- TRANSACTION (0.1ms) rollback transaction
533
- TRANSACTION (0.0ms) begin transaction
534
- TRANSACTION (0.1ms) rollback transaction
535
- TRANSACTION (0.0ms) begin transaction
536
- TRANSACTION (0.1ms) rollback transaction
537
- TRANSACTION (0.0ms) begin transaction
538
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
539
- User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:42:22.660877"], ["updated_at", "2021-04-13 19:42:22.660877"]]
540
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
541
- TRANSACTION (0.4ms) rollback transaction
542
- TRANSACTION (0.1ms) begin transaction
543
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
544
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:42:24.455025"], ["updated_at", "2021-04-13 19:42:24.455025"]]
545
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
546
- TRANSACTION (0.8ms) rollback transaction
547
- TRANSACTION (0.1ms) begin transaction
548
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
549
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:42:24.560725"], ["updated_at", "2021-04-13 19:42:24.560725"]]
550
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
551
- TRANSACTION (1.0ms) rollback transaction
552
- TRANSACTION (0.0ms) begin transaction
553
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
554
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:42:24.620909"], ["updated_at", "2021-04-13 19:42:24.620909"]]
555
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
556
- TRANSACTION (1.1ms) rollback transaction
557
- TRANSACTION (0.0ms) begin transaction
558
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
559
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:42:24.681661"], ["updated_at", "2021-04-13 19:42:24.681661"]]
560
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
561
- TRANSACTION (1.1ms) rollback transaction
562
- TRANSACTION (0.1ms) begin transaction
563
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
564
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:42:24.737665"], ["updated_at", "2021-04-13 19:42:24.737665"]]
565
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
566
- TRANSACTION (1.0ms) rollback transaction
567
- TRANSACTION (0.0ms) begin transaction
568
- TRANSACTION (0.0ms) rollback transaction
569
- TRANSACTION (0.0ms) begin transaction
570
- TRANSACTION (0.0ms) rollback transaction
571
- TRANSACTION (0.0ms) begin transaction
572
- TRANSACTION (0.0ms) rollback transaction
573
- TRANSACTION (0.0ms) begin transaction
574
- TRANSACTION (0.0ms) rollback transaction
575
- TRANSACTION (0.0ms) begin transaction
576
- TRANSACTION (0.0ms) rollback transaction
577
- TRANSACTION (0.0ms) begin transaction
578
- TRANSACTION (0.0ms) rollback transaction
579
- TRANSACTION (0.0ms) begin transaction
580
- TRANSACTION (0.0ms) rollback transaction
581
- TRANSACTION (0.0ms) begin transaction
582
- TRANSACTION (0.0ms) rollback transaction
583
- TRANSACTION (0.0ms) begin transaction
584
- TRANSACTION (0.0ms) rollback transaction
585
- TRANSACTION (0.0ms) begin transaction
586
- TRANSACTION (0.0ms) rollback transaction
587
- TRANSACTION (0.0ms) begin transaction
588
- TRANSACTION (0.0ms) rollback transaction
589
- TRANSACTION (0.0ms) begin transaction
590
- TRANSACTION (0.0ms) rollback transaction
591
- TRANSACTION (0.1ms) begin transaction
592
- TRANSACTION (0.1ms) rollback transaction
593
-  (1.9ms) SELECT sqlite_version(*)
594
-  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
595
-  (0.0ms) SELECT sqlite_version(*)
596
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
597
- TRANSACTION (0.3ms) begin transaction
598
- TRANSACTION (0.1ms) rollback transaction
599
- TRANSACTION (0.0ms) begin transaction
600
- TRANSACTION (0.1ms) rollback transaction
601
- TRANSACTION (0.1ms) begin transaction
602
- TRANSACTION (0.0ms) rollback transaction
603
- TRANSACTION (0.0ms) begin transaction
604
- TRANSACTION (0.1ms) rollback transaction
605
- TRANSACTION (0.0ms) begin transaction
606
- TRANSACTION (0.0ms) rollback transaction
607
- TRANSACTION (0.1ms) begin transaction
608
- TRANSACTION (0.0ms) rollback transaction
609
- TRANSACTION (0.0ms) begin transaction
610
- TRANSACTION (0.1ms) rollback transaction
611
- TRANSACTION (0.0ms) begin transaction
612
- TRANSACTION (0.0ms) rollback transaction
613
- TRANSACTION (0.1ms) begin transaction
614
- TRANSACTION (0.0ms) rollback transaction
615
- TRANSACTION (0.0ms) begin transaction
616
- TRANSACTION (0.0ms) rollback transaction
617
- TRANSACTION (0.0ms) begin transaction
618
- TRANSACTION (0.0ms) rollback transaction
619
- TRANSACTION (0.0ms) begin transaction
620
- TRANSACTION (0.0ms) rollback transaction
621
- TRANSACTION (0.0ms) begin transaction
622
- TRANSACTION (0.0ms) rollback transaction
623
- TRANSACTION (0.0ms) begin transaction
624
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
625
- User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:45:10"], ["updated_at", "2021-04-13 19:45:10"]]
626
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
627
- TRANSACTION (0.6ms) rollback transaction
628
- TRANSACTION (0.0ms) begin transaction
629
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
630
- User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:45:10"], ["updated_at", "2021-04-13 19:45:10"]]
631
- TRANSACTION (0.5ms) RELEASE SAVEPOINT active_record_1
632
- TRANSACTION (1.1ms) rollback transaction
633
- TRANSACTION (0.1ms) begin transaction
634
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
635
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:45:10"], ["updated_at", "2021-04-13 19:45:10"]]
636
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
637
- TRANSACTION (1.2ms) rollback transaction
638
- TRANSACTION (0.1ms) begin transaction
639
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
640
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:45:10"], ["updated_at", "2021-04-13 19:45:10"]]
641
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
642
- TRANSACTION (0.5ms) rollback transaction
643
- TRANSACTION (0.0ms) begin transaction
644
- TRANSACTION (0.1ms) rollback transaction
645
- TRANSACTION (0.0ms) begin transaction
646
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
647
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:45:10"], ["updated_at", "2021-04-13 19:45:10"]]
648
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
649
- TRANSACTION (1.0ms) rollback transaction
650
- TRANSACTION (7.5ms) begin transaction
651
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
652
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:45:10"], ["updated_at", "2021-04-13 19:45:10"]]
653
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
654
- TRANSACTION (1.1ms) rollback transaction
655
- TRANSACTION (0.1ms) begin transaction
656
- TRANSACTION (0.2ms) SAVEPOINT active_record_1
657
- User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:45:10"], ["updated_at", "2021-04-13 19:45:10"]]
658
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
659
- TRANSACTION (1.1ms) rollback transaction
660
- TRANSACTION (0.1ms) begin transaction
661
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
662
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:45:10"], ["updated_at", "2021-04-13 19:45:10"]]
663
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
664
- TRANSACTION (0.7ms) rollback transaction
665
-  (2.1ms) SELECT sqlite_version(*)
666
-  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
667
-  (0.0ms) SELECT sqlite_version(*)
668
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
669
- TRANSACTION (0.1ms) begin transaction
670
- TRANSACTION (0.1ms) rollback transaction
671
- TRANSACTION (0.0ms) begin transaction
672
- TRANSACTION (0.0ms) rollback transaction
673
- TRANSACTION (0.0ms) begin transaction
674
- TRANSACTION (0.0ms) rollback transaction
675
- TRANSACTION (0.0ms) begin transaction
676
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
677
- User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:50:54"], ["updated_at", "2021-04-13 19:50:54"]]
678
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
679
- TRANSACTION (0.4ms) rollback transaction
680
- TRANSACTION (0.0ms) begin transaction
681
- TRANSACTION (0.1ms) rollback transaction
682
- TRANSACTION (0.0ms) begin transaction
683
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
684
- User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:50:54"], ["updated_at", "2021-04-13 19:50:54"]]
685
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
686
- TRANSACTION (1.0ms) rollback transaction
687
- TRANSACTION (0.0ms) begin transaction
688
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
689
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:50:54"], ["updated_at", "2021-04-13 19:50:54"]]
690
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
691
- TRANSACTION (1.0ms) rollback transaction
692
- TRANSACTION (0.1ms) begin transaction
693
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
694
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:50:54"], ["updated_at", "2021-04-13 19:50:54"]]
695
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
696
- TRANSACTION (0.6ms) rollback transaction
697
- TRANSACTION (0.1ms) begin transaction
698
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
699
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:50:54"], ["updated_at", "2021-04-13 19:50:54"]]
700
- TRANSACTION (0.6ms) RELEASE SAVEPOINT active_record_1
701
- TRANSACTION (0.5ms) rollback transaction
702
- TRANSACTION (0.1ms) begin transaction
703
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
704
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:50:54"], ["updated_at", "2021-04-13 19:50:54"]]
705
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
706
- TRANSACTION (0.6ms) rollback transaction
707
- TRANSACTION (0.1ms) begin transaction
708
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
709
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:50:54"], ["updated_at", "2021-04-13 19:50:54"]]
710
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
711
- TRANSACTION (0.4ms) rollback transaction
712
- TRANSACTION (0.1ms) begin transaction
713
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
714
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:50:54"], ["updated_at", "2021-04-13 19:50:54"]]
715
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
716
- TRANSACTION (0.5ms) rollback transaction
717
- TRANSACTION (0.1ms) begin transaction
718
- TRANSACTION (0.1ms) rollback transaction
719
- TRANSACTION (0.0ms) begin transaction
720
- TRANSACTION (0.1ms) rollback transaction
721
- TRANSACTION (0.1ms) begin transaction
722
- TRANSACTION (0.0ms) rollback transaction
723
- TRANSACTION (0.0ms) begin transaction
724
- TRANSACTION (0.1ms) rollback transaction
725
- TRANSACTION (0.1ms) begin transaction
726
- TRANSACTION (0.0ms) rollback transaction
727
- TRANSACTION (0.0ms) begin transaction
728
- TRANSACTION (0.0ms) rollback transaction
729
- TRANSACTION (0.0ms) begin transaction
730
- TRANSACTION (0.0ms) rollback transaction
731
- TRANSACTION (0.1ms) begin transaction
732
- TRANSACTION (0.0ms) rollback transaction
733
- TRANSACTION (0.1ms) begin transaction
734
- TRANSACTION (0.1ms) rollback transaction
735
- TRANSACTION (0.0ms) begin transaction
736
- TRANSACTION (0.0ms) rollback transaction
737
-  (1.4ms) SELECT sqlite_version(*)
738
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
739
-  (0.0ms) SELECT sqlite_version(*)
740
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
741
- TRANSACTION (0.1ms) begin transaction
742
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
743
- User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:51:12.004040"], ["updated_at", "2021-04-13 19:51:12.004040"]]
744
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
745
- TRANSACTION (1.0ms) rollback transaction
746
-  (1.5ms) SELECT sqlite_version(*)
747
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
748
-  (0.0ms) SELECT sqlite_version(*)
749
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1
+  (0.1ms) DROP TABLE IF EXISTS "users"
2
+  (1.6ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
3
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
+ ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
5
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
6
+  (1.4ms) 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)
7
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
750
8
  TRANSACTION (0.1ms) begin transaction
751
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
752
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:53:01.481788"], ["updated_at", "2021-04-13 19:53:01.481788"]]
753
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
754
- TRANSACTION (0.5ms) rollback transaction
755
-  (1.5ms) SELECT sqlite_version(*)
756
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
757
-  (0.0ms) SELECT sqlite_version(*)
758
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
9
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2022-10-06 18:35:23.358839"], ["updated_at", "2022-10-06 18:35:23.358839"]]
10
+ TRANSACTION (1.0ms) commit transaction
11
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
12
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]
759
13
  TRANSACTION (0.1ms) begin transaction
760
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
761
- User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-13 19:53:56.791075"], ["updated_at", "2021-04-13 19:53:56.791075"]]
762
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
763
- TRANSACTION (2.3ms) rollback transaction
764
-  (2.2ms) SELECT sqlite_version(*)
765
-  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
766
-  (0.1ms) SELECT sqlite_version(*)
767
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
14
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "2b01fa59c4c74162736a2cb624389712cfa71fdb"], ["created_at", "2022-10-06 18:35:23.365575"], ["updated_at", "2022-10-06 18:35:23.365575"]]
15
+ TRANSACTION (1.1ms) commit transaction
16
+ ActiveRecord::SchemaMigration Pluck (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
768
17
  TRANSACTION (0.1ms) begin transaction
769
- TRANSACTION (0.0ms) rollback transaction
770
- TRANSACTION (0.0ms) begin transaction
771
- TRANSACTION (0.0ms) rollback transaction
772
- TRANSACTION (0.0ms) begin transaction
773
- TRANSACTION (0.0ms) rollback transaction
774
- TRANSACTION (0.0ms) begin transaction
775
- TRANSACTION (0.0ms) rollback transaction
776
- TRANSACTION (0.0ms) begin transaction
777
- TRANSACTION (0.0ms) rollback transaction
778
- TRANSACTION (0.0ms) begin transaction
779
- TRANSACTION (0.0ms) rollback transaction
780
- TRANSACTION (0.0ms) begin transaction
781
- TRANSACTION (0.0ms) rollback transaction
782
- TRANSACTION (0.0ms) begin transaction
783
- TRANSACTION (0.0ms) rollback transaction
784
- TRANSACTION (0.0ms) begin transaction
785
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
786
- User Create (2.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:44:57.535531"], ["updated_at", "2021-04-14 15:44:57.535531"]]
787
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
788
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:44:59 -0400
789
- Processing by ApplicationController#hello_world as HTML
790
- Redirected to http://192.168.0.189:63670/nulogy_sso/login
791
- Filter chain halted as :authenticate_sso_user rendered or redirected
792
- Completed 302 Found in 5ms (ActiveRecord: 0.0ms | Allocations: 687)
793
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:44:59 -0400
794
- Processing by NulogySSO::AuthenticationController#login as HTML
795
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63670%252Fhello_world&response_type=code&scope=openid+email
796
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 487)
797
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A63670%2Fhello_world" for 192.168.0.189 at 2021-04-14 11:45:00 -0400
798
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
799
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:63670/hello_world"}
800
- Rendering text template
801
- Rendered text template (Duration: 0.0ms | Allocations: 8)
802
- Completed 200 OK in 44ms (Views: 5.3ms | ActiveRecord: 0.0ms | Allocations: 4515)
803
- TRANSACTION (0.9ms) rollback transaction
804
- TRANSACTION (0.0ms) begin transaction
805
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:45:00 -0400
18
+ Started GET "/hello_world" for 127.0.0.1 at 2022-10-06 14:35:26 -0400
806
19
  Processing by ApplicationController#hello_world as HTML
807
- Redirected to http://192.168.0.189:63670/nulogy_sso/login
20
+ Redirected to http://127.0.0.1:58616/nulogy_sso/login
808
21
  Filter chain halted as :authenticate_sso_user rendered or redirected
809
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 272)
810
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:45:00 -0400
22
+ Completed 302 Found in 25ms (ActiveRecord: 0.0ms | Allocations: 701)
23
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2022-10-06 14:35:26 -0400
811
24
  Processing by NulogySSO::AuthenticationController#login as HTML
812
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63670%252Fhello_world&response_type=code&scope=openid+email
813
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 298)
814
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A63670%2Fhello_world" for 192.168.0.189 at 2021-04-14 11:45:00 -0400
25
+ 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%253A58616%252Fhello_world&response_type=code&scope=openid+email
26
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 495)
27
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A58616%2Fhello_world" for 127.0.0.1 at 2022-10-06 14:35:26 -0400
815
28
  Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
816
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:63670/hello_world"}
29
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:58616/hello_world"}
817
30
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
818
31
  Rendering text template
819
- Rendered text template (Duration: 0.0ms | Allocations: 1)
820
- Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.2ms | Allocations: 4574)
32
+ Rendered text template (Duration: 0.0ms | Allocations: 8)
33
+ Completed 200 OK in 40ms (Views: 7.7ms | ActiveRecord: 0.5ms | Allocations: 10543)
821
34
  TRANSACTION (0.1ms) rollback transaction
822
35
  TRANSACTION (0.1ms) begin transaction
823
36
  TRANSACTION (0.1ms) SAVEPOINT active_record_1
824
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:45:01.266191"], ["updated_at", "2021-04-14 15:45:01.266191"]]
37
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2022-10-06 18:35:26.983852"], ["updated_at", "2022-10-06 18:35:26.983852"]]
825
38
  TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
826
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:45:07 -0400
39
+ Started GET "/hello_world" for 127.0.0.1 at 2022-10-06 14:35:26 -0400
827
40
  Processing by ApplicationController#hello_world as HTML
828
- Redirected to http://192.168.0.189:63670/nulogy_sso/login
41
+ Redirected to http://127.0.0.1:58616/nulogy_sso/login
829
42
  Filter chain halted as :authenticate_sso_user rendered or redirected
830
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 272)
831
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:45:07 -0400
43
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 264)
44
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2022-10-06 14:35:26 -0400
832
45
  Processing by NulogySSO::AuthenticationController#login as HTML
833
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63670%252Fhello_world&response_type=code&scope=openid+email
834
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 303)
835
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A63670%2Fhello_world" for 192.168.0.189 at 2021-04-14 11:45:07 -0400
46
+ 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%253A58616%252Fhello_world&response_type=code&scope=openid+email
47
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 302)
48
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A58616%2Fhello_world" for 127.0.0.1 at 2022-10-06 14:35:27 -0400
836
49
  Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
837
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:63670/hello_world"}
838
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
839
- Redirected to http://192.168.0.189:63670/hello_world
840
- Completed 302 Found in 21ms (ActiveRecord: 0.1ms | Allocations: 1960)
841
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:45:07 -0400
842
- Processing by ApplicationController#hello_world as HTML
843
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
844
- Rendering text template
845
- Rendered text template (Duration: 0.0ms | Allocations: 2)
846
- Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms | Allocations: 931)
847
- TRANSACTION (1.0ms) rollback transaction
848
- TRANSACTION (0.1ms) begin transaction
849
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
850
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:45:07.646169"], ["updated_at", "2021-04-14 15:45:07.646169"]]
851
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
852
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:45:07 -0400
853
- Processing by ApplicationController#hello_world as HTML
854
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
50
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:58616/hello_world"}
855
51
  Rendering text template
856
52
  Rendered text template (Duration: 0.0ms | Allocations: 1)
857
- Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms | Allocations: 677)
858
- TRANSACTION (1.1ms) rollback transaction
53
+ Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms | Allocations: 1656)
54
+ TRANSACTION (0.5ms) rollback transaction
859
55
  TRANSACTION (0.1ms) begin transaction
860
56
  TRANSACTION (0.1ms) SAVEPOINT active_record_1
861
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:45:08.216837"], ["updated_at", "2021-04-14 15:45:08.216837"]]
862
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
863
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:45:08 -0400
57
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2022-10-06 18:35:27.214042"], ["updated_at", "2022-10-06 18:35:27.214042"]]
58
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
59
+ Started GET "/hello_world" for 127.0.0.1 at 2022-10-06 14:35:27 -0400
864
60
  Processing by ApplicationController#hello_world as HTML
865
- Redirected to http://192.168.0.189:63670/nulogy_sso/login
61
+ Redirected to http://127.0.0.1:58616/nulogy_sso/login
866
62
  Filter chain halted as :authenticate_sso_user rendered or redirected
867
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 271)
868
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:45:08 -0400
63
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 263)
64
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2022-10-06 14:35:27 -0400
869
65
  Processing by NulogySSO::AuthenticationController#login as HTML
870
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63670%252Fhello_world&response_type=code&scope=openid+email
871
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 297)
872
- TRANSACTION (1.2ms) rollback transaction
873
- TRANSACTION (0.1ms) begin transaction
874
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
875
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:45:08.849331"], ["updated_at", "2021-04-14 15:45:08.849331"]]
876
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
877
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:45:09 -0400
66
+ 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%253A58616%252Fhello_world&response_type=code&scope=openid+email
67
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 310)
68
+ Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F127.0.0.1%3A58616%2Fhello_world" for 127.0.0.1 at 2022-10-06 14:35:27 -0400
69
+ Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
70
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://127.0.0.1:58616/hello_world"}
71
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
72
+ Redirected to http://127.0.0.1:58616/hello_world
73
+ Completed 302 Found in 10ms (ActiveRecord: 0.1ms | Allocations: 1980)
74
+ Started GET "/hello_world" for 127.0.0.1 at 2022-10-06 14:35:27 -0400
878
75
  Processing by ApplicationController#hello_world as HTML
879
- Redirected to http://192.168.0.189:63670/nulogy_sso/login
880
- Filter chain halted as :authenticate_sso_user rendered or redirected
881
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 455)
882
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:45:09 -0400
883
- Processing by NulogySSO::AuthenticationController#login as HTML
884
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63670%252Fhello_world&response_type=code&scope=openid+email
885
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 445)
886
- TRANSACTION (1.0ms) rollback transaction
887
- TRANSACTION (0.0ms) begin transaction
888
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
889
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:45:09.536658"], ["updated_at", "2021-04-14 15:45:09.536658"]]
890
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
891
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-14 11:45:09 -0400
892
- Processing by ApiController#api_endpoint as HTML
893
76
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
894
- Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 858)
895
- TRANSACTION (1.1ms) rollback transaction
896
- TRANSACTION (0.1ms) begin transaction
897
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
898
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:45:10.096594"], ["updated_at", "2021-04-14 15:45:10.096594"]]
899
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
900
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-14 11:45:10 -0400
901
- Processing by ApiController#api_endpoint as HTML
902
- Redirected to http://192.168.0.189:63670/nulogy_sso/login
903
- Filter chain halted as :authenticate_sso_user rendered or redirected
904
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 274)
905
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:45:10 -0400
906
- Processing by NulogySSO::AuthenticationController#login as HTML
907
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63670%252Fapi_endpoint&response_type=code&scope=openid+email
908
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 308)
909
- TRANSACTION (1.2ms) rollback transaction
77
+ Rendering text template
78
+ Rendered text template (Duration: 0.0ms | Allocations: 2)
79
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 892)
80
+ TRANSACTION (0.5ms) rollback transaction
910
81
  TRANSACTION (0.1ms) begin transaction
911
82
  TRANSACTION (0.1ms) SAVEPOINT active_record_1
912
- User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:45:10.732018"], ["updated_at", "2021-04-14 15:45:10.732018"]]
913
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
914
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-14 11:45:10 -0400
83
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2022-10-06 18:35:27.453288"], ["updated_at", "2022-10-06 18:35:27.453288"]]
84
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
85
+ Started GET "/api_endpoint" for 127.0.0.1 at 2022-10-06 14:35:27 -0400
915
86
  Processing by ApiController#api_endpoint as HTML
916
- Redirected to http://192.168.0.189:63670/nulogy_sso/login
87
+ Redirected to http://127.0.0.1:58616/nulogy_sso/login
917
88
  Filter chain halted as :authenticate_sso_user rendered or redirected
918
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 446)
919
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:45:10 -0400
89
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 505)
90
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2022-10-06 14:35:27 -0400
920
91
  Processing by NulogySSO::AuthenticationController#login as HTML
921
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63670%252Fapi_endpoint&response_type=code&scope=openid+email
922
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 438)
923
- TRANSACTION (1.0ms) rollback transaction
924
- TRANSACTION (0.0ms) begin transaction
925
- TRANSACTION (0.1ms) rollback transaction
926
- TRANSACTION (0.1ms) begin transaction
927
- TRANSACTION (0.1ms) rollback transaction
928
- TRANSACTION (0.1ms) begin transaction
929
- TRANSACTION (0.0ms) rollback transaction
930
- TRANSACTION (0.0ms) begin transaction
931
- TRANSACTION (0.0ms) rollback transaction
932
- TRANSACTION (0.0ms) begin transaction
933
- TRANSACTION (0.1ms) rollback transaction
934
-  (1.9ms) SELECT sqlite_version(*)
935
-  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
936
-  (0.1ms) SELECT sqlite_version(*)
937
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
92
+ 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%253A58616%252Fapi_endpoint&response_type=code&scope=openid+email
93
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 433)
94
+ TRANSACTION (0.5ms) rollback transaction
938
95
  TRANSACTION (0.1ms) begin transaction
939
- TRANSACTION (0.0ms) rollback transaction
940
- TRANSACTION (0.0ms) begin transaction
941
- TRANSACTION (0.0ms) rollback transaction
942
- TRANSACTION (0.0ms) begin transaction
943
- TRANSACTION (0.0ms) rollback transaction
944
- TRANSACTION (0.0ms) begin transaction
945
- TRANSACTION (0.0ms) rollback transaction
946
- TRANSACTION (0.0ms) begin transaction
947
- TRANSACTION (0.0ms) rollback transaction
948
- TRANSACTION (0.0ms) begin transaction
949
- TRANSACTION (0.0ms) rollback transaction
950
- TRANSACTION (0.0ms) begin transaction
951
- TRANSACTION (0.0ms) rollback transaction
952
- TRANSACTION (0.0ms) begin transaction
953
- TRANSACTION (0.0ms) rollback transaction
954
- TRANSACTION (0.0ms) begin transaction
955
- TRANSACTION (0.0ms) rollback transaction
956
- TRANSACTION (0.0ms) begin transaction
957
- TRANSACTION (0.1ms) rollback transaction
958
- TRANSACTION (0.0ms) begin transaction
959
- TRANSACTION (0.0ms) rollback transaction
960
- TRANSACTION (0.0ms) begin transaction
961
- TRANSACTION (0.0ms) rollback transaction
962
- TRANSACTION (0.0ms) begin transaction
963
- TRANSACTION (0.0ms) rollback transaction
964
- TRANSACTION (0.0ms) begin transaction
965
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
966
- User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:46:16"], ["updated_at", "2021-04-14 15:46:16"]]
967
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
968
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
969
- Processing by ApiController#api_endpoint as HTML
970
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
971
- Completed 200 OK in 24ms (Views: 0.3ms | ActiveRecord: 0.2ms | Allocations: 7252)
972
- TRANSACTION (0.4ms) rollback transaction
973
- TRANSACTION (0.0ms) begin transaction
974
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
975
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:46:16"], ["updated_at", "2021-04-14 15:46:16"]]
976
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
977
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
978
- Processing by ApiController#api_endpoint as HTML
979
- Redirected to http://192.168.0.189:63850/nulogy_sso/login
980
- Filter chain halted as :authenticate_sso_user rendered or redirected
981
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 391)
982
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
983
- Processing by NulogySSO::AuthenticationController#login as HTML
984
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63850%252Fapi_endpoint&response_type=code&scope=openid+email
985
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 496)
986
- TRANSACTION (1.1ms) rollback transaction
987
- TRANSACTION (0.0ms) begin transaction
988
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
989
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:46:16"], ["updated_at", "2021-04-14 15:46:16"]]
990
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
991
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
992
- Processing by ApiController#api_endpoint as HTML
993
- Redirected to http://192.168.0.189:63850/nulogy_sso/login
994
- Filter chain halted as :authenticate_sso_user rendered or redirected
995
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 453)
996
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
997
- Processing by NulogySSO::AuthenticationController#login as HTML
998
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63850%252Fapi_endpoint&response_type=code&scope=openid+email
999
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 448)
1000
- TRANSACTION (1.1ms) rollback transaction
1001
- TRANSACTION (0.0ms) begin transaction
1002
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1003
- Processing by ApplicationController#hello_world as HTML
1004
- Redirected to http://192.168.0.189:63850/nulogy_sso/login
1005
- Filter chain halted as :authenticate_sso_user rendered or redirected
1006
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 363)
1007
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1008
- Processing by NulogySSO::AuthenticationController#login as HTML
1009
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63850%252Fhello_world&response_type=code&scope=openid+email
1010
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 314)
1011
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A63850%2Fhello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1012
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1013
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:63850/hello_world"}
1014
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1015
- Rendering text template
1016
- Rendered text template (Duration: 0.0ms | Allocations: 8)
1017
- Completed 200 OK in 29ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 4363)
1018
- TRANSACTION (0.1ms) rollback transaction
1019
- TRANSACTION (0.0ms) begin transaction
1020
96
  TRANSACTION (0.1ms) SAVEPOINT active_record_1
1021
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:46:16"], ["updated_at", "2021-04-14 15:46:16"]]
97
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2022-10-06 18:35:28.062839"], ["updated_at", "2022-10-06 18:35:28.062839"]]
1022
98
  TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
1023
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1024
- Processing by ApplicationController#hello_world as HTML
1025
- Redirected to http://192.168.0.189:63850/nulogy_sso/login
99
+ Started GET "/api_endpoint" for 127.0.0.1 at 2022-10-06 14:35:28 -0400
100
+ Processing by ApiController#api_endpoint as HTML
101
+ Redirected to http://127.0.0.1:58616/nulogy_sso/login
1026
102
  Filter chain halted as :authenticate_sso_user rendered or redirected
1027
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 275)
1028
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
103
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 257)
104
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2022-10-06 14:35:28 -0400
1029
105
  Processing by NulogySSO::AuthenticationController#login as HTML
1030
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63850%252Fhello_world&response_type=code&scope=openid+email
1031
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 299)
1032
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A63850%2Fhello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1033
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1034
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:63850/hello_world"}
1035
- Rendering text template
1036
- Rendered text template (Duration: 0.0ms | Allocations: 1)
1037
- Completed 200 OK in 12ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 1501)
1038
- TRANSACTION (1.1ms) rollback transaction
106
+ 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%253A58616%252Fapi_endpoint&response_type=code&scope=openid+email
107
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 305)
108
+ TRANSACTION (0.5ms) rollback transaction
1039
109
  TRANSACTION (0.1ms) begin transaction
1040
110
  TRANSACTION (0.1ms) SAVEPOINT active_record_1
1041
- User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:46:16"], ["updated_at", "2021-04-14 15:46:16"]]
111
+ User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2022-10-06 18:35:28.541593"], ["updated_at", "2022-10-06 18:35:28.541593"]]
1042
112
  TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
1043
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1044
- Processing by ApplicationController#hello_world as HTML
1045
- Redirected to http://192.168.0.189:63850/nulogy_sso/login
1046
- Filter chain halted as :authenticate_sso_user rendered or redirected
1047
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 275)
1048
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
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%252F192.168.0.189%253A63850%252Fhello_world&response_type=code&scope=openid+email
1051
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 304)
1052
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A63850%2Fhello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1053
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1054
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:63850/hello_world"}
1055
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1056
- Redirected to http://192.168.0.189:63850/hello_world
1057
- Completed 302 Found in 11ms (ActiveRecord: 0.1ms | Allocations: 1852)
1058
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1059
- Processing by ApplicationController#hello_world as HTML
1060
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1061
- Rendering text template
1062
- Rendered text template (Duration: 0.0ms | Allocations: 2)
1063
- Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms | Allocations: 931)
1064
- TRANSACTION (1.0ms) rollback transaction
1065
- TRANSACTION (0.0ms) begin transaction
1066
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1067
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:46:16"], ["updated_at", "2021-04-14 15:46:16"]]
1068
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1069
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1070
- Processing by ApplicationController#hello_world as HTML
1071
- Redirected to http://192.168.0.189:63850/nulogy_sso/login
1072
- Filter chain halted as :authenticate_sso_user rendered or redirected
1073
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 275)
1074
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1075
- Processing by NulogySSO::AuthenticationController#login as HTML
1076
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63850%252Fhello_world&response_type=code&scope=openid+email
1077
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 312)
1078
- TRANSACTION (1.2ms) rollback transaction
1079
- TRANSACTION (0.1ms) begin transaction
1080
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1081
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:46:16"], ["updated_at", "2021-04-14 15:46:16"]]
1082
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1083
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1084
- Processing by ApplicationController#hello_world as HTML
113
+ Started GET "/api_endpoint" for 127.0.0.1 at 2022-10-06 14:35:28 -0400
114
+ Processing by ApiController#api_endpoint as HTML
1085
115
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1086
- Rendering text template
1087
- Rendered text template (Duration: 0.0ms | Allocations: 1)
1088
- Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms | Allocations: 683)
1089
- TRANSACTION (1.0ms) rollback transaction
116
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 684)
117
+ TRANSACTION (0.5ms) rollback transaction
1090
118
  TRANSACTION (0.1ms) begin transaction
1091
119
  TRANSACTION (0.1ms) SAVEPOINT active_record_1
1092
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:46:16"], ["updated_at", "2021-04-14 15:46:16"]]
1093
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
1094
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1095
- Processing by ApplicationController#hello_world as HTML
1096
- Redirected to http://192.168.0.189:63850/nulogy_sso/login
1097
- Filter chain halted as :authenticate_sso_user rendered or redirected
1098
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 459)
1099
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:46:16 -0400
1100
- Processing by NulogySSO::AuthenticationController#login as HTML
1101
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A63850%252Fhello_world&response_type=code&scope=openid+email
1102
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 448)
1103
- TRANSACTION (1.1ms) rollback transaction
1104
-  (1.6ms) SELECT sqlite_version(*)
1105
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
1106
-  (0.0ms) SELECT sqlite_version(*)
1107
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1108
- TRANSACTION (0.1ms) begin transaction
1109
- TRANSACTION (0.1ms) rollback transaction
1110
- TRANSACTION (0.0ms) begin transaction
1111
- TRANSACTION (0.0ms) rollback transaction
1112
- TRANSACTION (0.0ms) begin transaction
1113
- TRANSACTION (0.0ms) rollback transaction
1114
- TRANSACTION (0.0ms) begin transaction
1115
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
1116
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:47:05"], ["updated_at", "2021-04-14 15:47:05"]]
1117
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1118
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
120
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2022-10-06 18:35:28.829363"], ["updated_at", "2022-10-06 18:35:28.829363"]]
121
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
122
+ Started GET "/hello_world" for 127.0.0.1 at 2022-10-06 14:35:28 -0400
1119
123
  Processing by ApplicationController#hello_world as HTML
1120
- Redirected to http://192.168.0.189:64015/nulogy_sso/login
124
+ Redirected to http://127.0.0.1:58616/nulogy_sso/login
1121
125
  Filter chain halted as :authenticate_sso_user rendered or redirected
1122
- Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 689)
1123
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
126
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 263)
127
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2022-10-06 14:35:28 -0400
1124
128
  Processing by NulogySSO::AuthenticationController#login as HTML
1125
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A64015%252Fhello_world&response_type=code&scope=openid+email
1126
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 498)
1127
- TRANSACTION (1.1ms) rollback transaction
1128
- TRANSACTION (0.0ms) begin transaction
1129
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1130
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:47:05"], ["updated_at", "2021-04-14 15:47:05"]]
1131
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
1132
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1133
- Processing by ApplicationController#hello_world as HTML
1134
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1135
- Rendering text template
1136
- Rendered text template (Duration: 0.0ms | Allocations: 8)
1137
- Completed 200 OK in 20ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 4653)
1138
- TRANSACTION (1.1ms) rollback transaction
129
+ 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%253A58616%252Fhello_world&response_type=code&scope=openid+email
130
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 310)
131
+ TRANSACTION (0.6ms) rollback transaction
1139
132
  TRANSACTION (0.1ms) begin transaction
1140
133
  TRANSACTION (0.1ms) SAVEPOINT active_record_1
1141
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:47:05"], ["updated_at", "2021-04-14 15:47:05"]]
134
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2022-10-06 18:35:29.345328"], ["updated_at", "2022-10-06 18:35:29.345328"]]
1142
135
  TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
1143
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
136
+ Started GET "/hello_world" for 127.0.0.1 at 2022-10-06 14:35:29 -0400
1144
137
  Processing by ApplicationController#hello_world as HTML
1145
- Redirected to http://192.168.0.189:64015/nulogy_sso/login
138
+ Redirected to http://127.0.0.1:58616/nulogy_sso/login
1146
139
  Filter chain halted as :authenticate_sso_user rendered or redirected
1147
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 463)
1148
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
140
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 423)
141
+ Started GET "/nulogy_sso/login" for 127.0.0.1 at 2022-10-06 14:35:29 -0400
1149
142
  Processing by NulogySSO::AuthenticationController#login as HTML
1150
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A64015%252Fhello_world&response_type=code&scope=openid+email
1151
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 455)
1152
- TRANSACTION (1.2ms) rollback transaction
143
+ 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%253A58616%252Fhello_world&response_type=code&scope=openid+email
144
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 422)
145
+ TRANSACTION (0.6ms) rollback transaction
1153
146
  TRANSACTION (0.1ms) begin transaction
1154
147
  TRANSACTION (0.1ms) SAVEPOINT active_record_1
1155
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:47:05"], ["updated_at", "2021-04-14 15:47:05"]]
148
+ User Create (1.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2022-10-06 18:35:29.895693"], ["updated_at", "2022-10-06 18:35:29.895693"]]
1156
149
  TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
1157
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1158
- Processing by ApplicationController#hello_world as HTML
1159
- Redirected to http://192.168.0.189:64015/nulogy_sso/login
1160
- Filter chain halted as :authenticate_sso_user rendered or redirected
1161
- Completed 302 Found in 12ms (ActiveRecord: 0.0ms | Allocations: 275)
1162
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1163
- Processing by NulogySSO::AuthenticationController#login as HTML
1164
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A64015%252Fhello_world&response_type=code&scope=openid+email
1165
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 303)
1166
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A64015%2Fhello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1167
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1168
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:64015/hello_world"}
1169
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1170
- Redirected to http://192.168.0.189:64015/hello_world
1171
- Completed 302 Found in 16ms (ActiveRecord: 0.1ms | Allocations: 3367)
1172
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
150
+ Started GET "/hello_world" for 127.0.0.1 at 2022-10-06 14:35:29 -0400
1173
151
  Processing by ApplicationController#hello_world as HTML
1174
152
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1175
153
  Rendering text template
1176
154
  Rendered text template (Duration: 0.0ms | Allocations: 1)
1177
- Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms | Allocations: 730)
1178
- TRANSACTION (1.1ms) rollback transaction
155
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms | Allocations: 633)
156
+ TRANSACTION (0.5ms) rollback transaction
1179
157
  TRANSACTION (0.1ms) begin transaction
1180
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1181
- Processing by ApplicationController#hello_world as HTML
1182
- Redirected to http://192.168.0.189:64015/nulogy_sso/login
1183
- Filter chain halted as :authenticate_sso_user rendered or redirected
1184
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 276)
1185
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1186
- Processing by NulogySSO::AuthenticationController#login as HTML
1187
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A64015%252Fhello_world&response_type=code&scope=openid+email
1188
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 306)
1189
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A64015%2Fhello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1190
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1191
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:64015/hello_world"}
1192
- User Load (0.3ms) 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 | Allocations: 2)
1195
- Completed 200 OK in 20ms (Views: 2.0ms | ActiveRecord: 0.3ms | Allocations: 2070)
1196
158
  TRANSACTION (0.1ms) rollback transaction
1197
- TRANSACTION (0.0ms) begin transaction
1198
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1199
- User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:47:05"], ["updated_at", "2021-04-14 15:47:05"]]
1200
- TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
1201
- Started GET "/hello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1202
- Processing by ApplicationController#hello_world as HTML
1203
- Redirected to http://192.168.0.189:64015/nulogy_sso/login
1204
- Filter chain halted as :authenticate_sso_user rendered or redirected
1205
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 275)
1206
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1207
- Processing by NulogySSO::AuthenticationController#login as HTML
1208
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A64015%252Fhello_world&response_type=code&scope=openid+email
1209
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 306)
1210
- Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.189%3A64015%2Fhello_world" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1211
- Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
1212
- Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.189:64015/hello_world"}
1213
- Rendering text template
1214
- Rendered text template (Duration: 0.0ms | Allocations: 1)
1215
- Completed 200 OK in 11ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 1490)
1216
- TRANSACTION (1.1ms) rollback transaction
1217
159
  TRANSACTION (0.1ms) begin transaction
1218
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1219
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:47:05"], ["updated_at", "2021-04-14 15:47:05"]]
1220
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1221
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1222
- Processing by ApiController#api_endpoint as HTML
1223
- Redirected to http://192.168.0.189:64015/nulogy_sso/login
1224
- Filter chain halted as :authenticate_sso_user rendered or redirected
1225
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 532)
1226
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1227
- Processing by NulogySSO::AuthenticationController#login as HTML
1228
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A64015%252Fapi_endpoint&response_type=code&scope=openid+email
1229
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 450)
1230
- TRANSACTION (1.1ms) rollback transaction
160
+ TRANSACTION (0.1ms) rollback transaction
1231
161
  TRANSACTION (0.1ms) begin transaction
1232
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1233
- User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:47:05"], ["updated_at", "2021-04-14 15:47:05"]]
1234
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1235
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1236
- Processing by ApiController#api_endpoint as HTML
1237
- Redirected to http://192.168.0.189:64015/nulogy_sso/login
1238
- Filter chain halted as :authenticate_sso_user rendered or redirected
1239
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 266)
1240
- Started GET "/nulogy_sso/login" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1241
- Processing by NulogySSO::AuthenticationController#login as HTML
1242
- Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.0.189%253A64015%252Fapi_endpoint&response_type=code&scope=openid+email
1243
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 306)
1244
- TRANSACTION (1.0ms) rollback transaction
162
+ TRANSACTION (0.1ms) rollback transaction
1245
163
  TRANSACTION (0.1ms) begin transaction
1246
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1247
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-14 15:47:05"], ["updated_at", "2021-04-14 15:47:05"]]
1248
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1249
- Started GET "/api_endpoint" for 192.168.0.189 at 2021-04-14 11:47:05 -0400
1250
- Processing by ApiController#api_endpoint as HTML
1251
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1252
- Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 726)
1253
- TRANSACTION (1.3ms) rollback transaction
164
+ TRANSACTION (0.1ms) rollback transaction
1254
165
  TRANSACTION (0.1ms) begin transaction
1255
- TRANSACTION (0.0ms) rollback transaction
166
+ TRANSACTION (0.1ms) rollback transaction
1256
167
  TRANSACTION (0.1ms) begin transaction
1257
168
  TRANSACTION (0.1ms) rollback transaction
1258
169
  TRANSACTION (0.1ms) begin transaction
1259
170
  TRANSACTION (0.1ms) rollback transaction
171
+ TRANSACTION (0.2ms) begin transaction
172
+ TRANSACTION (0.1ms) rollback transaction
1260
173
  TRANSACTION (0.1ms) begin transaction
1261
174
  TRANSACTION (0.1ms) rollback transaction
1262
175
  TRANSACTION (0.1ms) begin transaction
@@ -1266,140 +179,4 @@ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 726)
1266
179
  TRANSACTION (0.1ms) begin transaction
1267
180
  TRANSACTION (0.0ms) rollback transaction
1268
181
  TRANSACTION (0.0ms) begin transaction
1269
- TRANSACTION (0.0ms) rollback transaction
1270
- TRANSACTION (0.0ms) begin transaction
1271
- TRANSACTION (0.0ms) rollback transaction
1272
- TRANSACTION (0.0ms) begin transaction
1273
- TRANSACTION (0.0ms) rollback transaction
1274
-  (1.8ms) SELECT sqlite_version(*)
1275
-  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
1276
-  (0.1ms) SELECT sqlite_version(*)
1277
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1278
- TRANSACTION (0.1ms) begin transaction
1279
- TRANSACTION (0.1ms) rollback transaction
1280
- TRANSACTION (0.0ms) begin transaction
1281
182
  TRANSACTION (0.1ms) rollback transaction
1282
- TRANSACTION (0.0ms) begin transaction
1283
- TRANSACTION (0.0ms) rollback transaction
1284
- TRANSACTION (0.0ms) begin transaction
1285
- TRANSACTION (0.0ms) rollback transaction
1286
- TRANSACTION (0.0ms) begin transaction
1287
- TRANSACTION (0.0ms) rollback transaction
1288
- TRANSACTION (0.0ms) begin transaction
1289
- TRANSACTION (0.0ms) rollback transaction
1290
- TRANSACTION (0.0ms) begin transaction
1291
- TRANSACTION (0.0ms) rollback transaction
1292
- TRANSACTION (0.0ms) begin transaction
1293
- TRANSACTION (0.0ms) rollback transaction
1294
- TRANSACTION (0.0ms) begin transaction
1295
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1296
- User Create (1.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-15 17:02:45.494834"], ["updated_at", "2021-04-15 17:02:45.494834"]]
1297
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1298
- TRANSACTION (0.5ms) rollback transaction
1299
- TRANSACTION (0.0ms) begin transaction
1300
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1301
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-15 17:02:45.502119"], ["updated_at", "2021-04-15 17:02:45.502119"]]
1302
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1303
- TRANSACTION (0.4ms) rollback transaction
1304
- TRANSACTION (0.0ms) begin transaction
1305
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1306
- User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-15 17:02:45.505920"], ["updated_at", "2021-04-15 17:02:45.505920"]]
1307
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1308
- TRANSACTION (0.4ms) rollback transaction
1309
- TRANSACTION (0.0ms) begin transaction
1310
- TRANSACTION (0.0ms) rollback transaction
1311
- TRANSACTION (0.0ms) begin transaction
1312
- TRANSACTION (0.0ms) rollback transaction
1313
- TRANSACTION (0.0ms) begin transaction
1314
- TRANSACTION (0.0ms) rollback transaction
1315
- TRANSACTION (0.0ms) begin transaction
1316
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
1317
- User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-15 17:02:45.515983"], ["updated_at", "2021-04-15 17:02:45.515983"]]
1318
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1319
- TRANSACTION (0.3ms) rollback transaction
1320
- TRANSACTION (0.0ms) begin transaction
1321
- TRANSACTION (0.1ms) SAVEPOINT active_record_1
1322
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-15 17:02:45.519685"], ["updated_at", "2021-04-15 17:02:45.519685"]]
1323
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1324
- TRANSACTION (0.4ms) rollback transaction
1325
- TRANSACTION (0.0ms) begin transaction
1326
- TRANSACTION (0.0ms) SAVEPOINT active_record_1
1327
- User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-04-15 17:02:45.523672"], ["updated_at", "2021-04-15 17:02:45.523672"]]
1328
- TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
1329
- TRANSACTION (0.3ms) rollback transaction
1330
- TRANSACTION (0.0ms) begin transaction
1331
- TRANSACTION (0.0ms) rollback transaction
1332
- TRANSACTION (0.0ms) begin transaction
1333
- TRANSACTION (0.0ms) rollback transaction
1334
- TRANSACTION (0.0ms) begin transaction
1335
- TRANSACTION (0.0ms) rollback transaction
1336
- TRANSACTION (0.0ms) begin transaction
1337
- TRANSACTION (0.0ms) rollback transaction
1338
- TRANSACTION (0.0ms) begin transaction
1339
- TRANSACTION (0.0ms) rollback transaction
1340
-  (2.0ms) SELECT sqlite_version(*)
1341
-  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
1342
-  (0.1ms) SELECT sqlite_version(*)
1343
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1344
-  (0.1ms) begin transaction
1345
-  (0.1ms) SAVEPOINT active_record_1
1346
- User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-10-27 17:49:08.026078"], ["updated_at", "2021-10-27 17:49:08.026078"]]
1347
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1348
-  (0.6ms) rollback transaction
1349
-  (0.0ms) begin transaction
1350
-  (0.1ms) SAVEPOINT active_record_1
1351
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-10-27 17:49:08.035468"], ["updated_at", "2021-10-27 17:49:08.035468"]]
1352
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1353
-  (0.4ms) rollback transaction
1354
-  (0.0ms) begin transaction
1355
-  (0.0ms) SAVEPOINT active_record_1
1356
- User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-10-27 17:49:08.039673"], ["updated_at", "2021-10-27 17:49:08.039673"]]
1357
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1358
-  (0.5ms) rollback transaction
1359
-  (0.0ms) begin transaction
1360
-  (0.0ms) rollback transaction
1361
-  (0.0ms) begin transaction
1362
-  (0.0ms) rollback transaction
1363
-  (0.0ms) begin transaction
1364
-  (0.0ms) rollback transaction
1365
-  (0.0ms) begin transaction
1366
-  (0.0ms) SAVEPOINT active_record_1
1367
- User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-10-27 17:49:08.051200"], ["updated_at", "2021-10-27 17:49:08.051200"]]
1368
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1369
-  (0.4ms) rollback transaction
1370
-  (0.0ms) begin transaction
1371
-  (0.0ms) SAVEPOINT active_record_1
1372
- User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-10-27 17:49:08.054856"], ["updated_at", "2021-10-27 17:49:08.054856"]]
1373
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1374
-  (0.4ms) rollback transaction
1375
-  (0.0ms) begin transaction
1376
-  (0.0ms) SAVEPOINT active_record_1
1377
- User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2021-10-27 17:49:08.058760"], ["updated_at", "2021-10-27 17:49:08.058760"]]
1378
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1379
-  (0.4ms) rollback transaction
1380
-  (0.0ms) begin transaction
1381
-  (0.0ms) rollback transaction
1382
-  (0.0ms) begin transaction
1383
-  (0.0ms) rollback transaction
1384
-  (0.0ms) begin transaction
1385
-  (0.0ms) rollback transaction
1386
-  (0.0ms) begin transaction
1387
-  (0.0ms) rollback transaction
1388
-  (0.0ms) begin transaction
1389
-  (0.0ms) rollback transaction
1390
-  (0.0ms) begin transaction
1391
-  (0.1ms) rollback transaction
1392
-  (0.0ms) begin transaction
1393
-  (0.0ms) rollback transaction
1394
-  (0.0ms) begin transaction
1395
-  (0.0ms) rollback transaction
1396
-  (0.0ms) begin transaction
1397
-  (0.0ms) rollback transaction
1398
-  (0.0ms) begin transaction
1399
-  (0.0ms) rollback transaction
1400
-  (0.0ms) begin transaction
1401
-  (0.0ms) rollback transaction
1402
-  (0.0ms) begin transaction
1403
-  (0.0ms) rollback transaction
1404
-  (0.0ms) begin transaction
1405
-  (0.0ms) rollback transaction