canvas-embed 0.1.4 → 0.1.6
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 +5 -5
- data/Gemfile.lock +3 -3
- data/{LICENSE.txt → LICENSE} +1 -1
- data/README.md +0 -12
- data/Rakefile +3 -3
- data/bin/console +3 -3
- data/canvas-embed.gemspec +15 -14
- data/example/Gemfile +20 -19
- data/example/Gemfile.lock +2 -2
- data/example/README.md +16 -3
- data/example/Rakefile +3 -1
- data/example/app/controllers/application_controller.rb +7 -5
- data/example/bin/bundle +22 -18
- data/example/bin/importmap +3 -2
- data/example/bin/rails +5 -3
- data/example/bin/rake +4 -2
- data/example/bin/setup +10 -8
- data/example/config/application.rb +5 -3
- data/example/config/boot.rb +5 -3
- data/example/config/environment.rb +3 -1
- data/example/config/environments/development.rb +5 -3
- data/example/config/initializers/cors.rb +10 -8
- data/example/config/puma.rb +11 -9
- data/example/config/routes.rb +4 -2
- data/example/config.ru +3 -1
- data/example/log/development.log +188 -2565
- data/example/storage/development.sqlite3-shm +0 -0
- data/example/storage/development.sqlite3-wal +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/01/2f863f8d7ff70d +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/0a/707c6e76401f50 +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/24/4134f174d68291 +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/3b/64ba0c52596b87 +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/4c/837c8a08879a20 +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/68/a73620fd7d4284 +0 -0
- data/example/tmp/cache/bootsnap/compile-cache-iseq/79/1a2ebed1814cfa +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/fb/4f5abf058e6979 +0 -0
- data/example/tmp/cache/bootsnap/load-path-cache +0 -0
- data/example/tmp/pids/server.pid +1 -0
- data/lib/canvas/embed/version.rb +1 -1
- data/lib/canvas/embed.rb +26 -10
- data/pkg/canvas-embed-0.1.5.gem +0 -0
- data/spec/canvas/embed_spec.rb +44 -7
- data/spec/spec_helper.rb +2 -2
- metadata +17 -4
- data/pkg/canvas-embed-0.1.2.gem +0 -0
- data/pkg/canvas-embed-0.1.3.gem +0 -0
data/example/log/development.log
CHANGED
@@ -1,2689 +1,312 @@
|
|
1
|
-
Started GET "/" for ::1 at 2023-
|
2
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3
|
-
[1m[35m (0.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
1
|
+
Started GET "/generate_token?scopes=%7B%20%22compan%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:40:15 -0800
|
4
2
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
5
|
-
Processing by
|
6
|
-
|
7
|
-
|
8
|
-
Completed 200 OK in 17ms (Views: 9.3ms | ActiveRecord: 0.0ms | Allocations: 7873)
|
9
|
-
|
10
|
-
|
11
|
-
Started GET "/" for ::1 at 2023-10-24 20:31:06 -0700
|
12
|
-
Processing by Rails::WelcomeController#index as HTML
|
13
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
14
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.3ms | Allocations: 260)
|
15
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms | Allocations: 894)
|
3
|
+
Processing by ApplicationController#generate_token as */*
|
4
|
+
Parameters: {"scopes"=>"{ \"compan\": \"ford.com\"}"}
|
5
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1167)
|
16
6
|
|
17
7
|
|
18
|
-
Started GET "/
|
19
|
-
Processing by
|
20
|
-
|
21
|
-
|
22
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 94)
|
23
|
-
Rendered layout layouts/application.html.erb (Duration: 523.6ms | Allocations: 98903)
|
24
|
-
Completed 200 OK in 526ms (Views: 525.1ms | ActiveRecord: 0.0ms | Allocations: 99821)
|
8
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:40:16 -0800
|
9
|
+
Processing by ApplicationController#generate_token as */*
|
10
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
11
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 144)
|
25
12
|
|
26
13
|
|
27
|
-
Started GET "/
|
14
|
+
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-07 13:44:09 -0800
|
28
15
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
29
|
-
Processing by
|
30
|
-
|
31
|
-
|
32
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 184)
|
33
|
-
Rendered layout layouts/application.html.erb (Duration: 51.4ms | Allocations: 36795)
|
34
|
-
Completed 200 OK in 62ms (Views: 56.4ms | ActiveRecord: 0.0ms | Allocations: 40862)
|
35
|
-
|
36
|
-
|
37
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:33:04 -0700
|
38
|
-
Processing by ArticlesController#index as HTML
|
39
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 735)
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
JWT::EncodeError (Key given is a String but has to be an RbNaCl::Signatures::Ed25519::SigningKey):
|
44
|
-
|
45
|
-
app/controllers/articles_controller.rb:9:in `index'
|
46
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:33:48 -0700
|
47
|
-
Processing by ArticlesController#index as HTML
|
48
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 517)
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
JWT::EncodeError (Key given is a String but has to be an RbNaCl::Signatures::Ed25519::SigningKey):
|
53
|
-
|
54
|
-
app/controllers/articles_controller.rb:9:in `index'
|
55
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:35:21 -0700
|
56
|
-
Processing by ArticlesController#index as HTML
|
57
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 470)
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
RbNaCl::LengthError (seed was 11 bytes (Expected 32)):
|
62
|
-
|
63
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:35:35 -0700
|
64
|
-
Processing by ArticlesController#index as HTML
|
65
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 516)
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
RbNaCl::LengthError (seed was 11 bytes (Expected 32)):
|
70
|
-
|
71
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:35:49 -0700
|
72
|
-
Processing by ArticlesController#index as HTML
|
73
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 516)
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
RbNaCl::LengthError (seed was 126 bytes (Expected 32)):
|
78
|
-
|
79
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:35:57 -0700
|
80
|
-
Processing by ArticlesController#index as HTML
|
81
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 457)
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
RbNaCl::LengthError (seed was 64 bytes (Expected 32)):
|
86
|
-
|
87
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:37:06 -0700
|
88
|
-
Processing by ArticlesController#index as HTML
|
89
|
-
Rendering layout layouts/application.html.erb
|
90
|
-
Rendering articles/index.html.erb within layouts/application
|
91
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
92
|
-
Rendered layout layouts/application.html.erb (Duration: 8.0ms | Allocations: 13572)
|
93
|
-
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms | Allocations: 14571)
|
94
|
-
|
95
|
-
|
96
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:37:19 -0700
|
97
|
-
Processing by ArticlesController#index as HTML
|
98
|
-
Rendering layout layouts/application.html.erb
|
99
|
-
Rendering articles/index.html.erb within layouts/application
|
100
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
101
|
-
Rendered layout layouts/application.html.erb (Duration: 6.1ms | Allocations: 13565)
|
102
|
-
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms | Allocations: 14556)
|
103
|
-
|
104
|
-
|
105
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:37:26 -0700
|
106
|
-
Processing by ArticlesController#index as HTML
|
107
|
-
Rendering layout layouts/application.html.erb
|
108
|
-
Rendering articles/index.html.erb within layouts/application
|
109
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
110
|
-
Rendered layout layouts/application.html.erb (Duration: 7.2ms | Allocations: 13380)
|
111
|
-
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms | Allocations: 14364)
|
112
|
-
|
113
|
-
|
114
|
-
Started GET "/posts" for 127.0.0.1 at 2023-10-24 20:37:49 -0700
|
115
|
-
|
116
|
-
ActionController::RoutingError (No route matches [GET] "/posts"):
|
117
|
-
|
118
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:37:54 -0700
|
119
|
-
Processing by ArticlesController#index as HTML
|
120
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 575)
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
JWT::EncodeError (Key given is a String but has to be an RbNaCl::Signatures::Ed25519::SigningKey):
|
125
|
-
|
126
|
-
app/controllers/articles_controller.rb:7:in `index'
|
127
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:39:01 -0700
|
128
|
-
Processing by ArticlesController#index as HTML
|
129
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 466)
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
OpenSSL::PKey::RSAError (Neither PUB key nor PRIV key: unsupported):
|
134
|
-
|
135
|
-
app/controllers/articles_controller.rb:6:in `index'
|
136
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:44:17 -0700
|
137
|
-
Processing by ArticlesController#index as HTML
|
138
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 454)
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
NoMethodError (undefined method `read' for OpenSSL::PKey::RSA:Class):
|
143
|
-
|
144
|
-
app/controllers/articles_controller.rb:6:in `index'
|
145
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:44:54 -0700
|
146
|
-
Processing by ArticlesController#index as HTML
|
147
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 453)
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
NameError (uninitialized constant OpenSSL::PKey::ED25519):
|
152
|
-
|
153
|
-
app/controllers/articles_controller.rb:6:in `index'
|
154
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:48:55 -0700
|
155
|
-
Processing by ArticlesController#index as HTML
|
156
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 464)
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
NameError (undefined local variable or method `rsa_private' for #<ArticlesController:0x000000000395f8>):
|
161
|
-
|
162
|
-
app/controllers/articles_controller.rb:14:in `index'
|
163
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:49:03 -0700
|
164
|
-
Processing by ArticlesController#index as HTML
|
165
|
-
Rendering layout layouts/application.html.erb
|
166
|
-
Rendering articles/index.html.erb within layouts/application
|
167
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
168
|
-
Rendered layout layouts/application.html.erb (Duration: 6.9ms | Allocations: 13618)
|
169
|
-
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms | Allocations: 14604)
|
170
|
-
|
171
|
-
|
172
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:49:25 -0700
|
173
|
-
Processing by ArticlesController#index as HTML
|
174
|
-
Rendering layout layouts/application.html.erb
|
175
|
-
Rendering articles/index.html.erb within layouts/application
|
176
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
177
|
-
Rendered layout layouts/application.html.erb (Duration: 5.8ms | Allocations: 13385)
|
178
|
-
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms | Allocations: 14370)
|
179
|
-
|
180
|
-
|
181
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:50:06 -0700
|
182
|
-
Processing by ArticlesController#index as HTML
|
183
|
-
Rendering layout layouts/application.html.erb
|
184
|
-
Rendering articles/index.html.erb within layouts/application
|
185
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
186
|
-
Rendered layout layouts/application.html.erb (Duration: 5.7ms | Allocations: 13614)
|
187
|
-
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms | Allocations: 14610)
|
188
|
-
|
189
|
-
|
190
|
-
Started GET "/articles" for ::1 at 2023-10-24 20:50:17 -0700
|
191
|
-
Processing by ArticlesController#index as HTML
|
192
|
-
Rendering layout layouts/application.html.erb
|
193
|
-
Rendering articles/index.html.erb within layouts/application
|
194
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
195
|
-
Rendered layout layouts/application.html.erb (Duration: 12.2ms | Allocations: 13386)
|
196
|
-
Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.0ms | Allocations: 14374)
|
16
|
+
Processing by ApplicationController#generate_token as */*
|
17
|
+
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
18
|
+
Completed 500 Internal Server Error in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1393)
|
197
19
|
|
198
20
|
|
199
|
-
Started GET "/
|
200
|
-
Processing by
|
201
|
-
|
21
|
+
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-07 13:44:11 -0800
|
22
|
+
Processing by ApplicationController#generate_token as */*
|
23
|
+
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
24
|
+
Completed 500 Internal Server Error in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 448)
|
202
25
|
|
203
26
|
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
Processing by ArticlesController#index as HTML
|
209
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 457)
|
27
|
+
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-07 13:44:12 -0800
|
28
|
+
Processing by ApplicationController#generate_token as */*
|
29
|
+
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
30
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 167)
|
210
31
|
|
211
32
|
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 444)
|
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)
|
218
38
|
|
219
39
|
|
220
40
|
|
221
|
-
|
41
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
222
42
|
|
223
|
-
app/controllers/
|
224
|
-
Started GET "/
|
225
|
-
|
226
|
-
LoadError (cannot load such file -- ed25519):
|
227
|
-
|
228
|
-
app/controllers/articles_controller.rb:1:in `<main>'
|
229
|
-
Started GET "/articles" for ::1 at 2023-10-24 21:04:05 -0700
|
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
|
230
45
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
231
46
|
|
232
|
-
LoadError (cannot load such file --
|
47
|
+
LoadError (cannot load such file -- canvas-embed):
|
233
48
|
|
234
|
-
app/controllers/
|
235
|
-
Started GET "/
|
236
|
-
Processing by ArticlesController#index as HTML
|
237
|
-
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 1260)
|
238
|
-
|
239
|
-
|
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
|
240
51
|
|
241
|
-
|
52
|
+
LoadError (cannot load such file -- canvas-embed):
|
242
53
|
|
243
|
-
app/controllers/
|
244
|
-
Started GET "/
|
245
|
-
Processing by
|
246
|
-
|
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)
|
247
59
|
|
248
60
|
|
249
61
|
|
250
|
-
|
62
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
251
63
|
|
252
|
-
app/controllers/
|
253
|
-
Started GET "/
|
254
|
-
Processing by
|
255
|
-
|
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)
|
256
69
|
|
257
70
|
|
258
71
|
|
259
|
-
|
72
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
260
73
|
|
261
|
-
app/controllers/
|
262
|
-
Started GET "/
|
263
|
-
Processing by
|
264
|
-
|
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)
|
265
79
|
|
266
80
|
|
267
81
|
|
268
|
-
|
82
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
269
83
|
|
270
|
-
|
271
|
-
|
272
|
-
|
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)
|
273
89
|
|
274
90
|
|
275
91
|
|
276
|
-
|
92
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
277
93
|
|
278
|
-
|
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
|
279
96
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
280
|
-
Processing by
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
RbNaCl::LengthError (seed was 28 bytes (Expected 32)):
|
286
|
-
|
287
|
-
Started GET "/articles" for ::1 at 2023-10-24 21:27:25 -0700
|
288
|
-
Processing by ArticlesController#index as HTML
|
289
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 480)
|
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)
|
290
100
|
|
291
101
|
|
292
102
|
|
293
|
-
|
103
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
294
104
|
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
Rendered layout layouts/application.html.erb (Duration: 24.3ms | Allocations: 34263)
|
301
|
-
Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.0ms | Allocations: 35569)
|
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)
|
302
110
|
|
303
111
|
|
304
|
-
Started GET "/posts" for 127.0.0.1 at 2023-10-24 22:07:18 -0700
|
305
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
306
112
|
|
307
|
-
|
113
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
308
114
|
|
309
|
-
|
310
|
-
|
311
|
-
|
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)
|
312
121
|
|
313
122
|
|
314
123
|
|
315
|
-
|
124
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
316
125
|
|
317
|
-
|
318
|
-
|
319
|
-
Processing by
|
320
|
-
|
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)
|
321
131
|
|
322
132
|
|
323
133
|
|
324
|
-
|
134
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
325
135
|
|
326
|
-
|
327
|
-
|
328
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 473)
|
329
|
-
|
330
|
-
|
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
|
331
138
|
|
332
|
-
|
139
|
+
TypeError (wrong argument type String (expected Module)):
|
333
140
|
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
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
|
339
144
|
|
340
|
-
|
145
|
+
TypeError (wrong argument type String (expected Module)):
|
341
146
|
|
342
|
-
|
343
|
-
|
344
|
-
|
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)
|
345
153
|
|
346
154
|
|
347
155
|
|
348
|
-
|
156
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
349
157
|
|
350
|
-
|
351
|
-
|
352
|
-
|
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)
|
353
163
|
|
354
164
|
|
355
165
|
|
356
|
-
|
166
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
357
167
|
|
358
|
-
|
359
|
-
|
360
|
-
|
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)
|
361
173
|
|
362
174
|
|
363
175
|
|
364
|
-
|
176
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
365
177
|
|
366
|
-
|
367
|
-
|
368
|
-
|
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)
|
369
183
|
|
370
184
|
|
371
185
|
|
372
|
-
|
186
|
+
NameError (uninitialized constant Canvas::Emned):
|
373
187
|
|
374
|
-
|
375
|
-
|
376
|
-
|
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)
|
377
193
|
|
378
194
|
|
379
195
|
|
380
|
-
|
196
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
381
197
|
|
382
|
-
|
383
|
-
|
384
|
-
|
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)
|
385
203
|
|
386
204
|
|
387
205
|
|
388
|
-
|
206
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
389
207
|
|
390
|
-
app/controllers/
|
391
|
-
Started GET "/
|
392
|
-
Processing by
|
393
|
-
|
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)
|
394
213
|
|
395
214
|
|
396
215
|
|
397
|
-
|
216
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
398
217
|
|
399
|
-
app/controllers/
|
400
|
-
Started GET "/
|
401
|
-
Processing by
|
402
|
-
|
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)
|
403
223
|
|
404
224
|
|
405
225
|
|
406
|
-
|
226
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
407
227
|
|
408
|
-
|
409
|
-
|
410
|
-
|
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)
|
411
233
|
|
412
234
|
|
413
235
|
|
414
|
-
|
236
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
415
237
|
|
416
|
-
|
417
|
-
|
418
|
-
|
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)
|
419
243
|
|
420
244
|
|
421
245
|
|
422
|
-
|
246
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
423
247
|
|
424
|
-
app/controllers/
|
425
|
-
Started GET "/
|
426
|
-
Processing by ArticlesController#index as HTML
|
427
|
-
Rendering layout layouts/application.html.erb
|
428
|
-
Rendering articles/index.html.erb within layouts/application
|
429
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 95)
|
430
|
-
Rendered layout layouts/application.html.erb (Duration: 24.2ms | Allocations: 34004)
|
431
|
-
Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms | Allocations: 35174)
|
432
|
-
|
433
|
-
|
434
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 11:31:22 -0700
|
435
|
-
Processing by ArticlesController#index as HTML
|
436
|
-
Rendering layout layouts/application.html.erb
|
437
|
-
Rendering articles/index.html.erb within layouts/application
|
438
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
439
|
-
Rendered layout layouts/application.html.erb (Duration: 9.2ms | Allocations: 14558)
|
440
|
-
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms | Allocations: 15567)
|
441
|
-
|
442
|
-
|
443
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 11:31:51 -0700
|
444
|
-
Processing by ArticlesController#index as HTML
|
445
|
-
Rendering layout layouts/application.html.erb
|
446
|
-
Rendering articles/index.html.erb within layouts/application
|
447
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 6)
|
448
|
-
Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 2139)
|
449
|
-
Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.0ms | Allocations: 2480)
|
450
|
-
|
451
|
-
|
452
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 11:45:10 -0700
|
453
|
-
Processing by ArticlesController#index as HTML
|
454
|
-
Rendering layout layouts/application.html.erb
|
455
|
-
Rendering articles/index.html.erb within layouts/application
|
456
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
457
|
-
Rendered layout layouts/application.html.erb (Duration: 10.6ms | Allocations: 13339)
|
458
|
-
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms | Allocations: 14478)
|
459
|
-
|
460
|
-
|
461
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 11:47:50 -0700
|
462
|
-
Processing by ArticlesController#index as HTML
|
463
|
-
Rendering layout layouts/application.html.erb
|
464
|
-
Rendering articles/index.html.erb within layouts/application
|
465
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
466
|
-
Rendered layout layouts/application.html.erb (Duration: 6.3ms | Allocations: 13424)
|
467
|
-
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms | Allocations: 14571)
|
468
|
-
|
469
|
-
|
470
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 11:48:22 -0700
|
471
|
-
Processing by ArticlesController#index as HTML
|
472
|
-
Rendering layout layouts/application.html.erb
|
473
|
-
Rendering articles/index.html.erb within layouts/application
|
474
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
475
|
-
Rendered layout layouts/application.html.erb (Duration: 8.8ms | Allocations: 13410)
|
476
|
-
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.0ms | Allocations: 14555)
|
477
|
-
|
478
|
-
|
479
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 11:50:24 -0700
|
480
|
-
Processing by ArticlesController#index as HTML
|
481
|
-
Rendering layout layouts/application.html.erb
|
482
|
-
Rendering articles/index.html.erb within layouts/application
|
483
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
484
|
-
Rendered layout layouts/application.html.erb (Duration: 6.8ms | Allocations: 13424)
|
485
|
-
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms | Allocations: 14439)
|
486
|
-
|
487
|
-
|
488
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 11:50:35 -0700
|
489
|
-
Processing by ArticlesController#index as HTML
|
490
|
-
Rendering layout layouts/application.html.erb
|
491
|
-
Rendering articles/index.html.erb within layouts/application
|
492
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 93)
|
493
|
-
Rendered layout layouts/application.html.erb (Duration: 9.4ms | Allocations: 13498)
|
494
|
-
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms | Allocations: 14509)
|
495
|
-
|
496
|
-
|
497
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 12:43:08 -0700
|
498
|
-
Processing by ArticlesController#index as HTML
|
499
|
-
Rendering layout layouts/application.html.erb
|
500
|
-
Rendering articles/index.html.erb within layouts/application
|
501
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
502
|
-
Rendered layout layouts/application.html.erb (Duration: 6.3ms | Allocations: 13448)
|
503
|
-
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms | Allocations: 14463)
|
504
|
-
|
505
|
-
|
506
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 12:46:11 -0700
|
507
|
-
Processing by ArticlesController#index as HTML
|
508
|
-
Rendering layout layouts/application.html.erb
|
509
|
-
Rendering articles/index.html.erb within layouts/application
|
510
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 95)
|
511
|
-
Rendered layout layouts/application.html.erb (Duration: 6.3ms | Allocations: 13509)
|
512
|
-
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms | Allocations: 14523)
|
513
|
-
|
514
|
-
|
515
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 12:48:52 -0700
|
516
|
-
Processing by ArticlesController#index as HTML
|
517
|
-
Rendering layout layouts/application.html.erb
|
518
|
-
Rendering articles/index.html.erb within layouts/application
|
519
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 93)
|
520
|
-
Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 13349)
|
521
|
-
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms | Allocations: 14359)
|
522
|
-
|
523
|
-
|
524
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 12:54:48 -0700
|
525
|
-
Processing by ArticlesController#index as HTML
|
526
|
-
Rendering layout layouts/application.html.erb
|
527
|
-
Rendering articles/index.html.erb within layouts/application
|
528
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
529
|
-
Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 13410)
|
530
|
-
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms | Allocations: 14425)
|
531
|
-
|
532
|
-
|
533
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:38:03 -0700
|
534
|
-
Processing by ArticlesController#index as HTML
|
535
|
-
Rendering layout layouts/application.html.erb
|
536
|
-
Rendering articles/index.html.erb within layouts/application
|
537
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 95)
|
538
|
-
Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 13544)
|
539
|
-
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms | Allocations: 14471)
|
540
|
-
|
541
|
-
|
542
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:39:03 -0700
|
543
|
-
Processing by ArticlesController#index as HTML
|
544
|
-
Rendering layout layouts/application.html.erb
|
545
|
-
Rendering articles/index.html.erb within layouts/application
|
546
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
547
|
-
Rendered layout layouts/application.html.erb (Duration: 6.0ms | Allocations: 13326)
|
548
|
-
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms | Allocations: 14266)
|
549
|
-
|
550
|
-
|
551
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:39:26 -0700
|
552
|
-
Processing by ArticlesController#index as HTML
|
553
|
-
Rendering layout layouts/application.html.erb
|
554
|
-
Rendering articles/index.html.erb within layouts/application
|
555
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 95)
|
556
|
-
Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 13545)
|
557
|
-
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms | Allocations: 14491)
|
558
|
-
|
559
|
-
|
560
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:39:46 -0700
|
561
|
-
Processing by ArticlesController#index as HTML
|
562
|
-
Rendering layout layouts/application.html.erb
|
563
|
-
Rendering articles/index.html.erb within layouts/application
|
564
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
565
|
-
Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 13323)
|
566
|
-
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms | Allocations: 14260)
|
567
|
-
|
568
|
-
|
569
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:42:35 -0700
|
570
|
-
Processing by ArticlesController#index as HTML
|
571
|
-
Rendering layout layouts/application.html.erb
|
572
|
-
Rendering articles/index.html.erb within layouts/application
|
573
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 95)
|
574
|
-
Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 13565)
|
575
|
-
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms | Allocations: 14504)
|
576
|
-
|
577
|
-
|
578
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:43:06 -0700
|
579
|
-
Processing by ArticlesController#index as HTML
|
580
|
-
Rendering layout layouts/application.html.erb
|
581
|
-
Rendering articles/index.html.erb within layouts/application
|
582
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
583
|
-
Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 13364)
|
584
|
-
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms | Allocations: 14306)
|
585
|
-
|
586
|
-
|
587
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:45:40 -0700
|
588
|
-
Processing by ArticlesController#index as HTML
|
589
|
-
Rendering layout layouts/application.html.erb
|
590
|
-
Rendering articles/index.html.erb within layouts/application
|
591
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
592
|
-
Rendered layout layouts/application.html.erb (Duration: 9.0ms | Allocations: 13522)
|
593
|
-
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms | Allocations: 14469)
|
594
|
-
|
595
|
-
|
596
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:47:19 -0700
|
597
|
-
Processing by ArticlesController#index as HTML
|
598
|
-
Rendering layout layouts/application.html.erb
|
599
|
-
Rendering articles/index.html.erb within layouts/application
|
600
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
601
|
-
Rendered layout layouts/application.html.erb (Duration: 6.1ms | Allocations: 13506)
|
602
|
-
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms | Allocations: 14615)
|
603
|
-
|
604
|
-
|
605
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:47:21 -0700
|
606
|
-
Processing by ArticlesController#index as HTML
|
607
|
-
Rendering layout layouts/application.html.erb
|
608
|
-
Rendering articles/index.html.erb within layouts/application
|
609
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
610
|
-
Rendered layout layouts/application.html.erb (Duration: 7.9ms | Allocations: 13501)
|
611
|
-
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms | Allocations: 14604)
|
612
|
-
|
613
|
-
|
614
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:49:07 -0700
|
615
|
-
Processing by ArticlesController#index as HTML
|
616
|
-
Rendering layout layouts/application.html.erb
|
617
|
-
Rendering articles/index.html.erb within layouts/application
|
618
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
619
|
-
Rendered layout layouts/application.html.erb (Duration: 6.0ms | Allocations: 13494)
|
620
|
-
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms | Allocations: 14648)
|
621
|
-
|
622
|
-
|
623
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:51:33 -0700
|
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
|
624
250
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
625
|
-
Processing by
|
626
|
-
|
627
|
-
|
628
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 184)
|
629
|
-
Rendered layout layouts/application.html.erb (Duration: 47.5ms | Allocations: 35437)
|
630
|
-
Completed 200 OK in 58ms (Views: 51.6ms | ActiveRecord: 0.0ms | Allocations: 39569)
|
631
|
-
|
632
|
-
|
633
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:56:06 -0700
|
634
|
-
Processing by ArticlesController#index as HTML
|
635
|
-
Rendering layout layouts/application.html.erb
|
636
|
-
Rendering articles/index.html.erb within layouts/application
|
637
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 97)
|
638
|
-
Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 13342)
|
639
|
-
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms | Allocations: 14307)
|
640
|
-
|
641
|
-
|
642
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:57:19 -0700
|
643
|
-
Processing by ArticlesController#index as HTML
|
644
|
-
Rendering layout layouts/application.html.erb
|
645
|
-
Rendering articles/index.html.erb within layouts/application
|
646
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 93)
|
647
|
-
Rendered layout layouts/application.html.erb (Duration: 10.5ms | Allocations: 13468)
|
648
|
-
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms | Allocations: 14427)
|
649
|
-
|
650
|
-
|
651
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:57:22 -0700
|
652
|
-
Processing by ArticlesController#index as HTML
|
653
|
-
Rendering layout layouts/application.html.erb
|
654
|
-
Rendering articles/index.html.erb within layouts/application
|
655
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 6)
|
656
|
-
Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 2135)
|
657
|
-
Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms | Allocations: 2429)
|
658
|
-
|
659
|
-
|
660
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:57:49 -0700
|
661
|
-
Processing by ArticlesController#index as HTML
|
662
|
-
Rendering layout layouts/application.html.erb
|
663
|
-
Rendering articles/index.html.erb within layouts/application
|
664
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
665
|
-
Rendered layout layouts/application.html.erb (Duration: 6.0ms | Allocations: 13333)
|
666
|
-
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms | Allocations: 14292)
|
667
|
-
|
668
|
-
|
669
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:58:05 -0700
|
670
|
-
Processing by ArticlesController#index as HTML
|
671
|
-
Rendering layout layouts/application.html.erb
|
672
|
-
Rendering articles/index.html.erb within layouts/application
|
673
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 6)
|
674
|
-
Rendered layout layouts/application.html.erb (Duration: 8.0ms | Allocations: 2138)
|
675
|
-
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms | Allocations: 2433)
|
676
|
-
|
677
|
-
|
678
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:58:07 -0700
|
679
|
-
Processing by ArticlesController#index as HTML
|
680
|
-
Rendering layout layouts/application.html.erb
|
681
|
-
Rendering articles/index.html.erb within layouts/application
|
682
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 6)
|
683
|
-
Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 2133)
|
684
|
-
Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.0ms | Allocations: 2426)
|
685
|
-
|
686
|
-
|
687
|
-
Started GET "/articles" for 127.0.0.1 at 2023-10-25 13:58:59 -0700
|
688
|
-
Processing by ArticlesController#index as HTML
|
689
|
-
Rendering layout layouts/application.html.erb
|
690
|
-
Rendering articles/index.html.erb within layouts/application
|
691
|
-
Rendered articles/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 97)
|
692
|
-
Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 13519)
|
693
|
-
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms | Allocations: 14232)
|
694
|
-
|
695
|
-
|
696
|
-
Started GET "/crypto" for 127.0.0.1 at 2023-10-25 13:59:02 -0700
|
697
|
-
Processing by ArticlesController#crypto as HTML
|
698
|
-
Completed 406 Not Acceptable in 3ms (ActiveRecord: 0.0ms | Allocations: 850)
|
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)
|
699
254
|
|
700
255
|
|
701
256
|
|
702
|
-
|
257
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
703
258
|
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
activesupport (7.1.1) lib/active_support/callbacks.rb:121:in `block in run_callbacks'
|
710
|
-
actiontext (7.1.1) lib/action_text/rendering.rb:23:in `with_renderer'
|
711
|
-
actiontext (7.1.1) lib/action_text/engine.rb:69:in `block (4 levels) in <class:Engine>'
|
712
|
-
activesupport (7.1.1) lib/active_support/callbacks.rb:130:in `instance_exec'
|
713
|
-
activesupport (7.1.1) lib/active_support/callbacks.rb:130:in `block in run_callbacks'
|
714
|
-
activesupport (7.1.1) lib/active_support/callbacks.rb:141:in `run_callbacks'
|
715
|
-
actionpack (7.1.1) lib/abstract_controller/callbacks.rb:258:in `process_action'
|
716
|
-
actionpack (7.1.1) lib/action_controller/metal/rescue.rb:25:in `process_action'
|
717
|
-
actionpack (7.1.1) lib/action_controller/metal/instrumentation.rb:74:in `block in process_action'
|
718
|
-
activesupport (7.1.1) lib/active_support/notifications.rb:206:in `block in instrument'
|
719
|
-
activesupport (7.1.1) lib/active_support/notifications/instrumenter.rb:58:in `instrument'
|
720
|
-
activesupport (7.1.1) lib/active_support/notifications.rb:206:in `instrument'
|
721
|
-
actionpack (7.1.1) lib/action_controller/metal/instrumentation.rb:73:in `process_action'
|
722
|
-
actionpack (7.1.1) lib/action_controller/metal/params_wrapper.rb:261:in `process_action'
|
723
|
-
activerecord (7.1.1) lib/active_record/railties/controller_runtime.rb:32:in `process_action'
|
724
|
-
actionpack (7.1.1) lib/abstract_controller/base.rb:160:in `process'
|
725
|
-
actionview (7.1.1) lib/action_view/rendering.rb:40:in `process'
|
726
|
-
actionpack (7.1.1) lib/action_controller/metal.rb:227:in `dispatch'
|
727
|
-
actionpack (7.1.1) lib/action_controller/metal.rb:309:in `dispatch'
|
728
|
-
actionpack (7.1.1) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
729
|
-
actionpack (7.1.1) lib/action_dispatch/routing/route_set.rb:32:in `serve'
|
730
|
-
actionpack (7.1.1) lib/action_dispatch/journey/router.rb:51:in `block in serve'
|
731
|
-
actionpack (7.1.1) lib/action_dispatch/journey/router.rb:131:in `block in find_routes'
|
732
|
-
actionpack (7.1.1) lib/action_dispatch/journey/router.rb:124:in `each'
|
733
|
-
actionpack (7.1.1) lib/action_dispatch/journey/router.rb:124:in `find_routes'
|
734
|
-
actionpack (7.1.1) lib/action_dispatch/journey/router.rb:32:in `serve'
|
735
|
-
actionpack (7.1.1) lib/action_dispatch/routing/route_set.rb:882:in `call'
|
736
|
-
rack (3.0.8) lib/rack/tempfile_reaper.rb:20:in `call'
|
737
|
-
rack (3.0.8) lib/rack/etag.rb:29:in `call'
|
738
|
-
rack (3.0.8) lib/rack/conditional_get.rb:31:in `call'
|
739
|
-
rack (3.0.8) lib/rack/head.rb:15:in `call'
|
740
|
-
actionpack (7.1.1) lib/action_dispatch/http/permissions_policy.rb:36:in `call'
|
741
|
-
actionpack (7.1.1) lib/action_dispatch/http/content_security_policy.rb:33:in `call'
|
742
|
-
rack-session (2.0.0) lib/rack/session/abstract/id.rb:272:in `context'
|
743
|
-
rack-session (2.0.0) lib/rack/session/abstract/id.rb:266:in `call'
|
744
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/cookies.rb:689:in `call'
|
745
|
-
activerecord (7.1.1) lib/active_record/migration.rb:653:in `call'
|
746
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
747
|
-
activesupport (7.1.1) lib/active_support/callbacks.rb:101:in `run_callbacks'
|
748
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
|
749
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
750
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/actionable_exceptions.rb:16:in `call'
|
751
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
|
752
|
-
web-console (4.2.1) lib/web_console/middleware.rb:132:in `call_app'
|
753
|
-
web-console (4.2.1) lib/web_console/middleware.rb:28:in `block in call'
|
754
|
-
web-console (4.2.1) lib/web_console/middleware.rb:17:in `catch'
|
755
|
-
web-console (4.2.1) lib/web_console/middleware.rb:17:in `call'
|
756
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
757
|
-
railties (7.1.1) lib/rails/rack/logger.rb:37:in `call_app'
|
758
|
-
railties (7.1.1) lib/rails/rack/logger.rb:24:in `block in call'
|
759
|
-
activesupport (7.1.1) lib/active_support/tagged_logging.rb:135:in `block in tagged'
|
760
|
-
activesupport (7.1.1) lib/active_support/tagged_logging.rb:39:in `tagged'
|
761
|
-
activesupport (7.1.1) lib/active_support/tagged_logging.rb:135:in `tagged'
|
762
|
-
activesupport (7.1.1) lib/active_support/broadcast_logger.rb:232:in `method_missing'
|
763
|
-
railties (7.1.1) lib/rails/rack/logger.rb:24:in `call'
|
764
|
-
sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
765
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/remote_ip.rb:92:in `call'
|
766
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/request_id.rb:28:in `call'
|
767
|
-
rack (3.0.8) lib/rack/method_override.rb:28:in `call'
|
768
|
-
rack (3.0.8) lib/rack/runtime.rb:24:in `call'
|
769
|
-
activesupport (7.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
770
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/server_timing.rb:59:in `block in call'
|
771
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/server_timing.rb:24:in `collect_events'
|
772
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/server_timing.rb:58:in `call'
|
773
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
774
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/static.rb:25:in `call'
|
775
|
-
rack (3.0.8) lib/rack/sendfile.rb:114:in `call'
|
776
|
-
actionpack (7.1.1) lib/action_dispatch/middleware/host_authorization.rb:141:in `call'
|
777
|
-
railties (7.1.1) lib/rails/engine.rb:529:in `call'
|
778
|
-
puma (6.4.0) lib/puma/configuration.rb:272:in `call'
|
779
|
-
puma (6.4.0) lib/puma/request.rb:100:in `block in handle_request'
|
780
|
-
puma (6.4.0) lib/puma/thread_pool.rb:378:in `with_force_shutdown'
|
781
|
-
puma (6.4.0) lib/puma/request.rb:99:in `handle_request'
|
782
|
-
puma (6.4.0) lib/puma/server.rb:443:in `process_client'
|
783
|
-
puma (6.4.0) lib/puma/server.rb:241:in `block in run'
|
784
|
-
puma (6.4.0) lib/puma/thread_pool.rb:155:in `block in spawn_thread'
|
785
|
-
Started GET "/crypto" for 127.0.0.1 at 2023-10-25 13:59:47 -0700
|
786
|
-
Processing by ArticlesController#crypto as HTML
|
787
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 219)
|
788
|
-
|
789
|
-
|
790
|
-
Started GET "/" for ::1 at 2023-10-25 14:53:25 -0700
|
791
|
-
Processing by Rails::WelcomeController#index as HTML
|
792
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
793
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.5ms | Allocations: 271)
|
794
|
-
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms | Allocations: 1056)
|
795
|
-
|
796
|
-
|
797
|
-
Started GET "/crypto" for ::1 at 2023-10-25 14:53:31 -0700
|
798
|
-
Processing by ArticlesController#crypto as HTML
|
799
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 148)
|
800
|
-
|
801
|
-
|
802
|
-
Started GET "/crypto" for ::1 at 2023-10-25 14:55:27 -0700
|
803
|
-
Processing by ArticlesController#crypto as HTML
|
804
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 1164)
|
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)
|
805
264
|
|
806
265
|
|
807
266
|
|
808
|
-
|
809
|
-
|
810
|
-
Searched in:
|
811
|
-
* "/Users/williampride/rr/blog/app/views"
|
812
|
-
* "/Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/turbo-rails-1.5.0/app/views"
|
813
|
-
* "/Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/actiontext-7.1.1/app/views"
|
814
|
-
* "/Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/actionmailbox-7.1.1/app/views"
|
815
|
-
):
|
267
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
816
268
|
|
817
|
-
app/controllers/
|
818
|
-
Started GET "/
|
819
|
-
Processing by
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
Started GET "/crypto" for ::1 at 2023-10-25 14:56:28 -0700
|
824
|
-
Processing by ArticlesController#crypto as HTML
|
825
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 211)
|
826
|
-
|
827
|
-
|
828
|
-
Started GET "/" for ::1 at 2023-10-25 15:11:56 -0700
|
829
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
830
|
-
Processing by Rails::WelcomeController#index as HTML
|
831
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
832
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 1.2ms | Allocations: 374)
|
833
|
-
Completed 200 OK in 13ms (Views: 5.8ms | ActiveRecord: 0.0ms | Allocations: 4269)
|
834
|
-
|
835
|
-
|
836
|
-
Started GET "/crypto" for ::1 at 2023-10-25 15:11:57 -0700
|
837
|
-
Processing by ArticlesController#crypto as HTML
|
838
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 313)
|
839
|
-
|
840
|
-
|
841
|
-
Started GET "/crypto" for ::1 at 2023-10-25 15:24:19 -0700
|
842
|
-
Processing by ArticlesController#crypto as HTML
|
843
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 212)
|
844
|
-
|
845
|
-
|
846
|
-
Started GET "/crypto" for ::1 at 2023-10-25 15:32:31 -0700
|
847
|
-
Processing by ArticlesController#crypto as HTML
|
848
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 211)
|
849
|
-
|
850
|
-
|
851
|
-
Started GET "/crypto" for ::1 at 2023-10-25 15:38:29 -0700
|
852
|
-
Processing by ArticlesController#crypto as HTML
|
853
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 211)
|
854
|
-
|
855
|
-
|
856
|
-
Started GET "/crypto" for ::1 at 2023-10-25 15:50:33 -0700
|
857
|
-
Processing by ArticlesController#crypto as HTML
|
858
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 211)
|
859
|
-
|
860
|
-
|
861
|
-
Started GET "/crypto" for ::1 at 2023-10-25 15:52:25 -0700
|
862
|
-
Processing by ArticlesController#crypto as HTML
|
863
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 211)
|
864
|
-
|
865
|
-
|
866
|
-
Started GET "/" for ::1 at 2023-10-25 16:29:25 -0700
|
867
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
868
|
-
Processing by Rails::WelcomeController#index as HTML
|
869
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
870
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.5ms | Allocations: 374)
|
871
|
-
Completed 200 OK in 11ms (Views: 2.3ms | ActiveRecord: 0.0ms | Allocations: 4268)
|
872
|
-
|
873
|
-
|
874
|
-
Started GET "/crypto" for ::1 at 2023-10-25 16:29:26 -0700
|
875
|
-
Processing by ArticlesController#crypto as HTML
|
876
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 638)
|
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)
|
877
274
|
|
878
275
|
|
879
276
|
|
880
|
-
NoMethodError (undefined method `
|
277
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
881
278
|
|
882
|
-
app/controllers/
|
883
|
-
Started GET "/
|
884
|
-
Processing by
|
885
|
-
|
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)
|
886
284
|
|
887
285
|
|
888
286
|
|
889
|
-
NoMethodError (undefined method `
|
287
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
890
288
|
|
891
|
-
app/controllers/
|
892
|
-
Started GET "/
|
893
|
-
Processing by
|
894
|
-
|
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)
|
895
294
|
|
896
295
|
|
897
296
|
|
898
|
-
NoMethodError (undefined method `
|
297
|
+
NoMethodError (undefined method `generate_token' for Canvas::Embed:Module):
|
899
298
|
|
900
|
-
app/controllers/
|
901
|
-
Started GET "/
|
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
|
902
301
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
903
|
-
Processing by
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
Started GET "/" for ::1 at 2023-10-25 20:02:51 -0700
|
908
|
-
Processing by Rails::WelcomeController#index as HTML
|
909
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
910
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.5ms | Allocations: 372)
|
911
|
-
Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.0ms | Allocations: 3431)
|
912
|
-
|
913
|
-
|
914
|
-
Started GET "/crypto" for ::1 at 2023-10-25 20:02:55 -0700
|
915
|
-
Processing by ArticlesController#crypto as HTML
|
916
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 566)
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
TypeError (no implicit conversion of Array into String):
|
921
|
-
|
922
|
-
app/controllers/articles_controller.rb:7:in `crypto'
|
923
|
-
Started GET "/crypto?key=b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848" for ::1 at 2023-10-25 20:03:07 -0700
|
924
|
-
Processing by ArticlesController#crypto as HTML
|
925
|
-
Parameters: {"key"=>"b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848"}
|
926
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 484)
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
TypeError (no implicit conversion of Array into String):
|
931
|
-
|
932
|
-
app/controllers/articles_controller.rb:7:in `crypto'
|
933
|
-
Started GET "/crypto?key=b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848" for ::1 at 2023-10-25 20:03:16 -0700
|
934
|
-
|
935
|
-
SyntaxError (/Users/williampride/rr/blog/app/controllers/articles_controller.rb:5: syntax error, unexpected local variable or method, expecting `end' or dummy end
|
936
|
-
puts 'key' key_hex
|
937
|
-
^~~~~~~
|
938
|
-
):
|
939
|
-
|
940
|
-
app/controllers/articles_controller.rb:5: syntax error, unexpected local variable or method, expecting `end' or dummy end
|
941
|
-
Started GET "/crypto?key=b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848" for ::1 at 2023-10-25 20:03:19 -0700
|
942
|
-
Processing by ArticlesController#crypto as HTML
|
943
|
-
Parameters: {"key"=>"b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848"}
|
944
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 526)
|
945
|
-
|
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)
|
946
305
|
|
947
|
-
|
948
|
-
TypeError (no implicit conversion of Array into String):
|
949
|
-
|
950
|
-
app/controllers/articles_controller.rb:7:in `crypto'
|
951
|
-
Started GET "/crypto?key=b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848" for ::1 at 2023-10-25 20:03:37 -0700
|
952
|
-
Processing by ArticlesController#crypto as HTML
|
953
|
-
Parameters: {"key"=>"b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848"}
|
954
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 195)
|
955
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)
|
956
311
|
|
957
|
-
Started GET "/crypto?key=b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848" for ::1 at 2023-10-25 20:03:47 -0700
|
958
|
-
Processing by ArticlesController#crypto as HTML
|
959
|
-
Parameters: {"key"=>"b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848"}
|
960
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 527)
|
961
312
|
|
962
|
-
|
963
|
-
|
964
|
-
TypeError (no implicit conversion of Array into String):
|
965
|
-
|
966
|
-
app/controllers/articles_controller.rb:7:in `crypto'
|
967
|
-
Started GET "/crypto?key=b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848" for ::1 at 2023-10-25 20:03:55 -0700
|
968
|
-
Processing by ArticlesController#crypto as HTML
|
969
|
-
Parameters: {"key"=>"b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848"}
|
970
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 194)
|
971
|
-
|
972
|
-
|
973
|
-
Started GET "/crypto?key=b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848" for ::1 at 2023-10-25 20:05:31 -0700
|
974
|
-
Processing by ArticlesController#crypto as HTML
|
975
|
-
Parameters: {"key"=>"b5ee259a1ee7b19e676885b1f24fafc058fb3b3dabb7be58cc61b02b74208848"}
|
976
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 131)
|
977
|
-
|
978
|
-
|
979
|
-
Started GET "/" for ::1 at 2023-10-26 18:49:57 -0700
|
980
|
-
Processing by Rails::WelcomeController#index as HTML
|
981
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
982
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.5ms | Allocations: 264)
|
983
|
-
Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms | Allocations: 900)
|
984
|
-
|
985
|
-
|
986
|
-
Started GET "/crypto" for ::1 at 2023-10-26 18:49:59 -0700
|
987
|
-
Processing by ArticlesController#crypto as HTML
|
988
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 514)
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
RbNaCl::LengthError (Secret key was 0 bytes (Expected 32)):
|
993
|
-
|
994
|
-
Started GET "/crypto?key=20fde0d3270ada2c66aa8e8bb10bfd351ea83fdc78c9214ff289eb81c72352b0" for ::1 at 2023-10-26 18:50:02 -0700
|
995
|
-
Processing by ArticlesController#crypto as HTML
|
996
|
-
Parameters: {"key"=>"20fde0d3270ada2c66aa8e8bb10bfd351ea83fdc78c9214ff289eb81c72352b0"}
|
997
|
-
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 132)
|
998
|
-
|
999
|
-
|
1000
|
-
Started GET "/crypto?key=20fde0d3270ada2c66aa8e8bb10bfd351ea83fdc78c9214ff289eb81c72352b0" for ::1 at 2023-10-26 18:51:41 -0700
|
1001
|
-
Processing by ArticlesController#crypto as HTML
|
1002
|
-
Parameters: {"key"=>"20fde0d3270ada2c66aa8e8bb10bfd351ea83fdc78c9214ff289eb81c72352b0"}
|
1003
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 131)
|
1004
|
-
|
1005
|
-
|
1006
|
-
Started GET "/crypto?key=20fde0d3270ada2c66aa8e8bb10bfd351ea83fdc78c9214ff289eb81c72352b0" for ::1 at 2023-10-26 18:52:37 -0700
|
1007
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1008
|
-
Processing by ArticlesController#crypto as HTML
|
1009
|
-
Parameters: {"key"=>"20fde0d3270ada2c66aa8e8bb10bfd351ea83fdc78c9214ff289eb81c72352b0"}
|
1010
|
-
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1152)
|
1011
|
-
|
1012
|
-
|
1013
|
-
Started GET "/" for ::1 at 2023-10-30 16:59:50 -0700
|
1014
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1015
|
-
Processing by Rails::WelcomeController#index as HTML
|
1016
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
1017
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.5ms | Allocations: 374)
|
1018
|
-
Completed 200 OK in 15ms (Views: 3.1ms | ActiveRecord: 0.0ms | Allocations: 4269)
|
1019
|
-
|
1020
|
-
|
1021
|
-
Started GET "/crypto" for ::1 at 2023-10-30 16:59:51 -0700
|
1022
|
-
Processing by ArticlesController#crypto as HTML
|
1023
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 613)
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
NoMethodError (undefined method `split' for nil:NilClass):
|
1028
|
-
|
1029
|
-
app/controllers/articles_controller.rb:7:in `crypto'
|
1030
|
-
Started GET "/crypto?key=emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6" for ::1 at 2023-10-30 17:00:09 -0700
|
1031
|
-
Processing by ArticlesController#crypto as HTML
|
1032
|
-
Parameters: {"key"=>"emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6"}
|
1033
|
-
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 219)
|
1034
|
-
|
1035
|
-
|
1036
|
-
Started GET "/crypto?key=emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6" for ::1 at 2023-10-30 17:04:59 -0700
|
1037
|
-
Processing by ArticlesController#crypto as HTML
|
1038
|
-
Parameters: {"key"=>"emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6"}
|
1039
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 194)
|
1040
|
-
|
1041
|
-
|
1042
|
-
Started GET "/crypto?key=emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6" for ::1 at 2023-10-30 17:06:51 -0700
|
1043
|
-
Processing by ArticlesController#crypto as HTML
|
1044
|
-
Parameters: {"key"=>"emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6"}
|
1045
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 193)
|
1046
|
-
|
1047
|
-
|
1048
|
-
Started GET "/" for ::1 at 2023-11-01 13:14:18 -0700
|
1049
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1050
|
-
Processing by Rails::WelcomeController#index as HTML
|
1051
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
1052
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.8ms | Allocations: 374)
|
1053
|
-
Completed 200 OK in 9ms (Views: 2.9ms | ActiveRecord: 0.0ms | Allocations: 4269)
|
1054
|
-
|
1055
|
-
|
1056
|
-
Started GET "/crypto?key=emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6" for ::1 at 2023-11-01 13:14:23 -0700
|
1057
|
-
Processing by ArticlesController#crypto as HTML
|
1058
|
-
Parameters: {"key"=>"emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6"}
|
1059
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 306)
|
1060
|
-
|
1061
|
-
|
1062
|
-
Started GET "/generate_token" for ::1 at 2023-11-01 13:17:25 -0700
|
1063
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1064
|
-
|
1065
|
-
ActionController::RoutingError (No route matches [GET] "/generate_token"):
|
1066
|
-
|
1067
|
-
Started GET "/generate_token" for ::1 at 2023-11-01 13:17:39 -0700
|
1068
|
-
Processing by ArticlesController#generate_token as HTML
|
1069
|
-
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1104)
|
1070
|
-
|
1071
|
-
|
1072
|
-
Started GET "/generate_token" for ::1 at 2023-11-01 13:19:24 -0700
|
1073
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1074
|
-
Processing by ArticlesController#generate_token as HTML
|
1075
|
-
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1126)
|
1076
|
-
|
1077
|
-
|
1078
|
-
Started GET "/generate_token" for ::1 at 2023-11-01 13:21:28 -0700
|
1079
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1080
|
-
Processing by ApplicationController#generate_token as HTML
|
1081
|
-
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1116)
|
1082
|
-
|
1083
|
-
|
1084
|
-
Started GET "/generate_token" for ::1 at 2023-11-01 13:29:44 -0700
|
1085
|
-
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1086
|
-
[1m[35m (0.2ms)[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
|
1087
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1088
|
-
Processing by ApplicationController#generate_token as HTML
|
1089
|
-
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1761)
|
1090
|
-
|
1091
|
-
|
1092
|
-
Started GET "/generate_token" for ::1 at 2023-11-01 13:36:42 -0700
|
1093
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1094
|
-
|
1095
|
-
ActionController::RoutingError (No route matches [GET] "/generate_token"):
|
1096
|
-
|
1097
|
-
Started GET "/generate_token" for ::1 at 2023-11-01 13:36:45 -0700
|
1098
|
-
|
1099
|
-
ActionController::RoutingError (No route matches [GET] "/generate_token"):
|
1100
|
-
|
1101
|
-
Started GET "/generate_token" for ::1 at 2023-11-01 13:37:05 -0700
|
1102
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1103
|
-
Processing by ApplicationController#generate_token as HTML
|
1104
|
-
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1114)
|
1105
|
-
|
1106
|
-
|
1107
|
-
Started GET "/" for ::1 at 2023-11-01 14:19:02 -0700
|
1108
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1109
|
-
Processing by Rails::WelcomeController#index as HTML
|
1110
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
1111
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.7ms | Allocations: 374)
|
1112
|
-
Completed 200 OK in 8ms (Views: 3.4ms | ActiveRecord: 0.0ms | Allocations: 4233)
|
1113
|
-
|
1114
|
-
|
1115
|
-
Started GET "/generate_token" for ::1 at 2023-11-01 14:19:07 -0700
|
1116
|
-
Processing by ApplicationController#generate_token as HTML
|
1117
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 502)
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
1122
|
-
|
1123
|
-
app/controllers/application_controller.rb:8:in `generate_token'
|
1124
|
-
Started GET "/" for ::1 at 2023-11-01 19:24:17 -0700
|
1125
|
-
[1m[35m (0.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1126
|
-
[1m[35m (0.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
1127
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1128
|
-
Processing by Rails::WelcomeController#index as HTML
|
1129
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
1130
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.5ms | Allocations: 374)
|
1131
|
-
Completed 200 OK in 7ms (Views: 2.6ms | ActiveRecord: 0.0ms | Allocations: 4228)
|
1132
|
-
|
1133
|
-
|
1134
|
-
Started GET "/crypto?key=emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6" for ::1 at 2023-11-01 19:24:20 -0700
|
1135
|
-
|
1136
|
-
ActionController::RoutingError (No route matches [GET] "/crypto"):
|
1137
|
-
|
1138
|
-
Started GET "/crypto?key=emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6" for ::1 at 2023-11-01 19:24:45 -0700
|
1139
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1140
|
-
|
1141
|
-
ActionController::RoutingError (No route matches [GET] "/crypto"):
|
1142
|
-
|
1143
|
-
Started GET "/crypto?key=emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6" for ::1 at 2023-11-01 19:24:47 -0700
|
1144
|
-
|
1145
|
-
ActionController::RoutingError (No route matches [GET] "/crypto"):
|
1146
|
-
|
1147
|
-
Started GET "/generate_token?key=emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6" for ::1 at 2023-11-01 19:25:03 -0700
|
1148
|
-
Processing by ApplicationController#generate_token as HTML
|
1149
|
-
Parameters: {"key"=>"emk_xNfBCSLP.dbe480c5dc0cce72ba6ce48ac818251df6dc23eabf61c4c0ade79e0b7f9071b6"}
|
1150
|
-
Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 1090)
|
1151
|
-
|
1152
|
-
|
1153
|
-
Started GET "/" for ::1 at 2023-11-06 17:11:42 -0800
|
1154
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1155
|
-
Processing by Rails::WelcomeController#index as HTML
|
1156
|
-
Rendering /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb
|
1157
|
-
Rendered /Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/railties-7.1.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.6ms | Allocations: 374)
|
1158
|
-
Completed 200 OK in 17ms (Views: 4.1ms | ActiveRecord: 0.0ms | Allocations: 4232)
|
1159
|
-
|
1160
|
-
|
1161
|
-
Started GET "/crypto?key=emk_AOYXThyt.f0533f95ed220919329367124cac2116faae11daf2aa1ff1138f7fde7a16c203" for ::1 at 2023-11-06 17:11:50 -0800
|
1162
|
-
|
1163
|
-
ActionController::RoutingError (No route matches [GET] "/crypto"):
|
1164
|
-
|
1165
|
-
Started GET "/favicon.ico" for ::1 at 2023-11-06 17:11:50 -0800
|
1166
|
-
|
1167
|
-
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
|
1168
|
-
|
1169
|
-
Started GET "/generate_token?key=emk_AOYXThyt.f0533f95ed220919329367124cac2116faae11daf2aa1ff1138f7fde7a16c203" for ::1 at 2023-11-06 17:11:54 -0800
|
1170
|
-
Processing by ApplicationController#generate_token as HTML
|
1171
|
-
Parameters: {"key"=>"emk_AOYXThyt.f0533f95ed220919329367124cac2116faae11daf2aa1ff1138f7fde7a16c203"}
|
1172
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 509)
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
NoMethodError (undefined method `split' for nil:NilClass):
|
1177
|
-
|
1178
|
-
app/controllers/application_controller.rb:8:in `generate_token'
|
1179
|
-
Started GET "/generate_token?key=emk_AOYXThyt.f0533f95ed220919329367124cac2116faae11daf2aa1ff1138f7fde7a16c203" for ::1 at 2023-11-06 17:12:57 -0800
|
1180
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1181
|
-
Processing by ApplicationController#generate_token as HTML
|
1182
|
-
Parameters: {"key"=>"emk_AOYXThyt.f0533f95ed220919329367124cac2116faae11daf2aa1ff1138f7fde7a16c203"}
|
1183
|
-
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1114)
|
1184
|
-
|
1185
|
-
|
1186
|
-
Started GET "/generate_token?key=emk_AOYXThyt.f0533f95ed220919329367124cac2116faae11daf2aa1ff1138f7fde7a16c203" for ::1 at 2023-11-06 17:13:32 -0800
|
1187
|
-
Processing by ApplicationController#generate_token as HTML
|
1188
|
-
Parameters: {"key"=>"emk_AOYXThyt.f0533f95ed220919329367124cac2116faae11daf2aa1ff1138f7fde7a16c203"}
|
1189
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176)
|
1190
|
-
|
1191
|
-
|
1192
|
-
Started GET "/generate_token?key=emk_AOYXThyt.f0533f95ed220919329367124cac2116faae11daf2aa1ff1138f7fde7a16c203" for ::1 at 2023-11-06 17:19:31 -0800
|
1193
|
-
Processing by ApplicationController#generate_token as HTML
|
1194
|
-
Parameters: {"key"=>"emk_AOYXThyt.f0533f95ed220919329367124cac2116faae11daf2aa1ff1138f7fde7a16c203"}
|
1195
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 121)
|
1196
|
-
|
1197
|
-
|
1198
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 17:43:57 -0800
|
1199
|
-
Processing by ApplicationController#generate_token as */*
|
1200
|
-
Parameters: {"scopes"=>""}
|
1201
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 126)
|
1202
|
-
|
1203
|
-
|
1204
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 17:45:25 -0800
|
1205
|
-
Processing by ApplicationController#generate_token as */*
|
1206
|
-
Parameters: {"scopes"=>""}
|
1207
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 125)
|
1208
|
-
|
1209
|
-
|
1210
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:46:26 -0800
|
1211
|
-
Processing by ApplicationController#generate_token as */*
|
1212
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
1213
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 125)
|
1214
|
-
|
1215
|
-
|
1216
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:49:28 -0800
|
1217
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1218
|
-
Processing by ApplicationController#generate_token as */*
|
1219
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
1220
|
-
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1119)
|
1221
|
-
|
1222
|
-
|
1223
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:49:41 -0800
|
1224
|
-
Processing by ApplicationController#generate_token as */*
|
1225
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1226
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 124)
|
1227
|
-
|
1228
|
-
|
1229
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:49:42 -0800
|
1230
|
-
Processing by ApplicationController#generate_token as */*
|
1231
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1232
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 124)
|
1233
|
-
|
1234
|
-
|
1235
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:49:56 -0800
|
1236
|
-
Processing by ApplicationController#generate_token as */*
|
1237
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1238
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 124)
|
1239
|
-
|
1240
|
-
|
1241
|
-
Started GET "/generate_token?scopes=%7B%20%22compan%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:50:46 -0800
|
1242
|
-
Processing by ApplicationController#generate_token as */*
|
1243
|
-
Parameters: {"scopes"=>"{ \"compan\": \"ford.com\"}"}
|
1244
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 207)
|
1245
|
-
|
1246
|
-
|
1247
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:50:52 -0800
|
1248
|
-
Processing by ApplicationController#generate_token as */*
|
1249
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1250
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 129)
|
1251
|
-
|
1252
|
-
|
1253
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ord.com%22%7D" for ::1 at 2023-11-06 17:51:06 -0800
|
1254
|
-
Processing by ApplicationController#generate_token as */*
|
1255
|
-
Parameters: {"scopes"=>"{ \"company\": \"ord.com\"}"}
|
1256
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 129)
|
1257
|
-
|
1258
|
-
|
1259
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ord.com%22%7D" for ::1 at 2023-11-06 17:51:38 -0800
|
1260
|
-
Processing by ApplicationController#generate_token as */*
|
1261
|
-
Parameters: {"scopes"=>"{ \"company\": \"ord.com\"}"}
|
1262
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 129)
|
1263
|
-
|
1264
|
-
|
1265
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:51:41 -0800
|
1266
|
-
Processing by ApplicationController#generate_token as */*
|
1267
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1268
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 128)
|
1269
|
-
|
1270
|
-
|
1271
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:51:47 -0800
|
1272
|
-
Processing by ApplicationController#generate_token as */*
|
1273
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1274
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 128)
|
1275
|
-
|
1276
|
-
|
1277
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:51:48 -0800
|
1278
|
-
Processing by ApplicationController#generate_token as */*
|
1279
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
1280
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 128)
|
1281
|
-
|
1282
|
-
|
1283
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 17:51:53 -0800
|
1284
|
-
Processing by ApplicationController#generate_token as */*
|
1285
|
-
Parameters: {"scopes"=>""}
|
1286
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 129)
|
1287
|
-
|
1288
|
-
|
1289
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 17:51:55 -0800
|
1290
|
-
Processing by ApplicationController#generate_token as */*
|
1291
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
1292
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 128)
|
1293
|
-
|
1294
|
-
|
1295
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%22%7D" for ::1 at 2023-11-06 17:52:17 -0800
|
1296
|
-
Processing by ApplicationController#generate_token as */*
|
1297
|
-
Parameters: {"scopes"=>"{ company: ford.com\"}"}
|
1298
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 128)
|
1299
|
-
|
1300
|
-
|
1301
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%7D" for ::1 at 2023-11-06 17:52:18 -0800
|
1302
|
-
Processing by ApplicationController#generate_token as */*
|
1303
|
-
Parameters: {"scopes"=>"{ company: ford.com}"}
|
1304
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 128)
|
1305
|
-
|
1306
|
-
|
1307
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%7D" for ::1 at 2023-11-06 17:52:19 -0800
|
1308
|
-
Processing by ApplicationController#generate_token as */*
|
1309
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1310
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 128)
|
1311
|
-
|
1312
|
-
|
1313
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%7D" for ::1 at 2023-11-06 17:52:59 -0800
|
1314
|
-
Processing by ApplicationController#generate_token as */*
|
1315
|
-
Parameters: {"scopes"=>"{ company: ford.com}"}
|
1316
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 483)
|
1317
|
-
|
1318
|
-
|
1319
|
-
|
1320
|
-
TypeError (no implicit conversion of Array into String):
|
1321
|
-
|
1322
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1323
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%7D" for ::1 at 2023-11-06 17:53:16 -0800
|
1324
|
-
Processing by ApplicationController#generate_token as */*
|
1325
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1326
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 183)
|
1327
|
-
|
1328
|
-
|
1329
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%7D" for ::1 at 2023-11-06 17:53:41 -0800
|
1330
|
-
Processing by ApplicationController#generate_token as */*
|
1331
|
-
Parameters: {"scopes"=>"{ company: ford.com}"}
|
1332
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 183)
|
1333
|
-
|
1334
|
-
|
1335
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%7D" for ::1 at 2023-11-06 17:53:44 -0800
|
1336
|
-
Processing by ApplicationController#generate_token as */*
|
1337
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1338
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 125)
|
1339
|
-
|
1340
|
-
|
1341
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%7D" for ::1 at 2023-11-06 17:54:41 -0800
|
1342
|
-
Processing by ApplicationController#generate_token as */*
|
1343
|
-
Parameters: {"scopes"=>"{ company: ford.com}"}
|
1344
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 186)
|
1345
|
-
|
1346
|
-
|
1347
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%7D" for ::1 at 2023-11-06 17:54:43 -0800
|
1348
|
-
Processing by ApplicationController#generate_token as */*
|
1349
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1350
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 127)
|
1351
|
-
|
1352
|
-
|
1353
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%7D" for ::1 at 2023-11-06 17:55:28 -0800
|
1354
|
-
Processing by ApplicationController#generate_token as */*
|
1355
|
-
Parameters: {"scopes"=>"{ company: ford.com}"}
|
1356
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 193)
|
1357
|
-
|
1358
|
-
|
1359
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%7D" for ::1 at 2023-11-06 17:55:38 -0800
|
1360
|
-
Processing by ApplicationController#generate_token as */*
|
1361
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1362
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 189)
|
1363
|
-
|
1364
|
-
|
1365
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%7D" for ::1 at 2023-11-06 17:55:51 -0800
|
1366
|
-
Processing by ApplicationController#generate_token as */*
|
1367
|
-
Parameters: {"scopes"=>"{ company: ford.com}"}
|
1368
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 190)
|
1369
|
-
|
1370
|
-
|
1371
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%7D" for ::1 at 2023-11-06 17:56:29 -0800
|
1372
|
-
Processing by ApplicationController#generate_token as */*
|
1373
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1374
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 188)
|
1375
|
-
|
1376
|
-
|
1377
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%20%7D" for ::1 at 2023-11-06 17:56:40 -0800
|
1378
|
-
Processing by ApplicationController#generate_token as */*
|
1379
|
-
Parameters: {"scopes"=>"{ company: \"ford.com }"}
|
1380
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 131)
|
1381
|
-
|
1382
|
-
|
1383
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 17:56:42 -0800
|
1384
|
-
Processing by ApplicationController#generate_token as */*
|
1385
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\" }"}
|
1386
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 131)
|
1387
|
-
|
1388
|
-
|
1389
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 17:56:45 -0800
|
1390
|
-
Processing by ApplicationController#generate_token as */*
|
1391
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\" }"}
|
1392
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 131)
|
1393
|
-
|
1394
|
-
|
1395
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 17:56:47 -0800
|
1396
|
-
Processing by ApplicationController#generate_token as */*
|
1397
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\" }"}
|
1398
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 131)
|
1399
|
-
|
1400
|
-
|
1401
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 17:57:24 -0800
|
1402
|
-
Processing by ApplicationController#generate_token as */*
|
1403
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\" }"}
|
1404
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 460)
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
JSON::ParserError (unexpected token at '{ "company: "ford.com" }'):
|
1409
|
-
|
1410
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1411
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 17:57:27 -0800
|
1412
|
-
Processing by ApplicationController#generate_token as */*
|
1413
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\" }"}
|
1414
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 475)
|
1415
|
-
|
1416
|
-
|
1417
|
-
|
1418
|
-
JSON::ParserError (unexpected token at '{ company: "ford.com" }'):
|
1419
|
-
|
1420
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1421
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%22%20%7D" for ::1 at 2023-11-06 17:57:29 -0800
|
1422
|
-
Processing by ApplicationController#generate_token as */*
|
1423
|
-
Parameters: {"scopes"=>"{ company: ford.com\" }"}
|
1424
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 475)
|
1425
|
-
|
1426
|
-
|
1427
|
-
|
1428
|
-
JSON::ParserError (unexpected token at '{ company: ford.com" }'):
|
1429
|
-
|
1430
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1431
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%7D" for ::1 at 2023-11-06 17:57:31 -0800
|
1432
|
-
Processing by ApplicationController#generate_token as */*
|
1433
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1434
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 475)
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
JSON::ParserError (unexpected token at '{ company: ford.com }'):
|
1439
|
-
|
1440
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1441
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%20%7D" for ::1 at 2023-11-06 17:57:38 -0800
|
1442
|
-
Processing by ApplicationController#generate_token as */*
|
1443
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1444
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 475)
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
JSON::ParserError (unexpected token at '{ company: ford.com }'):
|
1449
|
-
|
1450
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1451
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%7D" for ::1 at 2023-11-06 17:57:38 -0800
|
1452
|
-
Processing by ApplicationController#generate_token as */*
|
1453
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1454
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 475)
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
JSON::ParserError (unexpected token at '{ company: ford.com }'):
|
1459
|
-
|
1460
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1461
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 17:57:43 -0800
|
1462
|
-
Processing by ApplicationController#generate_token as */*
|
1463
|
-
Parameters: {"scopes"=>""}
|
1464
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 474)
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
JSON::ParserError (unexpected token at ''):
|
1469
|
-
|
1470
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1471
|
-
Started GET "/generate_token?scopes=%7B%20company:%20ford.com%20%7D" for ::1 at 2023-11-06 17:57:44 -0800
|
1472
|
-
Processing by ApplicationController#generate_token as */*
|
1473
|
-
Parameters: {"scopes"=>"{ company: ford.com }"}
|
1474
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 475)
|
1475
|
-
|
1476
|
-
|
1477
|
-
|
1478
|
-
JSON::ParserError (unexpected token at '{ company: ford.com }'):
|
1479
|
-
|
1480
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1481
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%20%7D" for ::1 at 2023-11-06 17:58:00 -0800
|
1482
|
-
Processing by ApplicationController#generate_token as */*
|
1483
|
-
Parameters: {"scopes"=>"{ company: \"ford.com }"}
|
1484
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 475)
|
1485
|
-
|
1486
|
-
|
1487
|
-
|
1488
|
-
JSON::ParserError (unexpected token at '{ company: "ford.com }'):
|
1489
|
-
|
1490
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1491
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 17:58:02 -0800
|
1492
|
-
Processing by ApplicationController#generate_token as */*
|
1493
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\" }"}
|
1494
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 475)
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
JSON::ParserError (unexpected token at '{ company: "ford.com" }'):
|
1499
|
-
|
1500
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1501
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 17:59:18 -0800
|
1502
|
-
Processing by ApplicationController#generate_token as */*
|
1503
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\" }"}
|
1504
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 476)
|
1505
|
-
|
1506
|
-
|
1507
|
-
|
1508
|
-
JSON::ParserError (unexpected token at '{ "company: "ford.com" }'):
|
1509
|
-
|
1510
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1511
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 17:59:19 -0800
|
1512
|
-
Processing by ApplicationController#generate_token as */*
|
1513
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\" }"}
|
1514
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 166)
|
1515
|
-
|
1516
|
-
|
1517
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22g.com%22%20%7D" for ::1 at 2023-11-06 18:00:01 -0800
|
1518
|
-
Processing by ApplicationController#generate_token as */*
|
1519
|
-
Parameters: {"scopes"=>"{ \"company\": \"g.com\" }"}
|
1520
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1521
|
-
|
1522
|
-
|
1523
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22go.com%22%20%7D" for ::1 at 2023-11-06 18:00:01 -0800
|
1524
|
-
Processing by ApplicationController#generate_token as */*
|
1525
|
-
Parameters: {"scopes"=>"{ \"company\": \"go.com\" }"}
|
1526
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1527
|
-
|
1528
|
-
|
1529
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22goo.com%22%20%7D" for ::1 at 2023-11-06 18:00:01 -0800
|
1530
|
-
Processing by ApplicationController#generate_token as */*
|
1531
|
-
Parameters: {"scopes"=>"{ \"company\": \"goo.com\" }"}
|
1532
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1533
|
-
|
1534
|
-
|
1535
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22goog.com%22%20%7D" for ::1 at 2023-11-06 18:00:01 -0800
|
1536
|
-
Processing by ApplicationController#generate_token as */*
|
1537
|
-
Parameters: {"scopes"=>"{ \"company\": \"goog.com\" }"}
|
1538
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1539
|
-
|
1540
|
-
|
1541
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22googl.com%22%20%7D" for ::1 at 2023-11-06 18:00:01 -0800
|
1542
|
-
Processing by ApplicationController#generate_token as */*
|
1543
|
-
Parameters: {"scopes"=>"{ \"company\": \"googl.com\" }"}
|
1544
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1545
|
-
|
1546
|
-
|
1547
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22google.com%22%20%7D" for ::1 at 2023-11-06 18:00:02 -0800
|
1548
|
-
Processing by ApplicationController#generate_token as */*
|
1549
|
-
Parameters: {"scopes"=>"{ \"company\": \"google.com\" }"}
|
1550
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1551
|
-
|
1552
|
-
|
1553
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:00:13 -0800
|
1554
|
-
Processing by ApplicationController#generate_token as */*
|
1555
|
-
Parameters: {"scopes"=>"{ \"company\": \"google.com\"}"}
|
1556
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1557
|
-
|
1558
|
-
|
1559
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22googl.com%22%7D" for ::1 at 2023-11-06 18:00:52 -0800
|
1560
|
-
Processing by ApplicationController#generate_token as */*
|
1561
|
-
Parameters: {"scopes"=>"{ \"company\": \"googl.com\"}"}
|
1562
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1563
|
-
|
1564
|
-
|
1565
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:01:02 -0800
|
1566
|
-
Processing by ApplicationController#generate_token as */*
|
1567
|
-
Parameters: {"scopes"=>"{ \"company\": \"google.com\"}"}
|
1568
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1569
|
-
|
1570
|
-
|
1571
|
-
Started GET "/generate_token?scopes=%7B%20%22compny%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:01:04 -0800
|
1572
|
-
Processing by ApplicationController#generate_token as */*
|
1573
|
-
Parameters: {"scopes"=>"{ \"compny\": \"google.com\"}"}
|
1574
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1575
|
-
|
1576
|
-
|
1577
|
-
Started GET "/generate_token?scopes=%7B%20%22compny%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:02:33 -0800
|
1578
|
-
Processing by ApplicationController#generate_token as */*
|
1579
|
-
Parameters: {"scopes"=>"{ \"compny\": \"google.com\"}"}
|
1580
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 138)
|
1581
|
-
|
1582
|
-
|
1583
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:02:55 -0800
|
1584
|
-
Processing by ApplicationController#generate_token as */*
|
1585
|
-
Parameters: {"scopes"=>"{ \"company\": \"google.com\"}"}
|
1586
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 201)
|
1587
|
-
|
1588
|
-
|
1589
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22f.com%22%7D" for ::1 at 2023-11-06 18:03:00 -0800
|
1590
|
-
Processing by ApplicationController#generate_token as */*
|
1591
|
-
Parameters: {"scopes"=>"{ \"company\": \"f.com\"}"}
|
1592
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1593
|
-
|
1594
|
-
|
1595
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22fo.com%22%7D" for ::1 at 2023-11-06 18:03:00 -0800
|
1596
|
-
Processing by ApplicationController#generate_token as */*
|
1597
|
-
Parameters: {"scopes"=>"{ \"company\": \"fo.com\"}"}
|
1598
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1599
|
-
|
1600
|
-
|
1601
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22for.com%22%7D" for ::1 at 2023-11-06 18:03:00 -0800
|
1602
|
-
Processing by ApplicationController#generate_token as */*
|
1603
|
-
Parameters: {"scopes"=>"{ \"company\": \"for.com\"}"}
|
1604
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1605
|
-
|
1606
|
-
|
1607
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:03:00 -0800
|
1608
|
-
Processing by ApplicationController#generate_token as */*
|
1609
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1610
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1611
|
-
|
1612
|
-
|
1613
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%20%22%7D" for ::1 at 2023-11-06 18:03:08 -0800
|
1614
|
-
Processing by ApplicationController#generate_token as */*
|
1615
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com \"}"}
|
1616
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1617
|
-
|
1618
|
-
|
1619
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:03:09 -0800
|
1620
|
-
Processing by ApplicationController#generate_token as */*
|
1621
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1622
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1623
|
-
|
1624
|
-
|
1625
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 18:03:09 -0800
|
1626
|
-
Processing by ApplicationController#generate_token as */*
|
1627
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\" }"}
|
1628
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1629
|
-
|
1630
|
-
|
1631
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20ford.com%22%20%7D" for ::1 at 2023-11-06 18:03:19 -0800
|
1632
|
-
Processing by ApplicationController#generate_token as */*
|
1633
|
-
Parameters: {"scopes"=>"{ \"company\": ford.com\" }"}
|
1634
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 488)
|
1635
|
-
|
1636
|
-
|
1637
|
-
|
1638
|
-
JSON::ParserError (unexpected token at '{ "company": ford.com" }'):
|
1639
|
-
|
1640
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1641
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20ford.com%22%20%7D" for ::1 at 2023-11-06 18:04:35 -0800
|
1642
|
-
Processing by ApplicationController#generate_token as */*
|
1643
|
-
Parameters: {"scopes"=>"{ \"company\": ford.com\" }"}
|
1644
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 481)
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
JSON::ParserError (unexpected token at '{ "company": ford.com" }'):
|
1649
|
-
|
1650
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1651
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20ford.com%22%7D" for ::1 at 2023-11-06 18:04:39 -0800
|
1652
|
-
Processing by ApplicationController#generate_token as */*
|
1653
|
-
Parameters: {"scopes"=>"{ \"company\": ford.com\"}"}
|
1654
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 481)
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
JSON::ParserError (unexpected token at '{ "company": ford.com"}'):
|
1659
|
-
|
1660
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1661
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20ford.com%22%20%7D" for ::1 at 2023-11-06 18:04:39 -0800
|
1662
|
-
Processing by ApplicationController#generate_token as */*
|
1663
|
-
Parameters: {"scopes"=>"{ \"company\": ford.com\" }"}
|
1664
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 479)
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
JSON::ParserError (unexpected token at '{ "company": ford.com" }'):
|
1669
|
-
|
1670
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1671
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 18:04:45 -0800
|
1672
|
-
Processing by ApplicationController#generate_token as */*
|
1673
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\" }"}
|
1674
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1675
|
-
|
1676
|
-
|
1677
|
-
Started GET "/generate_token?scopes=%7B%20%22comany%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 18:04:52 -0800
|
1678
|
-
Processing by ApplicationController#generate_token as */*
|
1679
|
-
Parameters: {"scopes"=>"{ \"comany\": \"ford.com\" }"}
|
1680
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 140)
|
1681
|
-
|
1682
|
-
|
1683
|
-
Started GET "/generate_token?scopes=%7B%20%22comany%22:%20%22ford.com%22%20%7D" for ::1 at 2023-11-06 18:05:00 -0800
|
1684
|
-
Processing by ApplicationController#generate_token as */*
|
1685
|
-
Parameters: {"scopes"=>"{ \"comany\": \"ford.com\" }"}
|
1686
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1687
|
-
|
1688
|
-
|
1689
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:11:19 -0800
|
1690
|
-
Processing by ApplicationController#generate_token as */*
|
1691
|
-
Parameters: {"scopes"=>""}
|
1692
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 480)
|
1693
|
-
|
1694
|
-
|
1695
|
-
|
1696
|
-
JSON::ParserError (unexpected token at ''):
|
1697
|
-
|
1698
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1699
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:11:34 -0800
|
1700
|
-
Processing by ApplicationController#generate_token as */*
|
1701
|
-
Parameters: {"scopes"=>""}
|
1702
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 480)
|
1703
|
-
|
1704
|
-
|
1705
|
-
|
1706
|
-
JSON::ParserError (unexpected token at ''):
|
1707
|
-
|
1708
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1709
|
-
Started GET "/generate_token?scopes=8675608540306968" for ::1 at 2023-11-06 18:11:36 -0800
|
1710
|
-
Processing by ApplicationController#generate_token as */*
|
1711
|
-
Parameters: {"scopes"=>"8675608540306968"}
|
1712
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 134)
|
1713
|
-
|
1714
|
-
|
1715
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:11:36 -0800
|
1716
|
-
Processing by ApplicationController#generate_token as */*
|
1717
|
-
Parameters: {"scopes"=>""}
|
1718
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 480)
|
1719
|
-
|
1720
|
-
|
1721
|
-
|
1722
|
-
JSON::ParserError (unexpected token at ''):
|
1723
|
-
|
1724
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1725
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:12:56 -0800
|
1726
|
-
Processing by ApplicationController#generate_token as */*
|
1727
|
-
Parameters: {"scopes"=>""}
|
1728
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 480)
|
1729
|
-
|
1730
|
-
|
1731
|
-
|
1732
|
-
JSON::ParserError (unexpected token at ''):
|
1733
|
-
|
1734
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1735
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:13:18 -0800
|
1736
|
-
Processing by ApplicationController#generate_token as */*
|
1737
|
-
Parameters: {"scopes"=>""}
|
1738
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 480)
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
1742
|
-
JSON::ParserError (unexpected token at ''):
|
1743
|
-
|
1744
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1745
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:13:35 -0800
|
1746
|
-
Processing by ApplicationController#generate_token as */*
|
1747
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
1748
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 481)
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
JSON::ParserError (unexpected token at '{ company: "ford.com"}'):
|
1753
|
-
|
1754
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1755
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:13:45 -0800
|
1756
|
-
Processing by ApplicationController#generate_token as */*
|
1757
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1758
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 482)
|
1759
|
-
|
1760
|
-
|
1761
|
-
|
1762
|
-
JSON::ParserError (unexpected token at '{ "company: "ford.com"}'):
|
1763
|
-
|
1764
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1765
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:13:47 -0800
|
1766
|
-
Processing by ApplicationController#generate_token as */*
|
1767
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1768
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1769
|
-
|
1770
|
-
|
1771
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:14:42 -0800
|
1772
|
-
Processing by ApplicationController#generate_token as */*
|
1773
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1774
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 482)
|
1775
|
-
|
1776
|
-
|
1777
|
-
|
1778
|
-
JSON::ParserError (unexpected token at '{ "company: "ford.com"}'):
|
1779
|
-
|
1780
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1781
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:14:44 -0800
|
1782
|
-
Processing by ApplicationController#generate_token as */*
|
1783
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
1784
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 481)
|
1785
|
-
|
1786
|
-
|
1787
|
-
|
1788
|
-
JSON::ParserError (unexpected token at '{ company: "ford.com"}'):
|
1789
|
-
|
1790
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1791
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:14:47 -0800
|
1792
|
-
Processing by ApplicationController#generate_token as */*
|
1793
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1794
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 482)
|
1795
|
-
|
1796
|
-
|
1797
|
-
|
1798
|
-
JSON::ParserError (unexpected token at '{ "company: "ford.com"}'):
|
1799
|
-
|
1800
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1801
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:14:49 -0800
|
1802
|
-
Processing by ApplicationController#generate_token as */*
|
1803
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1804
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1805
|
-
|
1806
|
-
|
1807
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:15:20 -0800
|
1808
|
-
Processing by ApplicationController#generate_token as */*
|
1809
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1810
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1811
|
-
|
1812
|
-
|
1813
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:15:30 -0800
|
1814
|
-
Processing by ApplicationController#generate_token as */*
|
1815
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1816
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1817
|
-
|
1818
|
-
|
1819
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:15:35 -0800
|
1820
|
-
Processing by ApplicationController#generate_token as */*
|
1821
|
-
Parameters: {"scopes"=>""}
|
1822
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 480)
|
1823
|
-
|
1824
|
-
|
1825
|
-
|
1826
|
-
JSON::ParserError (unexpected token at ''):
|
1827
|
-
|
1828
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1829
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:15:36 -0800
|
1830
|
-
Processing by ApplicationController#generate_token as */*
|
1831
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1832
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 139)
|
1833
|
-
|
1834
|
-
|
1835
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:15:49 -0800
|
1836
|
-
Processing by ApplicationController#generate_token as */*
|
1837
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1838
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 482)
|
1839
|
-
|
1840
|
-
|
1841
|
-
|
1842
|
-
JSON::ParserError (unexpected token at '{ "company: "ford.com"}'):
|
1843
|
-
|
1844
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1845
|
-
Started GET "/generate_token?scopes=%7B%20%22compan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:17:21 -0800
|
1846
|
-
Processing by ApplicationController#generate_token as */*
|
1847
|
-
Parameters: {"scopes"=>"{ \"compan: \"ford.com\"}"}
|
1848
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 731)
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
UncaughtThrowError (uncaught throw "Scopes were not valid JSON"):
|
1853
|
-
|
1854
|
-
app/controllers/application_controller.rb:10:in `throw'
|
1855
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
1856
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1857
|
-
Started GET "/generate_token?scopes=%7B%20%22compans:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:18:25 -0800
|
1858
|
-
Processing by ApplicationController#generate_token as */*
|
1859
|
-
Parameters: {"scopes"=>"{ \"compans: \"ford.com\"}"}
|
1860
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 744)
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
1864
|
-
UncaughtThrowError (uncaught throw "Scopes were not valid JSON"):
|
1865
|
-
|
1866
|
-
app/controllers/application_controller.rb:10:in `throw'
|
1867
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
1868
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1869
|
-
Started GET "/generate_token?scopes=%7B%20%22compan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:19:06 -0800
|
1870
|
-
Processing by ApplicationController#generate_token as */*
|
1871
|
-
Parameters: {"scopes"=>"{ \"compan: \"ford.com\"}"}
|
1872
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 448)
|
1873
|
-
|
1874
|
-
|
1875
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:19:18 -0800
|
1876
|
-
Processing by ApplicationController#generate_token as */*
|
1877
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1878
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 450)
|
1879
|
-
|
1880
|
-
|
1881
|
-
Started GET "/generate_token?scopes=%7B%20%22companyd:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:19:40 -0800
|
1882
|
-
Processing by ApplicationController#generate_token as */*
|
1883
|
-
Parameters: {"scopes"=>"{ \"companyd: \"ford.com\"}"}
|
1884
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 450)
|
1885
|
-
|
1886
|
-
|
1887
|
-
Started GET "/generate_token?scopes=%7B%20%22companyd:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:19:59 -0800
|
1888
|
-
Processing by ApplicationController#generate_token as */*
|
1889
|
-
Parameters: {"scopes"=>"{ \"companyd: \"ford.com\"}"}
|
1890
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 449)
|
1891
|
-
|
1892
|
-
|
1893
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:20:55 -0800
|
1894
|
-
Processing by ApplicationController#generate_token as */*
|
1895
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1896
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 449)
|
1897
|
-
|
1898
|
-
|
1899
|
-
Started GET "/generate_token?scopes=%7B%20%22compan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:22:04 -0800
|
1900
|
-
Processing by ApplicationController#generate_token as */*
|
1901
|
-
Parameters: {"scopes"=>"{ \"compan: \"ford.com\"}"}
|
1902
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 1364)
|
1903
|
-
|
1904
|
-
|
1905
|
-
|
1906
|
-
ActionView::MissingTemplate (Missing template application/generate_token with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :webp, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip, :turbo_stream], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder]}.
|
1907
|
-
|
1908
|
-
Searched in:
|
1909
|
-
* "/Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/turbo-rails-1.5.0/app/views"
|
1910
|
-
* "/Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/actiontext-7.1.1/app/views"
|
1911
|
-
* "/Users/williampride/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/actionmailbox-7.1.1/app/views"
|
1912
|
-
):
|
1913
|
-
|
1914
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
1915
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
1916
|
-
Started GET "/generate_token?scopes=%7B%20%22compa:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:22:29 -0800
|
1917
|
-
Processing by ApplicationController#generate_token as */*
|
1918
|
-
Parameters: {"scopes"=>"{ \"compa: \"ford.com\"}"}
|
1919
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 439)
|
1920
|
-
|
1921
|
-
|
1922
|
-
Started GET "/generate_token?scopes=%7B%20%22compas:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:24:09 -0800
|
1923
|
-
|
1924
|
-
SyntaxError (/Users/williampride/embeds/ruby/example/app/controllers/application_controller.rb:10: syntax error, unexpected '}', expecting =>
|
1925
|
-
...{ "Scopes were not valid JSON"}, status: 500
|
1926
|
-
... ^
|
1927
|
-
):
|
1928
|
-
|
1929
|
-
app/controllers/application_controller.rb:10: syntax error, unexpected '}', expecting =>
|
1930
|
-
Started GET "/generate_token?scopes=%7B%20%22compa:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:24:24 -0800
|
1931
|
-
Processing by ApplicationController#generate_token as */*
|
1932
|
-
Parameters: {"scopes"=>"{ \"compa: \"ford.com\"}"}
|
1933
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 453)
|
1934
|
-
|
1935
|
-
|
1936
|
-
Started GET "/generate_token?scopes=%7B%20%22compan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:26:42 -0800
|
1937
|
-
Processing by ApplicationController#generate_token as */*
|
1938
|
-
Parameters: {"scopes"=>"{ \"compan: \"ford.com\"}"}
|
1939
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 452)
|
1940
|
-
|
1941
|
-
|
1942
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:26:42 -0800
|
1943
|
-
Processing by ApplicationController#generate_token as */*
|
1944
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1945
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 450)
|
1946
|
-
|
1947
|
-
|
1948
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:26:42 -0800
|
1949
|
-
Processing by ApplicationController#generate_token as */*
|
1950
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1951
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 142)
|
1952
|
-
|
1953
|
-
|
1954
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:26:48 -0800
|
1955
|
-
Processing by ApplicationController#generate_token as */*
|
1956
|
-
Parameters: {"scopes"=>""}
|
1957
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 450)
|
1958
|
-
|
1959
|
-
|
1960
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:26:57 -0800
|
1961
|
-
Processing by ApplicationController#generate_token as */*
|
1962
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
1963
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 451)
|
1964
|
-
|
1965
|
-
|
1966
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:27:08 -0800
|
1967
|
-
Processing by ApplicationController#generate_token as */*
|
1968
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
1969
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 454)
|
1970
|
-
|
1971
|
-
|
1972
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:27:09 -0800
|
1973
|
-
Processing by ApplicationController#generate_token as */*
|
1974
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1975
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 140)
|
1976
|
-
|
1977
|
-
|
1978
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:28:40 -0800
|
1979
|
-
Processing by ApplicationController#generate_token as */*
|
1980
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
1981
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 140)
|
1982
|
-
|
1983
|
-
|
1984
|
-
Started GET "/generate_token?scopes=%7B%20%22compan%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:28:43 -0800
|
1985
|
-
Processing by ApplicationController#generate_token as */*
|
1986
|
-
Parameters: {"scopes"=>"{ \"compan\": \"ford.com\"}"}
|
1987
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 141)
|
1988
|
-
|
1989
|
-
|
1990
|
-
Started GET "/generate_token?scopes=%7B%20%22compans%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:29:28 -0800
|
1991
|
-
Processing by ApplicationController#generate_token as */*
|
1992
|
-
Parameters: {"scopes"=>"{ \"compans\": \"ford.com\"}"}
|
1993
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 198)
|
1994
|
-
|
1995
|
-
|
1996
|
-
Started GET "/generate_token?scopes=%7B%20%22compans:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:29:31 -0800
|
1997
|
-
Processing by ApplicationController#generate_token as */*
|
1998
|
-
Parameters: {"scopes"=>"{ \"compans: \"ford.com\"}"}
|
1999
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 752)
|
2000
|
-
|
2001
|
-
|
2002
|
-
|
2003
|
-
RuntimeError (Scopes were not valid JSON):
|
2004
|
-
|
2005
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
2006
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
2007
|
-
Started GET "/generate_token?scopes=%7B%20%22compan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:29:31 -0800
|
2008
|
-
Processing by ApplicationController#generate_token as */*
|
2009
|
-
Parameters: {"scopes"=>"{ \"compan: \"ford.com\"}"}
|
2010
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 737)
|
2011
|
-
|
2012
|
-
|
2013
|
-
|
2014
|
-
RuntimeError (Scopes were not valid JSON):
|
2015
|
-
|
2016
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
2017
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
2018
|
-
Started GET "/generate_token?scopes=%7B%20%22compan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:30:00 -0800
|
2019
|
-
Processing by ApplicationController#generate_token as */*
|
2020
|
-
Parameters: {"scopes"=>"{ \"compan: \"ford.com\"}"}
|
2021
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 737)
|
2022
|
-
|
2023
|
-
|
2024
|
-
|
2025
|
-
RuntimeError (Scopes were not valid JSON):
|
2026
|
-
|
2027
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
2028
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
2029
|
-
Started GET "/generate_token?scopes=%7B%20%22compan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:30:11 -0800
|
2030
|
-
Processing by ApplicationController#generate_token as */*
|
2031
|
-
Parameters: {"scopes"=>"{ \"compan: \"ford.com\"}"}
|
2032
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 737)
|
2033
|
-
|
2034
|
-
|
2035
|
-
|
2036
|
-
RuntimeError (Scopes were not valid JSON):
|
2037
|
-
|
2038
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
2039
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
2040
|
-
Started GET "/generate_token?scopes=%7B%20%22compan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:31:11 -0800
|
2041
|
-
Processing by ApplicationController#generate_token as */*
|
2042
|
-
Parameters: {"scopes"=>"{ \"compan: \"ford.com\"}"}
|
2043
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 737)
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
RuntimeError (Scopes were not valid JSON):
|
2048
|
-
|
2049
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
2050
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
2051
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:31:27 -0800
|
2052
|
-
Processing by ApplicationController#generate_token as */*
|
2053
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
2054
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 716)
|
2055
|
-
|
2056
|
-
|
2057
|
-
|
2058
|
-
RuntimeError (Scopes were not valid JSON):
|
2059
|
-
|
2060
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
2061
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
2062
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:33:11 -0800
|
2063
|
-
Processing by ApplicationController#generate_token as */*
|
2064
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
2065
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 737)
|
2066
|
-
|
2067
|
-
|
2068
|
-
|
2069
|
-
RuntimeError (Scopes were not valid JSON):
|
2070
|
-
|
2071
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
2072
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
2073
|
-
Started GET "/generate_token?scopes=%7B%20%22compan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:33:15 -0800
|
2074
|
-
Processing by ApplicationController#generate_token as */*
|
2075
|
-
Parameters: {"scopes"=>"{ \"compan: \"ford.com\"}"}
|
2076
|
-
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 737)
|
2077
|
-
|
2078
|
-
|
2079
|
-
|
2080
|
-
RuntimeError (Scopes were not valid JSON):
|
2081
|
-
|
2082
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
2083
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
2084
|
-
Started GET "/generate_token?scopes=%7B%20%22coman:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:33:23 -0800
|
2085
|
-
Processing by ApplicationController#generate_token as */*
|
2086
|
-
Parameters: {"scopes"=>"{ \"coman: \"ford.com\"}"}
|
2087
|
-
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 737)
|
2088
|
-
|
2089
|
-
|
2090
|
-
|
2091
|
-
RuntimeError (Scopes were not valid JSON):
|
2092
|
-
|
2093
|
-
app/controllers/application_controller.rb:10:in `rescue in generate_token'
|
2094
|
-
app/controllers/application_controller.rb:7:in `generate_token'
|
2095
|
-
Started GET "/generate_token?scopes=%7B%20%22comsan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:34:02 -0800
|
2096
|
-
Processing by ApplicationController#generate_token as */*
|
2097
|
-
Parameters: {"scopes"=>"{ \"comsan: \"ford.com\"}"}
|
2098
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 884)
|
2099
|
-
|
2100
|
-
|
2101
|
-
|
2102
|
-
AbstractController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...); return".):
|
2103
|
-
|
2104
|
-
app/controllers/application_controller.rb:15:in `generate_token'
|
2105
|
-
Started GET "/generate_token?scopes=%7B%20%22comsdan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:34:06 -0800
|
2106
|
-
Processing by ApplicationController#generate_token as */*
|
2107
|
-
Parameters: {"scopes"=>"{ \"comsdan: \"ford.com\"}"}
|
2108
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 867)
|
2109
|
-
|
2110
|
-
|
2111
|
-
|
2112
|
-
AbstractController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...); return".):
|
2113
|
-
|
2114
|
-
app/controllers/application_controller.rb:15:in `generate_token'
|
2115
|
-
Started GET "/generate_token?scopes=%7B%20%22comsan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:34:18 -0800
|
2116
|
-
Processing by ApplicationController#generate_token as */*
|
2117
|
-
Parameters: {"scopes"=>"{ \"comsan: \"ford.com\"}"}
|
2118
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 449)
|
2119
|
-
|
2120
|
-
|
2121
|
-
Started GET "/generate_token?scopes=%7B%20%22cosan:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:34:23 -0800
|
2122
|
-
Processing by ApplicationController#generate_token as */*
|
2123
|
-
Parameters: {"scopes"=>"{ \"cosan: \"ford.com\"}"}
|
2124
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 451)
|
2125
|
-
|
2126
|
-
|
2127
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:35:11 -0800
|
2128
|
-
Processing by ApplicationController#generate_token as */*
|
2129
|
-
Parameters: {"scopes"=>""}
|
2130
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 449)
|
2131
|
-
|
2132
|
-
|
2133
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:35:35 -0800
|
2134
|
-
Processing by ApplicationController#generate_token as */*
|
2135
|
-
Parameters: {"scopes"=>""}
|
2136
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 449)
|
2137
|
-
|
2138
|
-
|
2139
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:35:55 -0800
|
2140
|
-
Processing by ApplicationController#generate_token as */*
|
2141
|
-
Parameters: {"scopes"=>""}
|
2142
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 449)
|
2143
|
-
|
2144
|
-
|
2145
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:36:01 -0800
|
2146
|
-
Processing by ApplicationController#generate_token as */*
|
2147
|
-
Parameters: {"scopes"=>""}
|
2148
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 449)
|
2149
|
-
|
2150
|
-
|
2151
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:36:10 -0800
|
2152
|
-
Processing by ApplicationController#generate_token as */*
|
2153
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
2154
|
-
Completed 500 Internal Server Error in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 450)
|
2155
|
-
|
2156
|
-
|
2157
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:36:12 -0800
|
2158
|
-
Processing by ApplicationController#generate_token as */*
|
2159
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
2160
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 451)
|
2161
|
-
|
2162
|
-
|
2163
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:36:14 -0800
|
2164
|
-
Processing by ApplicationController#generate_token as */*
|
2165
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2166
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 152)
|
2167
|
-
|
2168
|
-
|
2169
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.co%22%7D" for ::1 at 2023-11-06 18:36:24 -0800
|
2170
|
-
Processing by ApplicationController#generate_token as */*
|
2171
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.co\"}"}
|
2172
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2173
|
-
|
2174
|
-
|
2175
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:36:28 -0800
|
2176
|
-
Processing by ApplicationController#generate_token as */*
|
2177
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2178
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2179
|
-
|
2180
|
-
|
2181
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:36:53 -0800
|
2182
|
-
Processing by ApplicationController#generate_token as */*
|
2183
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2184
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2185
|
-
|
2186
|
-
|
2187
|
-
Started GET "/generate_token?scopes=%7B%20%22compan%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:36:57 -0800
|
2188
|
-
Processing by ApplicationController#generate_token as */*
|
2189
|
-
Parameters: {"scopes"=>"{ \"compan\": \"ford.com\"}"}
|
2190
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 150)
|
2191
|
-
|
2192
|
-
|
2193
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:36:58 -0800
|
2194
|
-
Processing by ApplicationController#generate_token as */*
|
2195
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2196
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2197
|
-
|
2198
|
-
|
2199
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:37:04 -0800
|
2200
|
-
Processing by ApplicationController#generate_token as */*
|
2201
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2202
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2203
|
-
|
2204
|
-
|
2205
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:37:14 -0800
|
2206
|
-
Processing by ApplicationController#generate_token as */*
|
2207
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2208
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2209
|
-
|
2210
|
-
|
2211
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:37:24 -0800
|
2212
|
-
Processing by ApplicationController#generate_token as */*
|
2213
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2214
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2215
|
-
|
2216
|
-
|
2217
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22g.com%22%7D" for ::1 at 2023-11-06 18:37:29 -0800
|
2218
|
-
Processing by ApplicationController#generate_token as */*
|
2219
|
-
Parameters: {"scopes"=>"{ \"company\": \"g.com\"}"}
|
2220
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2221
|
-
|
2222
|
-
|
2223
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22go.com%22%7D" for ::1 at 2023-11-06 18:37:29 -0800
|
2224
|
-
Processing by ApplicationController#generate_token as */*
|
2225
|
-
Parameters: {"scopes"=>"{ \"company\": \"go.com\"}"}
|
2226
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2227
|
-
|
2228
|
-
|
2229
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22goo.com%22%7D" for ::1 at 2023-11-06 18:37:29 -0800
|
2230
|
-
Processing by ApplicationController#generate_token as */*
|
2231
|
-
Parameters: {"scopes"=>"{ \"company\": \"goo.com\"}"}
|
2232
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2233
|
-
|
2234
|
-
|
2235
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22goog.com%22%7D" for ::1 at 2023-11-06 18:37:29 -0800
|
2236
|
-
Processing by ApplicationController#generate_token as */*
|
2237
|
-
Parameters: {"scopes"=>"{ \"company\": \"goog.com\"}"}
|
2238
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2239
|
-
|
2240
|
-
|
2241
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22googl.com%22%7D" for ::1 at 2023-11-06 18:37:29 -0800
|
2242
|
-
Processing by ApplicationController#generate_token as */*
|
2243
|
-
Parameters: {"scopes"=>"{ \"company\": \"googl.com\"}"}
|
2244
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2245
|
-
|
2246
|
-
|
2247
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:37:29 -0800
|
2248
|
-
Processing by ApplicationController#generate_token as */*
|
2249
|
-
Parameters: {"scopes"=>"{ \"company\": \"google.com\"}"}
|
2250
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2251
|
-
|
2252
|
-
|
2253
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22goole.com%22%7D" for ::1 at 2023-11-06 18:37:35 -0800
|
2254
|
-
Processing by ApplicationController#generate_token as */*
|
2255
|
-
Parameters: {"scopes"=>"{ \"company\": \"goole.com\"}"}
|
2256
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2257
|
-
|
2258
|
-
|
2259
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:37:37 -0800
|
2260
|
-
Processing by ApplicationController#generate_token as */*
|
2261
|
-
Parameters: {"scopes"=>"{ \"company\": \"google.com\"}"}
|
2262
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2263
|
-
|
2264
|
-
|
2265
|
-
Started GET "/generate_token?scopes=%7B%20%22compan%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:38:12 -0800
|
2266
|
-
Processing by ApplicationController#generate_token as */*
|
2267
|
-
Parameters: {"scopes"=>"{ \"compan\": \"google.com\"}"}
|
2268
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2269
|
-
|
2270
|
-
|
2271
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:38:20 -0800
|
2272
|
-
Processing by ApplicationController#generate_token as */*
|
2273
|
-
Parameters: {"scopes"=>"{ \"company\": \"google.com\"}"}
|
2274
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2275
|
-
|
2276
|
-
|
2277
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 18:39:11 -0800
|
2278
|
-
Processing by ApplicationController#generate_token as */*
|
2279
|
-
Parameters: {"scopes"=>""}
|
2280
|
-
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 449)
|
2281
|
-
|
2282
|
-
|
2283
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:39:15 -0800
|
2284
|
-
Processing by ApplicationController#generate_token as */*
|
2285
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
2286
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 450)
|
2287
|
-
|
2288
|
-
|
2289
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:39:20 -0800
|
2290
|
-
Processing by ApplicationController#generate_token as */*
|
2291
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
2292
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 450)
|
2293
|
-
|
2294
|
-
|
2295
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:39:22 -0800
|
2296
|
-
Processing by ApplicationController#generate_token as */*
|
2297
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2298
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2299
|
-
|
2300
|
-
|
2301
|
-
Started GET "/generate_token?scopes=%7B%20%22compay%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:39:28 -0800
|
2302
|
-
Processing by ApplicationController#generate_token as */*
|
2303
|
-
Parameters: {"scopes"=>"{ \"compay\": \"ford.com\"}"}
|
2304
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 150)
|
2305
|
-
|
2306
|
-
|
2307
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:39:30 -0800
|
2308
|
-
Processing by ApplicationController#generate_token as */*
|
2309
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2310
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2311
|
-
|
2312
|
-
|
2313
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22g.com%22%7D" for ::1 at 2023-11-06 18:40:42 -0800
|
2314
|
-
Processing by ApplicationController#generate_token as */*
|
2315
|
-
Parameters: {"scopes"=>"{ \"company\": \"g.com\"}"}
|
2316
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2317
|
-
|
2318
|
-
|
2319
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22go.com%22%7D" for ::1 at 2023-11-06 18:40:42 -0800
|
2320
|
-
Processing by ApplicationController#generate_token as */*
|
2321
|
-
Parameters: {"scopes"=>"{ \"company\": \"go.com\"}"}
|
2322
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2323
|
-
|
2324
|
-
|
2325
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22goo.com%22%7D" for ::1 at 2023-11-06 18:40:42 -0800
|
2326
|
-
Processing by ApplicationController#generate_token as */*
|
2327
|
-
Parameters: {"scopes"=>"{ \"company\": \"goo.com\"}"}
|
2328
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2329
|
-
|
2330
|
-
|
2331
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22goog.com%22%7D" for ::1 at 2023-11-06 18:40:42 -0800
|
2332
|
-
Processing by ApplicationController#generate_token as */*
|
2333
|
-
Parameters: {"scopes"=>"{ \"company\": \"goog.com\"}"}
|
2334
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2335
|
-
|
2336
|
-
|
2337
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22googl.com%22%7D" for ::1 at 2023-11-06 18:40:42 -0800
|
2338
|
-
Processing by ApplicationController#generate_token as */*
|
2339
|
-
Parameters: {"scopes"=>"{ \"company\": \"googl.com\"}"}
|
2340
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2341
|
-
|
2342
|
-
|
2343
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:40:42 -0800
|
2344
|
-
Processing by ApplicationController#generate_token as */*
|
2345
|
-
Parameters: {"scopes"=>"{ \"company\": \"google.com\"}"}
|
2346
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2347
|
-
|
2348
|
-
|
2349
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22a.com%22%7D" for ::1 at 2023-11-06 18:40:54 -0800
|
2350
|
-
Processing by ApplicationController#generate_token as */*
|
2351
|
-
Parameters: {"scopes"=>"{ \"company\": \"a.com\"}"}
|
2352
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2353
|
-
|
2354
|
-
|
2355
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22as.com%22%7D" for ::1 at 2023-11-06 18:40:54 -0800
|
2356
|
-
Processing by ApplicationController#generate_token as */*
|
2357
|
-
Parameters: {"scopes"=>"{ \"company\": \"as.com\"}"}
|
2358
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2359
|
-
|
2360
|
-
|
2361
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22asa.com%22%7D" for ::1 at 2023-11-06 18:40:55 -0800
|
2362
|
-
Processing by ApplicationController#generate_token as */*
|
2363
|
-
Parameters: {"scopes"=>"{ \"company\": \"asa.com\"}"}
|
2364
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 149)
|
2365
|
-
|
2366
|
-
|
2367
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22asan.com%22%7D" for ::1 at 2023-11-06 18:40:55 -0800
|
2368
|
-
Processing by ApplicationController#generate_token as */*
|
2369
|
-
Parameters: {"scopes"=>"{ \"company\": \"asan.com\"}"}
|
2370
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 151)
|
2371
|
-
|
2372
|
-
|
2373
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22asana.com%22%7D" for ::1 at 2023-11-06 18:40:55 -0800
|
2374
|
-
Processing by ApplicationController#generate_token as */*
|
2375
|
-
Parameters: {"scopes"=>"{ \"company\": \"asana.com\"}"}
|
2376
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 150)
|
2377
|
-
|
2378
|
-
|
2379
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22asana.com%22%7D" for ::1 at 2023-11-06 18:41:54 -0800
|
2380
|
-
Processing by ApplicationController#generate_token as */*
|
2381
|
-
Parameters: {"scopes"=>"{ \"company\": \"asana.com\"}"}
|
2382
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 150)
|
2383
|
-
|
2384
|
-
|
2385
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22f.com%22%7D" for ::1 at 2023-11-06 18:56:07 -0800
|
2386
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22fo.com%22%7D" for ::1 at 2023-11-06 18:56:07 -0800
|
2387
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2388
|
-
Processing by ApplicationController#generate_token as */*
|
2389
|
-
Processing by ApplicationController#generate_token as */*
|
2390
|
-
Parameters: {"scopes"=>"{ \"company\": \"f.com\"}"}
|
2391
|
-
Parameters: {"scopes"=>"{ \"company\": \"fo.com\"}"}
|
2392
|
-
Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 1197)
|
2393
|
-
|
2394
|
-
|
2395
|
-
Completed 200 OK in 8ms (Views: 0.0ms | ActiveRecord: 0.0ms | Allocations: 1093)
|
2396
|
-
|
2397
|
-
|
2398
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22for.com%22%7D" for ::1 at 2023-11-06 18:56:08 -0800
|
2399
|
-
Processing by ApplicationController#generate_token as */*
|
2400
|
-
Parameters: {"scopes"=>"{ \"company\": \"for.com\"}"}
|
2401
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2402
|
-
|
2403
|
-
|
2404
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:56:08 -0800
|
2405
|
-
Processing by ApplicationController#generate_token as */*
|
2406
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2407
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2408
|
-
|
2409
|
-
|
2410
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22a.com%22%7D" for ::1 at 2023-11-06 18:56:12 -0800
|
2411
|
-
Processing by ApplicationController#generate_token as */*
|
2412
|
-
Parameters: {"scopes"=>"{ \"company\": \"a.com\"}"}
|
2413
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 143)
|
2414
|
-
|
2415
|
-
|
2416
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22as.com%22%7D" for ::1 at 2023-11-06 18:56:13 -0800
|
2417
|
-
Processing by ApplicationController#generate_token as */*
|
2418
|
-
Parameters: {"scopes"=>"{ \"company\": \"as.com\"}"}
|
2419
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2420
|
-
|
2421
|
-
|
2422
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22asa.com%22%7D" for ::1 at 2023-11-06 18:56:13 -0800
|
2423
|
-
Processing by ApplicationController#generate_token as */*
|
2424
|
-
Parameters: {"scopes"=>"{ \"company\": \"asa.com\"}"}
|
2425
|
-
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2426
|
-
|
2427
|
-
|
2428
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22asan.com%22%7D" for ::1 at 2023-11-06 18:56:13 -0800
|
2429
|
-
Processing by ApplicationController#generate_token as */*
|
2430
|
-
Parameters: {"scopes"=>"{ \"company\": \"asan.com\"}"}
|
2431
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2432
|
-
|
2433
|
-
|
2434
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22asana.com%22%7D" for ::1 at 2023-11-06 18:56:13 -0800
|
2435
|
-
Processing by ApplicationController#generate_token as */*
|
2436
|
-
Parameters: {"scopes"=>"{ \"company\": \"asana.com\"}"}
|
2437
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2438
|
-
|
2439
|
-
|
2440
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22g.com%22%7D" for ::1 at 2023-11-06 18:56:17 -0800
|
2441
|
-
Processing by ApplicationController#generate_token as */*
|
2442
|
-
Parameters: {"scopes"=>"{ \"company\": \"g.com\"}"}
|
2443
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 143)
|
2444
|
-
|
2445
|
-
|
2446
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22go.com%22%7D" for ::1 at 2023-11-06 18:56:17 -0800
|
2447
|
-
Processing by ApplicationController#generate_token as */*
|
2448
|
-
Parameters: {"scopes"=>"{ \"company\": \"go.com\"}"}
|
2449
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2450
|
-
|
2451
|
-
|
2452
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22goo.com%22%7D" for ::1 at 2023-11-06 18:56:17 -0800
|
2453
|
-
Processing by ApplicationController#generate_token as */*
|
2454
|
-
Parameters: {"scopes"=>"{ \"company\": \"goo.com\"}"}
|
2455
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 143)
|
2456
|
-
|
2457
|
-
|
2458
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22goog.com%22%7D" for ::1 at 2023-11-06 18:56:17 -0800
|
2459
|
-
Processing by ApplicationController#generate_token as */*
|
2460
|
-
Parameters: {"scopes"=>"{ \"company\": \"goog.com\"}"}
|
2461
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2462
|
-
|
2463
|
-
|
2464
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22googl.com%22%7D" for ::1 at 2023-11-06 18:56:17 -0800
|
2465
|
-
Processing by ApplicationController#generate_token as */*
|
2466
|
-
Parameters: {"scopes"=>"{ \"company\": \"googl.com\"}"}
|
2467
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2468
|
-
|
2469
|
-
|
2470
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22google.com%22%7D" for ::1 at 2023-11-06 18:56:17 -0800
|
2471
|
-
Processing by ApplicationController#generate_token as */*
|
2472
|
-
Parameters: {"scopes"=>"{ \"company\": \"google.com\"}"}
|
2473
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 142)
|
2474
|
-
|
2475
|
-
|
2476
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22f.com%22%7D" for ::1 at 2023-11-06 18:57:25 -0800
|
2477
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22fo.com%22%7D" for ::1 at 2023-11-06 18:57:25 -0800
|
2478
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2479
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22for.com%22%7D" for ::1 at 2023-11-06 18:57:25 -0800
|
2480
|
-
Processing by ApplicationController#generate_token as */*
|
2481
|
-
Processing by ApplicationController#generate_token as */*
|
2482
|
-
Processing by ApplicationController#generate_token as */*
|
2483
|
-
Parameters: {"scopes"=>"{ \"company\": \"f.com\"}"}
|
2484
|
-
Parameters: {"scopes"=>"{ \"company\": \"fo.com\"}"}
|
2485
|
-
Parameters: {"scopes"=>"{ \"company\": \"for.com\"}"}
|
2486
|
-
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms | Allocations: 1354)
|
2487
|
-
|
2488
|
-
|
2489
|
-
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 1569)
|
2490
|
-
|
2491
|
-
|
2492
|
-
|
2493
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
2494
|
-
|
2495
|
-
app/controllers/application_controller.rb:12:in `generate_token'
|
2496
|
-
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 1933)
|
2497
|
-
|
2498
|
-
|
2499
|
-
|
2500
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
2501
|
-
|
2502
|
-
app/controllers/application_controller.rb:12:in `generate_token'
|
2503
|
-
|
2504
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
2505
|
-
|
2506
|
-
app/controllers/application_controller.rb:12:in `generate_token'
|
2507
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:57:25 -0800
|
2508
|
-
Processing by ApplicationController#generate_token as */*
|
2509
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2510
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 465)
|
2511
|
-
|
2512
|
-
|
2513
|
-
|
2514
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
2515
|
-
|
2516
|
-
app/controllers/application_controller.rb:12:in `generate_token'
|
2517
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22fordc.com%22%7D" for ::1 at 2023-11-06 18:57:25 -0800
|
2518
|
-
Processing by ApplicationController#generate_token as */*
|
2519
|
-
Parameters: {"scopes"=>"{ \"company\": \"fordc.com\"}"}
|
2520
|
-
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 465)
|
2521
|
-
|
2522
|
-
|
2523
|
-
|
2524
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
2525
|
-
|
2526
|
-
app/controllers/application_controller.rb:12:in `generate_token'
|
2527
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:57:26 -0800
|
2528
|
-
Processing by ApplicationController#generate_token as */*
|
2529
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2530
|
-
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 469)
|
2531
|
-
|
2532
|
-
|
2533
|
-
|
2534
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
2535
|
-
|
2536
|
-
app/controllers/application_controller.rb:12:in `generate_token'
|
2537
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22for.com%22%7D" for ::1 at 2023-11-06 18:57:53 -0800
|
2538
|
-
|
2539
|
-
LoadError (cannot load such file -- canvas/embed):
|
2540
|
-
|
2541
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2542
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:57:53 -0800
|
2543
|
-
|
2544
|
-
LoadError (cannot load such file -- canvas/embed):
|
2545
|
-
|
2546
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2547
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22for.com%22%7D" for ::1 at 2023-11-06 18:58:00 -0800
|
2548
|
-
|
2549
|
-
LoadError (cannot load such file -- canvas-embed):
|
2550
|
-
|
2551
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2552
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:58:00 -0800
|
2553
|
-
|
2554
|
-
LoadError (cannot load such file -- canvas-embed):
|
2555
|
-
|
2556
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2557
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22for.com%22%7D" for ::1 at 2023-11-06 18:58:53 -0800
|
2558
|
-
|
2559
|
-
LoadError (cannot load such file -- canvas/embed):
|
2560
|
-
|
2561
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2562
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:58:54 -0800
|
2563
|
-
|
2564
|
-
LoadError (cannot load such file -- canvas/embed):
|
2565
|
-
|
2566
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2567
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22for.com%22%7D" for ::1 at 2023-11-06 18:59:26 -0800
|
2568
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2569
|
-
|
2570
|
-
LoadError (cannot load such file -- canvas-embed):
|
2571
|
-
|
2572
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2573
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:59:27 -0800
|
2574
|
-
|
2575
|
-
LoadError (cannot load such file -- canvas-embed):
|
2576
|
-
|
2577
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2578
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22for.com%22%7D" for ::1 at 2023-11-06 18:59:36 -0800
|
2579
|
-
|
2580
|
-
LoadError (cannot load such file -- canvas/embed):
|
2581
|
-
|
2582
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2583
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 18:59:37 -0800
|
2584
|
-
|
2585
|
-
LoadError (cannot load such file -- canvas/embed):
|
2586
|
-
|
2587
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2588
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22for.com%22%7D" for ::1 at 2023-11-06 19:00:27 -0800
|
2589
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2590
|
-
|
2591
|
-
LoadError (cannot load such file -- canvas-embed):
|
2592
|
-
|
2593
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2594
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:00:28 -0800
|
2595
|
-
|
2596
|
-
LoadError (cannot load such file -- canvas-embed):
|
2597
|
-
|
2598
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2599
|
-
Started GET "/generate_token?scopes=" for ::1 at 2023-11-06 19:00:37 -0800
|
2600
|
-
|
2601
|
-
LoadError (cannot load such file -- canvas-embed):
|
2602
|
-
|
2603
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2604
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:01:33 -0800
|
2605
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2606
|
-
|
2607
|
-
LoadError (cannot load such file -- canvas-embed):
|
2608
|
-
|
2609
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2610
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.om%22%7D" for ::1 at 2023-11-06 19:02:06 -0800
|
2611
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2612
|
-
|
2613
|
-
LoadError (cannot load such file -- canvas-embed):
|
2614
|
-
|
2615
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2616
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:02:07 -0800
|
2617
|
-
|
2618
|
-
LoadError (cannot load such file -- canvas-embed):
|
2619
|
-
|
2620
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2621
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.om%22%7D" for ::1 at 2023-11-06 19:02:19 -0800
|
2622
|
-
Processing by ApplicationController#generate_token as */*
|
2623
|
-
Parameters: {"scopes"=>"{ company: \"ford.om\"}"}
|
2624
|
-
Completed 500 Internal Server Error in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1389)
|
2625
|
-
|
2626
|
-
|
2627
|
-
Started GET "/generate_token?scopes=%7B%20company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:02:22 -0800
|
2628
|
-
Processing by ApplicationController#generate_token as */*
|
2629
|
-
Parameters: {"scopes"=>"{ company: \"ford.com\"}"}
|
2630
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 449)
|
2631
|
-
|
2632
|
-
|
2633
|
-
Started GET "/generate_token?scopes=%7B%20%22company:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:02:28 -0800
|
2634
|
-
Processing by ApplicationController#generate_token as */*
|
2635
|
-
Parameters: {"scopes"=>"{ \"company: \"ford.com\"}"}
|
2636
|
-
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 450)
|
2637
|
-
|
2638
|
-
|
2639
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:02:29 -0800
|
2640
|
-
Processing by ApplicationController#generate_token as */*
|
2641
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2642
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 501)
|
2643
|
-
|
2644
|
-
|
2645
|
-
|
2646
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
2647
|
-
|
2648
|
-
app/controllers/application_controller.rb:14:in `generate_token'
|
2649
|
-
Started GET "/generate_token?scopes=%7B%20%22compan%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:03:20 -0800
|
2650
|
-
|
2651
|
-
LoadError (cannot load such file -- canvas-embed):
|
2652
|
-
|
2653
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2654
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:05:39 -0800
|
2655
|
-
|
2656
|
-
LoadError (cannot load such file -- canvas-embed/embed):
|
2657
|
-
|
2658
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2659
|
-
Started GET "/generate_token?scopes=%7B%20%22compan%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:06:32 -0800
|
2660
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2661
|
-
|
2662
|
-
LoadError (cannot load such file -- canvas-embed):
|
2663
|
-
|
2664
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2665
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:06:33 -0800
|
2666
|
-
|
2667
|
-
LoadError (cannot load such file -- canvas-embed):
|
2668
|
-
|
2669
|
-
app/controllers/application_controller.rb:1:in `<main>'
|
2670
|
-
Started GET "/generate_token?scopes=%7B%20%22compan%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:06:56 -0800
|
2671
|
-
Processing by ApplicationController#generate_token as */*
|
2672
|
-
Parameters: {"scopes"=>"{ \"compan\": \"ford.com\"}"}
|
2673
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 1283)
|
2674
|
-
|
2675
|
-
|
2676
|
-
|
2677
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
2678
|
-
|
2679
|
-
app/controllers/application_controller.rb:14:in `generate_token'
|
2680
|
-
Started GET "/generate_token?scopes=%7B%20%22company%22:%20%22ford.com%22%7D" for ::1 at 2023-11-06 19:06:59 -0800
|
2681
|
-
Processing by ApplicationController#generate_token as */*
|
2682
|
-
Parameters: {"scopes"=>"{ \"company\": \"ford.com\"}"}
|
2683
|
-
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 470)
|
2684
|
-
|
2685
|
-
|
2686
|
-
|
2687
|
-
NameError (uninitialized constant ApplicationController::Canvas):
|
2688
|
-
|
2689
|
-
app/controllers/application_controller.rb:14:in `generate_token'
|