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