canvas-embed 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +2 -0
- data/README.md +12 -0
- data/example/Gemfile +1 -1
- data/example/Gemfile.lock +2 -2
- data/example/README.md +1 -1
- data/example/app/controllers/application_controller.rb +9 -2
- data/example/config/routes.rb +2 -1
- data/example/log/development.log +1315 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/26/420cf4a622d71b +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/68/a73620fd7d4284 +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/b2/d451a148d6d303 +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/d8/fff5874ac0039e +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/ee/02ad963145723a +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/f3/1d1f40f0899932 +0 -0
- data/example/tmp/cache/bootsnap/load-path-cache +0 -0
- data/example/tmp/pids/server.pid +1 -1
- data/lib/canvas/embed/version.rb +1 -1
- data/lib/canvas/embed.rb +30 -2
- data/pkg/canvas-embed-0.1.5.gem +0 -0
- data/pkg/canvas-embed-0.1.6.gem +0 -0
- data/spec/canvas/embed_spec.rb +27 -6
- metadata +8 -2
data/example/log/development.log
CHANGED
@@ -30,3 +30,1318 @@ Processing by ApplicationController#generate_token as */*
|
|
30
30
|
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 167)
|
31
31
|
|
32
32
|
|
33
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:24:31 -0800
|
34
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
35
|
+
Processing by ApplicationController#generate_token as */*
|
36
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
37
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 1287)
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
42
|
+
|
43
|
+
app/controllers/application_controller.rb:14:in `generate_token'
|
44
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:25:10 -0800
|
45
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
46
|
+
|
47
|
+
LoadError (cannot load such file -- canvas-embed):
|
48
|
+
|
49
|
+
app/controllers/application_controller.rb:3:in `<main>'
|
50
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:25:11 -0800
|
51
|
+
|
52
|
+
LoadError (cannot load such file -- canvas-embed):
|
53
|
+
|
54
|
+
app/controllers/application_controller.rb:3:in `<main>'
|
55
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:25:29 -0800
|
56
|
+
Processing by ApplicationController#generate_token as */*
|
57
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
58
|
+
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 1284)
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
63
|
+
|
64
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
65
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:25:29 -0800
|
66
|
+
Processing by ApplicationController#generate_token as */*
|
67
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
68
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 465)
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
73
|
+
|
74
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
75
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:25:59 -0800
|
76
|
+
Processing by ApplicationController#generate_token as */*
|
77
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
78
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 449)
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
83
|
+
|
84
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
85
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:25:59 -0800
|
86
|
+
Processing by ApplicationController#generate_token as */*
|
87
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
88
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 465)
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
93
|
+
|
94
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
95
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:26:43 -0800
|
96
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
97
|
+
Processing by ApplicationController#generate_token as */*
|
98
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
99
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 1291)
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
104
|
+
|
105
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
106
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:26:44 -0800
|
107
|
+
Processing by ApplicationController#generate_token as */*
|
108
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
109
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 469)
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
114
|
+
|
115
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
116
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:27:00 -0800
|
117
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
118
|
+
Processing by ApplicationController#generate_token as */*
|
119
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
120
|
+
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 1291)
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
125
|
+
|
126
|
+
app/controllers/application_controller.rb:14:in `generate_token'
|
127
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:27:01 -0800
|
128
|
+
Processing by ApplicationController#generate_token as */*
|
129
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
130
|
+
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 469)
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
135
|
+
|
136
|
+
app/controllers/application_controller.rb:14:in `generate_token'
|
137
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:27:55 -0800
|
138
|
+
|
139
|
+
TypeError (wrong argument type String (expected Module)):
|
140
|
+
|
141
|
+
app/controllers/application_controller.rb:3:in `include'
|
142
|
+
app/controllers/application_controller.rb:3:in `<main>'
|
143
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:27:57 -0800
|
144
|
+
|
145
|
+
TypeError (wrong argument type String (expected Module)):
|
146
|
+
|
147
|
+
app/controllers/application_controller.rb:3:in `include'
|
148
|
+
app/controllers/application_controller.rb:3:in `<main>'
|
149
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:28:04 -0800
|
150
|
+
Processing by ApplicationController#generate_token as */*
|
151
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
152
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 449)
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
157
|
+
|
158
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
159
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:28:05 -0800
|
160
|
+
Processing by ApplicationController#generate_token as */*
|
161
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
162
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 467)
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
167
|
+
|
168
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
169
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:28:59 -0800
|
170
|
+
Processing by ApplicationController#generate_token as */*
|
171
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
172
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 448)
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
177
|
+
|
178
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
179
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:29:08 -0800
|
180
|
+
Processing by ApplicationController#generate_token as */*
|
181
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
182
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 454)
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
NameError (uninitialized constant Canvas::Emned):
|
187
|
+
|
188
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
189
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:29:16 -0800
|
190
|
+
Processing by ApplicationController#generate_token as */*
|
191
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
192
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 456)
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
197
|
+
|
198
|
+
app/controllers/application_controller.rb:17:in `generate_token'
|
199
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:29:20 -0800
|
200
|
+
Processing by ApplicationController#generate_token as */*
|
201
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
202
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 469)
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
207
|
+
|
208
|
+
app/controllers/application_controller.rb:17:in `generate_token'
|
209
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:29:34 -0800
|
210
|
+
Processing by ApplicationController#generate_token as */*
|
211
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
212
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 453)
|
213
|
+
|
214
|
+
|
215
|
+
|
216
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
217
|
+
|
218
|
+
app/controllers/application_controller.rb:17:in `generate_token'
|
219
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:29:35 -0800
|
220
|
+
Processing by ApplicationController#generate_token as */*
|
221
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
222
|
+
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 469)
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
227
|
+
|
228
|
+
app/controllers/application_controller.rb:17:in `generate_token'
|
229
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:30:53 -0800
|
230
|
+
Processing by ApplicationController#generate_token as */*
|
231
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
232
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 448)
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
237
|
+
|
238
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
239
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:30:53 -0800
|
240
|
+
Processing by ApplicationController#generate_token as */*
|
241
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
242
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 467)
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
247
|
+
|
248
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
249
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-07 15:32:51 -0800
|
250
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
251
|
+
Processing by ApplicationController#generate_token as */*
|
252
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
253
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 1291)
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
258
|
+
|
259
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
260
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:32:52 -0800
|
261
|
+
Processing by ApplicationController#generate_token as */*
|
262
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
263
|
+
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 469)
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
268
|
+
|
269
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
270
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.cm%22%7D" for ::1 at 2023-11-07 15:33:37 -0800
|
271
|
+
Processing by ApplicationController#generate_token as */*
|
272
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.cm\"}"}
|
273
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 456)
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
278
|
+
|
279
|
+
app/controllers/application_controller.rb:17:in `generate_token'
|
280
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:33:38 -0800
|
281
|
+
Processing by ApplicationController#generate_token as */*
|
282
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
283
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 471)
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
288
|
+
|
289
|
+
app/controllers/application_controller.rb:17:in `generate_token'
|
290
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.cm%22%7D" for ::1 at 2023-11-07 15:33:54 -0800
|
291
|
+
Processing by ApplicationController#generate_token as */*
|
292
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.cm\"}"}
|
293
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 791)
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
298
|
+
|
299
|
+
app/controllers/application_controller.rb:17:in `generate_token'
|
300
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.cm%22%7D" for ::1 at 2023-11-07 15:36:02 -0800
|
301
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
302
|
+
Processing by ApplicationController#generate_token as */*
|
303
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.cm\"}"}
|
304
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1170)
|
305
|
+
|
306
|
+
|
307
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:36:02 -0800
|
308
|
+
Processing by ApplicationController#generate_token as */*
|
309
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
310
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
311
|
+
|
312
|
+
|
313
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.cm%22%7D" for ::1 at 2023-11-07 15:38:12 -0800
|
314
|
+
Processing by ApplicationController#generate_token as */*
|
315
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.cm\"}"}
|
316
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 474)
|
317
|
+
|
318
|
+
|
319
|
+
|
320
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
321
|
+
|
322
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
323
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:38:12 -0800
|
324
|
+
Processing by ApplicationController#generate_token as */*
|
325
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
326
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 469)
|
327
|
+
|
328
|
+
|
329
|
+
|
330
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
331
|
+
|
332
|
+
app/controllers/application_controller.rb:16:in `generate_token'
|
333
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.om%22%7D" for ::1 at 2023-11-07 15:38:36 -0800
|
334
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
335
|
+
Processing by ApplicationController#generate_token as */*
|
336
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.om\"}"}
|
337
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 1170)
|
338
|
+
|
339
|
+
|
340
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:38:37 -0800
|
341
|
+
Processing by ApplicationController#generate_token as */*
|
342
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
343
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 145)
|
344
|
+
|
345
|
+
|
346
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.om%22%7D" for ::1 at 2023-11-07 15:39:54 -0800
|
347
|
+
Processing by ApplicationController#generate_token as */*
|
348
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.om\"}"}
|
349
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 202)
|
350
|
+
|
351
|
+
|
352
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:39:55 -0800
|
353
|
+
Processing by ApplicationController#generate_token as */*
|
354
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
355
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
356
|
+
|
357
|
+
|
358
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:48:45 -0800
|
359
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
360
|
+
Processing by ApplicationController#generate_token as */*
|
361
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
362
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1170)
|
363
|
+
|
364
|
+
|
365
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:48:48 -0800
|
366
|
+
Processing by ApplicationController#generate_token as */*
|
367
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
368
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 145)
|
369
|
+
|
370
|
+
|
371
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:50:51 -0800
|
372
|
+
Processing by ApplicationController#generate_token as */*
|
373
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
374
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
375
|
+
|
376
|
+
|
377
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:51:06 -0800
|
378
|
+
Processing by ApplicationController#generate_token as */*
|
379
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
380
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
381
|
+
|
382
|
+
|
383
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:52:11 -0800
|
384
|
+
Processing by ApplicationController#generate_token as */*
|
385
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
386
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
387
|
+
|
388
|
+
|
389
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 15:52:15 -0800
|
390
|
+
Processing by ApplicationController#generate_token as */*
|
391
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
392
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
393
|
+
|
394
|
+
|
395
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 16:01:19 -0800
|
396
|
+
Processing by ApplicationController#generate_token as */*
|
397
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
398
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
399
|
+
|
400
|
+
|
401
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 16:02:15 -0800
|
402
|
+
Processing by ApplicationController#generate_token as */*
|
403
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
404
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 144)
|
405
|
+
|
406
|
+
|
407
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 17:08:16 -0800
|
408
|
+
Processing by ApplicationController#generate_token as */*
|
409
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
410
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 144)
|
411
|
+
|
412
|
+
|
413
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 17:08:25 -0800
|
414
|
+
Processing by ApplicationController#generate_token as */*
|
415
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
416
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
417
|
+
|
418
|
+
|
419
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 18:09:37 -0800
|
420
|
+
Processing by ApplicationController#generate_token as */*
|
421
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
422
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
423
|
+
|
424
|
+
|
425
|
+
Started GET "/generate_token?scopes=%7B%20%22company_%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 18:09:56 -0800
|
426
|
+
Processing by ApplicationController#generate_token as */*
|
427
|
+
Parameters: {"scopes"=>"{ \"company_\": \"ford.com\"}"}
|
428
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
429
|
+
|
430
|
+
|
431
|
+
Started GET "/generate_token?scopes=%7B%20%22company_i%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 18:09:57 -0800
|
432
|
+
Processing by ApplicationController#generate_token as */*
|
433
|
+
Parameters: {"scopes"=>"{ \"company_i\": \"ford.com\"}"}
|
434
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
435
|
+
|
436
|
+
|
437
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 18:09:57 -0800
|
438
|
+
Processing by ApplicationController#generate_token as */*
|
439
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\"}"}
|
440
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
441
|
+
|
442
|
+
|
443
|
+
Started GET "/generate_token?scopes=%7B%20%22company_d%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 18:12:02 -0800
|
444
|
+
Processing by ApplicationController#generate_token as */*
|
445
|
+
Parameters: {"scopes"=>"{ \"company_d\": \"ford.com\"}"}
|
446
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 145)
|
447
|
+
|
448
|
+
|
449
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 18:12:03 -0800
|
450
|
+
Processing by ApplicationController#generate_token as */*
|
451
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\"}"}
|
452
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 144)
|
453
|
+
|
454
|
+
|
455
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 18:14:09 -0800
|
456
|
+
Processing by ApplicationController#generate_token as */*
|
457
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\"}"}
|
458
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
459
|
+
|
460
|
+
|
461
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%20%22ford.com%22%7D" for ::1 at 2023-11-07 18:14:13 -0800
|
462
|
+
Processing by ApplicationController#generate_token as */*
|
463
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\"}"}
|
464
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
465
|
+
|
466
|
+
|
467
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 18:14:13 -0800
|
468
|
+
Processing by ApplicationController#generate_token as */*
|
469
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\"}"}
|
470
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
471
|
+
|
472
|
+
|
473
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:14:18 -0800
|
474
|
+
Processing by ApplicationController#generate_token as */*
|
475
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\"}"}
|
476
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
477
|
+
|
478
|
+
|
479
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%20%22google.com%22%7D" for ::1 at 2023-11-07 18:14:42 -0800
|
480
|
+
Processing by ApplicationController#generate_token as */*
|
481
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\"}"}
|
482
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
483
|
+
|
484
|
+
|
485
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:15:17 -0800
|
486
|
+
Processing by ApplicationController#generate_token as */*
|
487
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\"}"}
|
488
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
489
|
+
|
490
|
+
|
491
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%20%22google.com%22%7D" for ::1 at 2023-11-07 18:15:41 -0800
|
492
|
+
Processing by ApplicationController#generate_token as */*
|
493
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\"}"}
|
494
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
495
|
+
|
496
|
+
|
497
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:21:37 -0800
|
498
|
+
Processing by ApplicationController#generate_token as */*
|
499
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\"}"}
|
500
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
501
|
+
|
502
|
+
|
503
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:30:57 -0800
|
504
|
+
Processing by ApplicationController#generate_token as */*
|
505
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
506
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 144)
|
507
|
+
|
508
|
+
|
509
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:31:54 -0800
|
510
|
+
Processing by ApplicationController#generate_token as */*
|
511
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\"}"}
|
512
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
513
|
+
|
514
|
+
|
515
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:34:15 -0800
|
516
|
+
Processing by ApplicationController#generate_token as */*
|
517
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
518
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
519
|
+
|
520
|
+
|
521
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%20%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:36:58 -0800
|
522
|
+
Processing by ApplicationController#generate_token as */*
|
523
|
+
Parameters: {"scopes"=>"{ \"company_id \" : \"google.com\"}"}
|
524
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
525
|
+
|
526
|
+
|
527
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:37:02 -0800
|
528
|
+
Processing by ApplicationController#generate_token as */*
|
529
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
530
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
531
|
+
|
532
|
+
|
533
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%20%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:39:19 -0800
|
534
|
+
Processing by ApplicationController#generate_token as */*
|
535
|
+
Parameters: {"scopes"=>"{ \"company_id \" : \"google.com\"}"}
|
536
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
537
|
+
|
538
|
+
|
539
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:39:21 -0800
|
540
|
+
Processing by ApplicationController#generate_token as */*
|
541
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
542
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
543
|
+
|
544
|
+
|
545
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%20%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:40:24 -0800
|
546
|
+
Processing by ApplicationController#generate_token as */*
|
547
|
+
Parameters: {"scopes"=>"{ \"company_id \" : \"google.com\"}"}
|
548
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
549
|
+
|
550
|
+
|
551
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:40:26 -0800
|
552
|
+
Processing by ApplicationController#generate_token as */*
|
553
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
554
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
555
|
+
|
556
|
+
|
557
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:42:03 -0800
|
558
|
+
Processing by ApplicationController#generate_token as */*
|
559
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
560
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
561
|
+
|
562
|
+
|
563
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%20%22%20%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:45:31 -0800
|
564
|
+
Processing by ApplicationController#generate_token as */*
|
565
|
+
Parameters: {"scopes"=>"{ \"company_id \" : \"google.com\"}"}
|
566
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
567
|
+
|
568
|
+
|
569
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:45:32 -0800
|
570
|
+
Processing by ApplicationController#generate_token as */*
|
571
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
572
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
573
|
+
|
574
|
+
|
575
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:45:59 -0800
|
576
|
+
Processing by ApplicationController#generate_token as */*
|
577
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
578
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
579
|
+
|
580
|
+
|
581
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:46:02 -0800
|
582
|
+
Processing by ApplicationController#generate_token as */*
|
583
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
584
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 144)
|
585
|
+
|
586
|
+
|
587
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:49:11 -0800
|
588
|
+
Processing by ApplicationController#generate_token as */*
|
589
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
590
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
591
|
+
|
592
|
+
|
593
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:49:12 -0800
|
594
|
+
Processing by ApplicationController#generate_token as */*
|
595
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
596
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
597
|
+
|
598
|
+
|
599
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:49:38 -0800
|
600
|
+
Processing by ApplicationController#generate_token as */*
|
601
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
602
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
603
|
+
|
604
|
+
|
605
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%20%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:55:21 -0800
|
606
|
+
Processing by ApplicationController#generate_token as */*
|
607
|
+
Parameters: {"scopes"=>"{ \"company_id \" : \"google.com\"}"}
|
608
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
609
|
+
|
610
|
+
|
611
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:55:24 -0800
|
612
|
+
Processing by ApplicationController#generate_token as */*
|
613
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
614
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 144)
|
615
|
+
|
616
|
+
|
617
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%20%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:56:06 -0800
|
618
|
+
Processing by ApplicationController#generate_token as */*
|
619
|
+
Parameters: {"scopes"=>"{ \"company_id \" : \"google.com\"}"}
|
620
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 144)
|
621
|
+
|
622
|
+
|
623
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:56:08 -0800
|
624
|
+
Processing by ApplicationController#generate_token as */*
|
625
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
626
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
627
|
+
|
628
|
+
|
629
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:56:25 -0800
|
630
|
+
Processing by ApplicationController#generate_token as */*
|
631
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\"}"}
|
632
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
633
|
+
|
634
|
+
|
635
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:56:59 -0800
|
636
|
+
Processing by ApplicationController#generate_token as */*
|
637
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\"}"}
|
638
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
639
|
+
|
640
|
+
|
641
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22google.com%22%7D" for ::1 at 2023-11-07 18:57:27 -0800
|
642
|
+
Processing by ApplicationController#generate_token as */*
|
643
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\"}"}
|
644
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
645
|
+
|
646
|
+
|
647
|
+
Started GET "/generate_token?scopes=%7B" for ::1 at 2023-11-07 19:02:17 -0800
|
648
|
+
Processing by ApplicationController#generate_token as */*
|
649
|
+
Parameters: {"scopes"=>"{"}
|
650
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 452)
|
651
|
+
|
652
|
+
|
653
|
+
Started GET "/generate_token?scopes=%7B%22" for ::1 at 2023-11-07 19:02:17 -0800
|
654
|
+
Processing by ApplicationController#generate_token as */*
|
655
|
+
Parameters: {"scopes"=>"{\""}
|
656
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 446)
|
657
|
+
|
658
|
+
|
659
|
+
Started GET "/generate_token?scopes=%7B%22C" for ::1 at 2023-11-07 19:02:17 -0800
|
660
|
+
Processing by ApplicationController#generate_token as */*
|
661
|
+
Parameters: {"scopes"=>"{\"C"}
|
662
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 446)
|
663
|
+
|
664
|
+
|
665
|
+
Started GET "/generate_token?scopes=%7B%22" for ::1 at 2023-11-07 19:02:18 -0800
|
666
|
+
Processing by ApplicationController#generate_token as */*
|
667
|
+
Parameters: {"scopes"=>"{\""}
|
668
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 447)
|
669
|
+
|
670
|
+
|
671
|
+
Started GET "/generate_token?scopes=%7B%22c" for ::1 at 2023-11-07 19:02:18 -0800
|
672
|
+
Processing by ApplicationController#generate_token as */*
|
673
|
+
Parameters: {"scopes"=>"{\"c"}
|
674
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 443)
|
675
|
+
|
676
|
+
|
677
|
+
Started GET "/generate_token?scopes=%7B%22co" for ::1 at 2023-11-07 19:02:18 -0800
|
678
|
+
Processing by ApplicationController#generate_token as */*
|
679
|
+
Parameters: {"scopes"=>"{\"co"}
|
680
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 444)
|
681
|
+
|
682
|
+
|
683
|
+
Started GET "/generate_token?scopes=%7B%22com" for ::1 at 2023-11-07 19:02:18 -0800
|
684
|
+
Processing by ApplicationController#generate_token as */*
|
685
|
+
Parameters: {"scopes"=>"{\"com"}
|
686
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 443)
|
687
|
+
|
688
|
+
|
689
|
+
Started GET "/generate_token?scopes=%7B%22comp" for ::1 at 2023-11-07 19:02:18 -0800
|
690
|
+
Processing by ApplicationController#generate_token as */*
|
691
|
+
Parameters: {"scopes"=>"{\"comp"}
|
692
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
693
|
+
|
694
|
+
|
695
|
+
Started GET "/generate_token?scopes=%7B%22comp%5B" for ::1 at 2023-11-07 19:02:18 -0800
|
696
|
+
Processing by ApplicationController#generate_token as */*
|
697
|
+
Parameters: {"scopes"=>"{\"comp["}
|
698
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 445)
|
699
|
+
|
700
|
+
|
701
|
+
Started GET "/generate_token?scopes=%7B%22comp%5Ba" for ::1 at 2023-11-07 19:02:18 -0800
|
702
|
+
Processing by ApplicationController#generate_token as */*
|
703
|
+
Parameters: {"scopes"=>"{\"comp[a"}
|
704
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
705
|
+
|
706
|
+
|
707
|
+
Started GET "/generate_token?scopes=%7B%22comp%5Ban" for ::1 at 2023-11-07 19:02:18 -0800
|
708
|
+
Processing by ApplicationController#generate_token as */*
|
709
|
+
Parameters: {"scopes"=>"{\"comp[an"}
|
710
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
711
|
+
|
712
|
+
|
713
|
+
Started GET "/generate_token?scopes=%7B%22comp%5Ba" for ::1 at 2023-11-07 19:02:19 -0800
|
714
|
+
Processing by ApplicationController#generate_token as */*
|
715
|
+
Parameters: {"scopes"=>"{\"comp[a"}
|
716
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 445)
|
717
|
+
|
718
|
+
|
719
|
+
Started GET "/generate_token?scopes=%7B%22comp%5B" for ::1 at 2023-11-07 19:02:19 -0800
|
720
|
+
Processing by ApplicationController#generate_token as */*
|
721
|
+
Parameters: {"scopes"=>"{\"comp["}
|
722
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 444)
|
723
|
+
|
724
|
+
|
725
|
+
Started GET "/generate_token?scopes=%7B%22comp" for ::1 at 2023-11-07 19:02:19 -0800
|
726
|
+
Processing by ApplicationController#generate_token as */*
|
727
|
+
Parameters: {"scopes"=>"{\"comp"}
|
728
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
729
|
+
|
730
|
+
|
731
|
+
Started GET "/generate_token?scopes=%7B%22compa" for ::1 at 2023-11-07 19:02:19 -0800
|
732
|
+
Processing by ApplicationController#generate_token as */*
|
733
|
+
Parameters: {"scopes"=>"{\"compa"}
|
734
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 443)
|
735
|
+
|
736
|
+
|
737
|
+
Started GET "/generate_token?scopes=%7B%22compan" for ::1 at 2023-11-07 19:02:19 -0800
|
738
|
+
Processing by ApplicationController#generate_token as */*
|
739
|
+
Parameters: {"scopes"=>"{\"compan"}
|
740
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 443)
|
741
|
+
|
742
|
+
|
743
|
+
Started GET "/generate_token?scopes=%7B%22company" for ::1 at 2023-11-07 19:02:19 -0800
|
744
|
+
Processing by ApplicationController#generate_token as */*
|
745
|
+
Parameters: {"scopes"=>"{\"company"}
|
746
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
747
|
+
|
748
|
+
|
749
|
+
Started GET "/generate_token?scopes=%7B%22company%22" for ::1 at 2023-11-07 19:02:19 -0800
|
750
|
+
Processing by ApplicationController#generate_token as */*
|
751
|
+
Parameters: {"scopes"=>"{\"company\""}
|
752
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 444)
|
753
|
+
|
754
|
+
|
755
|
+
Started GET "/generate_token?scopes=%7B%22company%22:" for ::1 at 2023-11-07 19:02:20 -0800
|
756
|
+
Processing by ApplicationController#generate_token as */*
|
757
|
+
Parameters: {"scopes"=>"{\"company\":"}
|
758
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 445)
|
759
|
+
|
760
|
+
|
761
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20" for ::1 at 2023-11-07 19:02:20 -0800
|
762
|
+
Processing by ApplicationController#generate_token as */*
|
763
|
+
Parameters: {"scopes"=>"{\"company\": "}
|
764
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 443)
|
765
|
+
|
766
|
+
|
767
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22" for ::1 at 2023-11-07 19:02:22 -0800
|
768
|
+
Processing by ApplicationController#generate_token as */*
|
769
|
+
Parameters: {"scopes"=>"{\"company\": \""}
|
770
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 445)
|
771
|
+
|
772
|
+
|
773
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22f" for ::1 at 2023-11-07 19:02:22 -0800
|
774
|
+
Processing by ApplicationController#generate_token as */*
|
775
|
+
Parameters: {"scopes"=>"{\"company\": \"f"}
|
776
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
777
|
+
|
778
|
+
|
779
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22fo" for ::1 at 2023-11-07 19:02:22 -0800
|
780
|
+
Processing by ApplicationController#generate_token as */*
|
781
|
+
Parameters: {"scopes"=>"{\"company\": \"fo"}
|
782
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
783
|
+
|
784
|
+
|
785
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22for" for ::1 at 2023-11-07 19:02:22 -0800
|
786
|
+
Processing by ApplicationController#generate_token as */*
|
787
|
+
Parameters: {"scopes"=>"{\"company\": \"for"}
|
788
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
789
|
+
|
790
|
+
|
791
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22ford" for ::1 at 2023-11-07 19:02:23 -0800
|
792
|
+
Processing by ApplicationController#generate_token as */*
|
793
|
+
Parameters: {"scopes"=>"{\"company\": \"ford"}
|
794
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 443)
|
795
|
+
|
796
|
+
|
797
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22ford." for ::1 at 2023-11-07 19:02:23 -0800
|
798
|
+
Processing by ApplicationController#generate_token as */*
|
799
|
+
Parameters: {"scopes"=>"{\"company\": \"ford."}
|
800
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 443)
|
801
|
+
|
802
|
+
|
803
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22ford.c" for ::1 at 2023-11-07 19:02:23 -0800
|
804
|
+
Processing by ApplicationController#generate_token as */*
|
805
|
+
Parameters: {"scopes"=>"{\"company\": \"ford.c"}
|
806
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
807
|
+
|
808
|
+
|
809
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22ford.co" for ::1 at 2023-11-07 19:02:23 -0800
|
810
|
+
Processing by ApplicationController#generate_token as */*
|
811
|
+
Parameters: {"scopes"=>"{\"company\": \"ford.co"}
|
812
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 443)
|
813
|
+
|
814
|
+
|
815
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22ford.com" for ::1 at 2023-11-07 19:02:23 -0800
|
816
|
+
Processing by ApplicationController#generate_token as */*
|
817
|
+
Parameters: {"scopes"=>"{\"company\": \"ford.com"}
|
818
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 443)
|
819
|
+
|
820
|
+
|
821
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22ford.com%22" for ::1 at 2023-11-07 19:02:23 -0800
|
822
|
+
Processing by ApplicationController#generate_token as */*
|
823
|
+
Parameters: {"scopes"=>"{\"company\": \"ford.com\""}
|
824
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 446)
|
825
|
+
|
826
|
+
|
827
|
+
Started GET "/generate_token?scopes=%7B%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:02:24 -0800
|
828
|
+
Processing by ApplicationController#generate_token as */*
|
829
|
+
Parameters: {"scopes"=>"{\"company\": \"ford.com\"}"}
|
830
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
831
|
+
|
832
|
+
|
833
|
+
Started GET "/generate_token?scopes=%7B%22company_%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:02:43 -0800
|
834
|
+
Processing by ApplicationController#generate_token as */*
|
835
|
+
Parameters: {"scopes"=>"{\"company_\": \"ford.com\"}"}
|
836
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 145)
|
837
|
+
|
838
|
+
|
839
|
+
Started GET "/generate_token?scopes=%7B%22company_i%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:02:43 -0800
|
840
|
+
Processing by ApplicationController#generate_token as */*
|
841
|
+
Parameters: {"scopes"=>"{\"company_i\": \"ford.com\"}"}
|
842
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
843
|
+
|
844
|
+
|
845
|
+
Started GET "/generate_token?scopes=%7B%22company_id%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:02:43 -0800
|
846
|
+
Processing by ApplicationController#generate_token as */*
|
847
|
+
Parameters: {"scopes"=>"{\"company_id\": \"ford.com\"}"}
|
848
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
849
|
+
|
850
|
+
|
851
|
+
Started GET "/generate_token?scopes=%7B%22company_id%22%20:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:04:23 -0800
|
852
|
+
Processing by ApplicationController#generate_token as */*
|
853
|
+
Parameters: {"scopes"=>"{\"company_id\" : \"ford.com\"}"}
|
854
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
855
|
+
|
856
|
+
|
857
|
+
Started GET "/generate_token?scopes=%7B%22company_id%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:04:24 -0800
|
858
|
+
Processing by ApplicationController#generate_token as */*
|
859
|
+
Parameters: {"scopes"=>"{\"company_id\": \"ford.com\"}"}
|
860
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
861
|
+
|
862
|
+
|
863
|
+
Started GET "/generate_token?scopes=%7B%22company_id%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:05:36 -0800
|
864
|
+
Processing by ApplicationController#generate_token as */*
|
865
|
+
Parameters: {"scopes"=>"{\"company_id\": \"ford.com\"}"}
|
866
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
867
|
+
|
868
|
+
|
869
|
+
Started GET "/generate_token?scopes=%7B%22company_id%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:07:42 -0800
|
870
|
+
Processing by ApplicationController#generate_token as */*
|
871
|
+
Parameters: {"scopes"=>"{\"company_id\": \"ford.com\"}"}
|
872
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
873
|
+
|
874
|
+
|
875
|
+
Started GET "/generate_token?scopes=%7B%22company_id%22%20:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:07:51 -0800
|
876
|
+
Processing by ApplicationController#generate_token as */*
|
877
|
+
Parameters: {"scopes"=>"{\"company_id\" : \"ford.com\"}"}
|
878
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
879
|
+
|
880
|
+
|
881
|
+
Started GET "/generate_token?scopes=%7B%22company_id%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:07:55 -0800
|
882
|
+
Processing by ApplicationController#generate_token as */*
|
883
|
+
Parameters: {"scopes"=>"{\"company_id\": \"ford.com\"}"}
|
884
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 144)
|
885
|
+
|
886
|
+
|
887
|
+
Started GET "/generate_token?scopes=%7B%22company_id%22%20:%20%22ford.com%22%7D" for ::1 at 2023-11-07 19:08:30 -0800
|
888
|
+
Processing by ApplicationController#generate_token as */*
|
889
|
+
Parameters: {"scopes"=>"{\"company_id\" : \"ford.com\"}"}
|
890
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
891
|
+
|
892
|
+
|
893
|
+
Started GET "/generate_token?scopes=%7B" for ::1 at 2023-11-07 19:10:18 -0800
|
894
|
+
Processing by ApplicationController#generate_token as */*
|
895
|
+
Parameters: {"scopes"=>"{"}
|
896
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 445)
|
897
|
+
|
898
|
+
|
899
|
+
Started GET "/generate_token?scopes=%7B%20" for ::1 at 2023-11-07 19:10:18 -0800
|
900
|
+
Processing by ApplicationController#generate_token as */*
|
901
|
+
Parameters: {"scopes"=>"{ "}
|
902
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
903
|
+
|
904
|
+
|
905
|
+
Started GET "/generate_token?scopes=%7B%20%22" for ::1 at 2023-11-07 19:10:18 -0800
|
906
|
+
Processing by ApplicationController#generate_token as */*
|
907
|
+
Parameters: {"scopes"=>"{ \""}
|
908
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
909
|
+
|
910
|
+
|
911
|
+
Started GET "/generate_token?scopes=%7B%20%22c" for ::1 at 2023-11-07 19:10:18 -0800
|
912
|
+
Processing by ApplicationController#generate_token as */*
|
913
|
+
Parameters: {"scopes"=>"{ \"c"}
|
914
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 443)
|
915
|
+
|
916
|
+
|
917
|
+
Started GET "/generate_token?scopes=%7B%20%22co" for ::1 at 2023-11-07 19:10:18 -0800
|
918
|
+
Processing by ApplicationController#generate_token as */*
|
919
|
+
Parameters: {"scopes"=>"{ \"co"}
|
920
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 443)
|
921
|
+
|
922
|
+
|
923
|
+
Started GET "/generate_token?scopes=%7B%20%22com" for ::1 at 2023-11-07 19:10:18 -0800
|
924
|
+
Processing by ApplicationController#generate_token as */*
|
925
|
+
Parameters: {"scopes"=>"{ \"com"}
|
926
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
927
|
+
|
928
|
+
|
929
|
+
Started GET "/generate_token?scopes=%7B%20%22comp" for ::1 at 2023-11-07 19:10:18 -0800
|
930
|
+
Processing by ApplicationController#generate_token as */*
|
931
|
+
Parameters: {"scopes"=>"{ \"comp"}
|
932
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
933
|
+
|
934
|
+
|
935
|
+
Started GET "/generate_token?scopes=%7B%20%22compa" for ::1 at 2023-11-07 19:10:18 -0800
|
936
|
+
Processing by ApplicationController#generate_token as */*
|
937
|
+
Parameters: {"scopes"=>"{ \"compa"}
|
938
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
939
|
+
|
940
|
+
|
941
|
+
Started GET "/generate_token?scopes=%7B%20%22compan" for ::1 at 2023-11-07 19:10:19 -0800
|
942
|
+
Processing by ApplicationController#generate_token as */*
|
943
|
+
Parameters: {"scopes"=>"{ \"compan"}
|
944
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
945
|
+
|
946
|
+
|
947
|
+
Started GET "/generate_token?scopes=%7B%20%22company" for ::1 at 2023-11-07 19:10:19 -0800
|
948
|
+
Processing by ApplicationController#generate_token as */*
|
949
|
+
Parameters: {"scopes"=>"{ \"company"}
|
950
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 443)
|
951
|
+
|
952
|
+
|
953
|
+
Started GET "/generate_token?scopes=%7B%20%22company_" for ::1 at 2023-11-07 19:10:19 -0800
|
954
|
+
Processing by ApplicationController#generate_token as */*
|
955
|
+
Parameters: {"scopes"=>"{ \"company_"}
|
956
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 443)
|
957
|
+
|
958
|
+
|
959
|
+
Started GET "/generate_token?scopes=%7B%20%22company_i" for ::1 at 2023-11-07 19:10:19 -0800
|
960
|
+
Processing by ApplicationController#generate_token as */*
|
961
|
+
Parameters: {"scopes"=>"{ \"company_i"}
|
962
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 445)
|
963
|
+
|
964
|
+
|
965
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id" for ::1 at 2023-11-07 19:10:19 -0800
|
966
|
+
Processing by ApplicationController#generate_token as */*
|
967
|
+
Parameters: {"scopes"=>"{ \"company_id"}
|
968
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
969
|
+
|
970
|
+
|
971
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22" for ::1 at 2023-11-07 19:10:19 -0800
|
972
|
+
Processing by ApplicationController#generate_token as */*
|
973
|
+
Parameters: {"scopes"=>"{ \"company_id\""}
|
974
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
975
|
+
|
976
|
+
|
977
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:" for ::1 at 2023-11-07 19:10:20 -0800
|
978
|
+
Processing by ApplicationController#generate_token as */*
|
979
|
+
Parameters: {"scopes"=>"{ \"company_id\":"}
|
980
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 445)
|
981
|
+
|
982
|
+
|
983
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20" for ::1 at 2023-11-07 19:10:20 -0800
|
984
|
+
Processing by ApplicationController#generate_token as */*
|
985
|
+
Parameters: {"scopes"=>"{ \"company_id\": "}
|
986
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
987
|
+
|
988
|
+
|
989
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22" for ::1 at 2023-11-07 19:10:21 -0800
|
990
|
+
Processing by ApplicationController#generate_token as */*
|
991
|
+
Parameters: {"scopes"=>"{ \"company_id\": \""}
|
992
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
993
|
+
|
994
|
+
|
995
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22f" for ::1 at 2023-11-07 19:10:21 -0800
|
996
|
+
Processing by ApplicationController#generate_token as */*
|
997
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"f"}
|
998
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 445)
|
999
|
+
|
1000
|
+
|
1001
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22fo" for ::1 at 2023-11-07 19:10:21 -0800
|
1002
|
+
Processing by ApplicationController#generate_token as */*
|
1003
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"fo"}
|
1004
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 443)
|
1005
|
+
|
1006
|
+
|
1007
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22for" for ::1 at 2023-11-07 19:10:21 -0800
|
1008
|
+
Processing by ApplicationController#generate_token as */*
|
1009
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"for"}
|
1010
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
1011
|
+
|
1012
|
+
|
1013
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford" for ::1 at 2023-11-07 19:10:21 -0800
|
1014
|
+
Processing by ApplicationController#generate_token as */*
|
1015
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford"}
|
1016
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
1017
|
+
|
1018
|
+
|
1019
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford." for ::1 at 2023-11-07 19:10:21 -0800
|
1020
|
+
Processing by ApplicationController#generate_token as */*
|
1021
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford."}
|
1022
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 445)
|
1023
|
+
|
1024
|
+
|
1025
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford.c" for ::1 at 2023-11-07 19:10:22 -0800
|
1026
|
+
Processing by ApplicationController#generate_token as */*
|
1027
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.c"}
|
1028
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
1029
|
+
|
1030
|
+
|
1031
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford.co" for ::1 at 2023-11-07 19:10:22 -0800
|
1032
|
+
Processing by ApplicationController#generate_token as */*
|
1033
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.co"}
|
1034
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1035
|
+
|
1036
|
+
|
1037
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford.com" for ::1 at 2023-11-07 19:10:22 -0800
|
1038
|
+
Processing by ApplicationController#generate_token as */*
|
1039
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com"}
|
1040
|
+
Completed 500 Internal Server Error in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 443)
|
1041
|
+
|
1042
|
+
|
1043
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford.com%22" for ::1 at 2023-11-07 19:10:22 -0800
|
1044
|
+
Processing by ApplicationController#generate_token as */*
|
1045
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\""}
|
1046
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 446)
|
1047
|
+
|
1048
|
+
|
1049
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford.com%22%20" for ::1 at 2023-11-07 19:10:22 -0800
|
1050
|
+
Processing by ApplicationController#generate_token as */*
|
1051
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\" "}
|
1052
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1053
|
+
|
1054
|
+
|
1055
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-07 19:10:22 -0800
|
1056
|
+
Processing by ApplicationController#generate_token as */*
|
1057
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\" }"}
|
1058
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1059
|
+
|
1060
|
+
|
1061
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22g.com%22%20%7D" for ::1 at 2023-11-07 19:10:26 -0800
|
1062
|
+
Processing by ApplicationController#generate_token as */*
|
1063
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"g.com\" }"}
|
1064
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1065
|
+
|
1066
|
+
|
1067
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22go.com%22%20%7D" for ::1 at 2023-11-07 19:10:26 -0800
|
1068
|
+
Processing by ApplicationController#generate_token as */*
|
1069
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"go.com\" }"}
|
1070
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1071
|
+
|
1072
|
+
|
1073
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22goo.com%22%20%7D" for ::1 at 2023-11-07 19:10:26 -0800
|
1074
|
+
Processing by ApplicationController#generate_token as */*
|
1075
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"goo.com\" }"}
|
1076
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1077
|
+
|
1078
|
+
|
1079
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22goog.com%22%20%7D" for ::1 at 2023-11-07 19:10:27 -0800
|
1080
|
+
Processing by ApplicationController#generate_token as */*
|
1081
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"goog.com\" }"}
|
1082
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1083
|
+
|
1084
|
+
|
1085
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22googl.com%22%20%7D" for ::1 at 2023-11-07 19:10:27 -0800
|
1086
|
+
Processing by ApplicationController#generate_token as */*
|
1087
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"googl.com\" }"}
|
1088
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1089
|
+
|
1090
|
+
|
1091
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22google.com%22%20%7D" for ::1 at 2023-11-07 19:10:27 -0800
|
1092
|
+
Processing by ApplicationController#generate_token as */*
|
1093
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\" }"}
|
1094
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1095
|
+
|
1096
|
+
|
1097
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22googl.com%22%20%7D" for ::1 at 2023-11-07 19:10:32 -0800
|
1098
|
+
Processing by ApplicationController#generate_token as */*
|
1099
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"googl.com\" }"}
|
1100
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1101
|
+
|
1102
|
+
|
1103
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22google.com%22%20%7D" for ::1 at 2023-11-07 19:10:33 -0800
|
1104
|
+
Processing by ApplicationController#generate_token as */*
|
1105
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\" }"}
|
1106
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1107
|
+
|
1108
|
+
|
1109
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22f.com%22%20%7D" for ::1 at 2023-11-07 19:52:22 -0800
|
1110
|
+
Processing by ApplicationController#generate_token as */*
|
1111
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"f.com\" }"}
|
1112
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1113
|
+
|
1114
|
+
|
1115
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22fo.com%22%20%7D" for ::1 at 2023-11-07 19:52:23 -0800
|
1116
|
+
Processing by ApplicationController#generate_token as */*
|
1117
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"fo.com\" }"}
|
1118
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1119
|
+
|
1120
|
+
|
1121
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22for.com%22%20%7D" for ::1 at 2023-11-07 19:52:23 -0800
|
1122
|
+
Processing by ApplicationController#generate_token as */*
|
1123
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"for.com\" }"}
|
1124
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1125
|
+
|
1126
|
+
|
1127
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-07 19:52:23 -0800
|
1128
|
+
Processing by ApplicationController#generate_token as */*
|
1129
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\" }"}
|
1130
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1131
|
+
|
1132
|
+
|
1133
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%20%7D" for ::1 at 2023-11-08 17:44:41 -0800
|
1134
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1135
|
+
Processing by ApplicationController#generate_token as */*
|
1136
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\" }"}
|
1137
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1170)
|
1138
|
+
|
1139
|
+
|
1140
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20%20:%20%22google.com%22%20%7D" for ::1 at 2023-11-08 18:07:42 -0800
|
1141
|
+
Processing by ApplicationController#generate_token as */*
|
1142
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\" }"}
|
1143
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1144
|
+
|
1145
|
+
|
1146
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22%20:%20%22google.com%22%20%7D" for ::1 at 2023-11-08 18:07:47 -0800
|
1147
|
+
Processing by ApplicationController#generate_token as */*
|
1148
|
+
Parameters: {"scopes"=>"{ \"company_id\" : \"google.com\" }"}
|
1149
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1150
|
+
|
1151
|
+
|
1152
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22google.com%22%20%7D" for ::1 at 2023-11-08 18:07:47 -0800
|
1153
|
+
Processing by ApplicationController#generate_token as */*
|
1154
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"google.com\" }"}
|
1155
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1156
|
+
|
1157
|
+
|
1158
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22f.com%22%20%7D" for ::1 at 2023-11-08 18:08:08 -0800
|
1159
|
+
Processing by ApplicationController#generate_token as */*
|
1160
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"f.com\" }"}
|
1161
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1162
|
+
|
1163
|
+
|
1164
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22fo.com%22%20%7D" for ::1 at 2023-11-08 18:08:08 -0800
|
1165
|
+
Processing by ApplicationController#generate_token as */*
|
1166
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"fo.com\" }"}
|
1167
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1168
|
+
|
1169
|
+
|
1170
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22for.com%22%20%7D" for ::1 at 2023-11-08 18:08:08 -0800
|
1171
|
+
Processing by ApplicationController#generate_token as */*
|
1172
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"for.com\" }"}
|
1173
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1174
|
+
|
1175
|
+
|
1176
|
+
Started GET "/generate_token?scopes=%7B%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:08 -0800
|
1177
|
+
Processing by ApplicationController#generate_token as */*
|
1178
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\" }"}
|
1179
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 144)
|
1180
|
+
|
1181
|
+
|
1182
|
+
Started GET "/generate_token?scopes=%7B%20%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:10 -0800
|
1183
|
+
Processing by ApplicationController#generate_token as */*
|
1184
|
+
Parameters: {"scopes"=>"{ \"company_id\": \"ford.com\" }"}
|
1185
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1186
|
+
|
1187
|
+
|
1188
|
+
Started GET "/generate_token?scopes=%7B%20%22%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:10 -0800
|
1189
|
+
Processing by ApplicationController#generate_token as */*
|
1190
|
+
Parameters: {"scopes"=>"{ \" \"company_id\": \"ford.com\" }"}
|
1191
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 452)
|
1192
|
+
|
1193
|
+
|
1194
|
+
Started GET "/generate_token?scopes=%7B%20%22u%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:11 -0800
|
1195
|
+
Processing by ApplicationController#generate_token as */*
|
1196
|
+
Parameters: {"scopes"=>"{ \"u \"company_id\": \"ford.com\" }"}
|
1197
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 446)
|
1198
|
+
|
1199
|
+
|
1200
|
+
Started GET "/generate_token?scopes=%7B%20%22us%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:11 -0800
|
1201
|
+
Processing by ApplicationController#generate_token as */*
|
1202
|
+
Parameters: {"scopes"=>"{ \"us \"company_id\": \"ford.com\" }"}
|
1203
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1204
|
+
|
1205
|
+
|
1206
|
+
Started GET "/generate_token?scopes=%7B%20%22use%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:11 -0800
|
1207
|
+
Processing by ApplicationController#generate_token as */*
|
1208
|
+
Parameters: {"scopes"=>"{ \"use \"company_id\": \"ford.com\" }"}
|
1209
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1210
|
+
|
1211
|
+
|
1212
|
+
Started GET "/generate_token?scopes=%7B%20%22user%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:11 -0800
|
1213
|
+
Processing by ApplicationController#generate_token as */*
|
1214
|
+
Parameters: {"scopes"=>"{ \"user \"company_id\": \"ford.com\" }"}
|
1215
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1216
|
+
|
1217
|
+
|
1218
|
+
Started GET "/generate_token?scopes=%7B%20%22user_%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:11 -0800
|
1219
|
+
Processing by ApplicationController#generate_token as */*
|
1220
|
+
Parameters: {"scopes"=>"{ \"user_ \"company_id\": \"ford.com\" }"}
|
1221
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 447)
|
1222
|
+
|
1223
|
+
|
1224
|
+
Started GET "/generate_token?scopes=%7B%20%22user_i%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:12 -0800
|
1225
|
+
Processing by ApplicationController#generate_token as */*
|
1226
|
+
Parameters: {"scopes"=>"{ \"user_i \"company_id\": \"ford.com\" }"}
|
1227
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 447)
|
1228
|
+
|
1229
|
+
|
1230
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:12 -0800
|
1231
|
+
Processing by ApplicationController#generate_token as */*
|
1232
|
+
Parameters: {"scopes"=>"{ \"user_id \"company_id\": \"ford.com\" }"}
|
1233
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1234
|
+
|
1235
|
+
|
1236
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:12 -0800
|
1237
|
+
Processing by ApplicationController#generate_token as */*
|
1238
|
+
Parameters: {"scopes"=>"{ \"user_id\" \"company_id\": \"ford.com\" }"}
|
1239
|
+
Completed 500 Internal Server Error in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1240
|
+
|
1241
|
+
|
1242
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:12 -0800
|
1243
|
+
Processing by ApplicationController#generate_token as */*
|
1244
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"company_id\": \"ford.com\" }"}
|
1245
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1246
|
+
|
1247
|
+
|
1248
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:12 -0800
|
1249
|
+
Processing by ApplicationController#generate_token as */*
|
1250
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"company_id\": \"ford.com\" }"}
|
1251
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1252
|
+
|
1253
|
+
|
1254
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:13 -0800
|
1255
|
+
Processing by ApplicationController#generate_token as */*
|
1256
|
+
Parameters: {"scopes"=>"{ \"user_id\": \" \"company_id\": \"ford.com\" }"}
|
1257
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 447)
|
1258
|
+
|
1259
|
+
|
1260
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22usr_94WTYxcJ%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:13 -0800
|
1261
|
+
Processing by ApplicationController#generate_token as */*
|
1262
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ \"company_id\": \"ford.com\" }"}
|
1263
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 446)
|
1264
|
+
|
1265
|
+
|
1266
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:14 -0800
|
1267
|
+
Processing by ApplicationController#generate_token as */*
|
1268
|
+
Parameters: {"scopes"=>"{ \"user_id\": \" \"company_id\": \"ford.com\" }"}
|
1269
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 446)
|
1270
|
+
|
1271
|
+
|
1272
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22usr_94WTYxcJ%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:16 -0800
|
1273
|
+
Processing by ApplicationController#generate_token as */*
|
1274
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ \"company_id\": \"ford.com\" }"}
|
1275
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 446)
|
1276
|
+
|
1277
|
+
|
1278
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22usr_94WTYxcJ%22%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:16 -0800
|
1279
|
+
Processing by ApplicationController#generate_token as */*
|
1280
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\" \"company_id\": \"ford.com\" }"}
|
1281
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 444)
|
1282
|
+
|
1283
|
+
|
1284
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22usr_94WTYxcJ%22,%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:08:16 -0800
|
1285
|
+
Processing by ApplicationController#generate_token as */*
|
1286
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\", \"company_id\": \"ford.com\" }"}
|
1287
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1288
|
+
|
1289
|
+
|
1290
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%20%22usr_94WTYxcJ%22,%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:09:33 -0800
|
1291
|
+
Processing by ApplicationController#generate_token as */*
|
1292
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\", \"company_id\": \"ford.com\" }"}
|
1293
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1294
|
+
|
1295
|
+
|
1296
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22usr_94WTYxcJ%22,%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:09:48 -0800
|
1297
|
+
Processing by ApplicationController#generate_token as */*
|
1298
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\", \"company_id\": \"ford.com\" }"}
|
1299
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1300
|
+
|
1301
|
+
|
1302
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%20%22usr_94WTYxcJ%22,%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:10:01 -0800
|
1303
|
+
Processing by ApplicationController#generate_token as */*
|
1304
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\", \"company_id\": \"ford.com\" }"}
|
1305
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1306
|
+
|
1307
|
+
|
1308
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22usr_94WTYxcJ%22,%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:10:54 -0800
|
1309
|
+
Processing by ApplicationController#generate_token as */*
|
1310
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\", \"company_id\": \"ford.com\" }"}
|
1311
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1312
|
+
|
1313
|
+
|
1314
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%20%22usr_94WTYxcJ%22,%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:11:25 -0800
|
1315
|
+
Processing by ApplicationController#generate_token as */*
|
1316
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\", \"company_id\": \"ford.com\" }"}
|
1317
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1318
|
+
|
1319
|
+
|
1320
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22usr_94WTYxcJ%22,%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:13:08 -0800
|
1321
|
+
Processing by ApplicationController#generate_token as */*
|
1322
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\", \"company_id\": \"ford.com\" }"}
|
1323
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1324
|
+
|
1325
|
+
|
1326
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%20%22usr_94WTYxcJ%22,%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:13:48 -0800
|
1327
|
+
Processing by ApplicationController#generate_token as */*
|
1328
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\", \"company_id\": \"ford.com\" }"}
|
1329
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1330
|
+
|
1331
|
+
|
1332
|
+
Started GET "/generate_token?scopes=%7B%20%22user_id%22:%20%22usr_94WTYxcJ%22,%20%22company_id%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-08 18:14:29 -0800
|
1333
|
+
Processing by ApplicationController#generate_token as */*
|
1334
|
+
Parameters: {"scopes"=>"{ \"user_id\": \"usr_94WTYxcJ\", \"company_id\": \"ford.com\" }"}
|
1335
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 145)
|
1336
|
+
|
1337
|
+
|
1338
|
+
Started GET "/generate_login_token?email=wsp260+testerman@gmail.com" for ::1 at 2023-11-09 17:53:59 -0800
|
1339
|
+
Processing by ApplicationController#generate_login_token as HTML
|
1340
|
+
Parameters: {"email"=>"wsp260 testerman@gmail.com"}
|
1341
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 467)
|
1342
|
+
|
1343
|
+
|
1344
|
+
|
1345
|
+
NoMethodError (undefined method `generate_login_token' for Canvas::Embed:Module):
|
1346
|
+
|
1347
|
+
app/controllers/application_controller.rb:21:in `generate_login_token'
|